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.
 
 
 
 
 
 

28 lines
1006 B

{capture name="display"}
<table width="100%" border="0" class="formCad" cellpadding="0" cellspacing="0">
<tr align="center" valign="middle">
<td height="50" colspan="2" class="formHed">
<span style="font-size: 20px; color: #000; font-weight: bold">
<img src="imgSite/anexo.png" align="absmiddle" width="24" height="24"> Detalhes do Contato
</span>
</td>
</tr>
<tr>
<td><hr style="border: 1px solid #f2f2f2"></td>
</tr>
<tr>
<td valign="top" >
<div style="max-width: 1300px;">
<table width="100%" border="0" cellspacing="0" cellpadding="2">
{$linhas}
</table>
</div>
</td>
</tr>
<tr>
<td><strong>Mensagem:</strong> {if $msg} {$msg} {else} - {/if}</td>
</tr>
</table>
{/capture}