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.
 
 
 
 
 
 

31 lines
1.1 KiB

{capture name="display"}
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<table width="100%" cellpadding="2" class="grid">
<tr >
<th colspan="6" align="center">Chamadas Recebidas</th>
</tr>
<tr align="center">
<th nowrap class="headColun">Hora</th>
<th nowrap class="headColun" align="left">Origem</th>
<th nowrap class="headColun">Tempo</th>
<th nowrap class="headColun" align="left">Agente</th>
<th nowrap class="headColun" align="left">Ramal Agente</th>
<th nowrap class="headColun">Protocolo</th>
</tr>
{$linhas}
</table>
</td>
</tr>
</table>
{$agrupa}
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}