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.
 
 
 
 
 
 

48 lines
1.4 KiB

{capture name="display"}
<table border="1" cellpadding="4" cellspacing="0" width="100%">
<tbody>
<tr>
<td> <input type="hidden" name="cmp_id" value="{$cmp_id}">
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Numeros em Discagem</th>
</tr>
</table>
</td>
</tr>
<tr>
<td><strong>Campanha : {$cmp_id}-{$cmp_descricao}</strong> </td>
</tr>
<tr>
<td>
<table cellpadding="2" cellspacing="0" border="0" width="100%" class="grid">
<tr><th>&nbsp;</th>
<th>Agente</th>
<th>Fone</th>
<th>Status</th>
<th>Tempo</th>
{$linha}
</tr>
</table>
</td>
</tr>
<tr>
<td>
<input type="button" name="btFechar" id="btFechar" value="Fechar" onclick="window.close();" />
</td>
</tr>
</tbody>
</table>
<table>
<tbody>
<tr>
<td>{if $erro}{$erro}{else}&nbsp;{/if}</td>
</tr>
</tbody>
</table>
{/capture}