PABX da Simples IP
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
1.0 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<table width="85%" border="0" cellspacing="0" class="grid" cellpadding="5" align="center">
<tr>
<th>Detalhes completos Auditoria</th>
</tr>
<tr>
<td>
<!-- Tabela de dados. -->
<table width="100%" cellpadding="2" class="grid" align="center">
{$row}
</table>
</td>
</tr>
<tr align="center">
<td><img src="../{$smarty.const.LOGO_FOOTER_SITE}" width="85px"></td>
</tr>
</table>
</td>
</tr>
</table>
{if $msg}
<table>
<tr>
<td>{$msg}</td>
</tr>
</table>
{/if}
{/capture}