This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/themes/default/blocks/core/alert.tpl
2008-11-26 14:50:40 -08:00

38 lines
1.0 KiB
Smarty

<table width=100% border="0" cellspacing="0" cellpadding="0" class="table_background">
<tr>
<td>
<table width=100% border="0" cellspacing="1" cellpadding="0">
<tr valign="top">
<td width="65%" class="table_heading">
<div align="center">
{translate}
alert
{/translate}
</div>
</td>
</tr>
<tr valign="top">
<td width="65%" class="row1">
<table width="100%" border="0" cellpadding="2">
{foreach from=$alert item=alert}
{if $alert != ''}
<tr>
<td class="{cycle values="row1,row2"}"><img src="themes/{$THEME_NAME}/images/icons/about_16.gif" border="0" width="16" height="16" hspace="3">
{$alert}
</td>
</tr>
{/if}
{/foreach}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>