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.
 
 
 
 
 
 

35 lines
1.3 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid">
<tr>
<td><input name="dac" type="hidden" id="dac" value="{$dac}"/>
<table class="filtro" border="0" cellspacing="0" cellpadding="1" style="border-collapse: separate; border-spacing: 1px;">
<tr>
<th colspan="2">Campanha:</th>
</tr>
<tr>
<td>{$camp}</td>
<td><input type="submit" name="btConsulta" id="btConsulta" value="Consultar" style="width: 133px;"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" cellpadding="2" class="grid" style="border-collapse: separate; border-spacing: 1px;">
<tr>
<th colspan="5" align="center">Detalhamento da Campanha</th>
</tr>
{$linhas}
</table>
</td>
</tr>
</table>
{$agrupa}
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}