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.
 
 
 
 
 
 

81 lines
3.2 KiB

{capture name="display"}
<table width="100%" style="width: 100%; height: 315px;" class="filtro" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>
<input name="idContato" type="hidden" id="idContato" value="{$idCont}"/>
<input name="idCamp" type="hidden" id="idCamp" value="{$idCamp}"/>
<input name="idLista" type="hidden" id="idLista" value="{$idLista}"/>
<input name="identificador" type="hidden" id="identificador" value="{$identificador}"/>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Encerramento de Contato Pendente</th>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="2" class="grid" style="border-collapse: separate; border-spacing: 1px;">
<tr>
<th style="width:120px;" align="left">Indentificador</th>
<td align="left"> {$identificador}</td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="padding: 5px;">
<table width="100%" style="border:1px solid #eee" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Status:</td>
</tr>
<tr>
<td><select name="ListaStatus" type="text" id="ListaStatus">{$ListaStatus}</select></td>
</tr>
<tr><td>Mensagem</td></tr>
<tr>
<td align="left" valign="top">
<textarea rows="4" style="width: 98%;" class="btGeral" name="msg_discador" id="msg_discador"></textarea>
</fieldset
</td>
</tr>
<tr>
<td><input type="submit" name="btEncerra" id="btEncerra" value="Gravar"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="2" cellpadding="2" class="grid" style="border-collapse: separate; border-spacing: 1px;">
<tr>
<th colspan="2" align="center">MENSAGEM</th>
</tr>
<tr>
<th style="width:120px;">Pendendia</th>
<td align="left">{if $msg}Registro Pendente!{else}Finalizado!{/if}</td>
</tr>
<tr>
<th>Status</th>
<td align="left">{if $msg2}Agente Logado: {$msg2}!{else}Desconectado!{/if}</td>
</tr>
</table>
</td>
</tr>
</table>
{$agrupa}
{if $erro}
<table>
<tr>
<td>{$erro}</td>
</tr>
</table>
{/if}
{/capture}