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.
 
 
 
 
 
 

29 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="7" align="center">Chamadas Abandonadas</th>
</tr>
<tr align="center">
<th nowrap class="headColun">Data</th>
<th nowrap class="headColun">Última Chamada</th>
<th nowrap class="headColun">Origem</th>
<th nowrap class="headColun">Quantidade</th>
<th nowrap class="headColun">Tempo Espera Tot.</th>
<th nowrap class="headColun">Serviço</th>
<th nowrap class="headColun">Ação</th>
</tr>
{$linhas} </table></td>
</tr>
</table>
{$agrupa}
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}