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/module/install_2.tpl

46 lines
1.2 KiB
Smarty
Raw Normal View History

<!-- Display the field validation -->
{if $form_validation}
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="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>
<tr valign="top">
<td class="row1">
<br/>
{foreach from=$form_validation item=record}
&nbsp; {$record}<br/>
<br/>
{/foreach}
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
{else}
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}Module Installed{/t}</td>
</tr>
<tr valign="top">
<td class="row1"><div style="text-align: center;"><br/>Congratulations, the new module installation has been completed!<br/><br></div></td>
</tr>
</table>
</td>
</tr>
</table>
{/if}