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
1.0 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 Originadas</th>
</tr>
<tr align="center">
<th nowrap class="headColun">Hora</th>
<th nowrap class="headColun" align="left">Destino</th>
<th nowrap class="headColun">Tempo</th>
<th nowrap class="headColun" align="left">Agente</th>
<th nowrap class="headColun" align="left">Ramal do 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}