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

28 lines
749 B
Smarty
Raw Normal View History

2009-08-03 04:10:16 +00:00
<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 class="table_heading">{t}Alert{/t}</td>
</tr>
2009-08-03 04:10:16 +00:00
<tr valign="top">
<td 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" alt="Alert" width="16" height="16" style="border: 0px; padding-right: 5px;"/>{$alert}</td>
</tr>
{/if}
{/foreach}
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
2009-08-03 04:10:16 +00:00
<br/>