Browse Source

Consertei funcao de pequisar campanha, adicionando campo (incompleto) de pesquisar campanha

master
Claudio.Junior 5 months ago committed by root
parent
commit
1d5a5737ad
  1. 15
      www/html/aplicativo/templates/discador/listaDiscador.tpl

15
www/html/aplicativo/templates/discador/listaDiscador.tpl

@ -13,6 +13,9 @@
{$options}
</select>
</td>
<td align="left" width="150" nowrap="nowrap">
<input name="pesquisarCampanha" id="pesquisarCampanha"/>
</td>
<td>
<input name="locaRamal" type="submit" id="locaRamal" value="Localizar" title="">
</td>
@ -37,12 +40,12 @@
<th align="center">Sucesso</th>
<th align="center">Sem Sucesso</th>
<th align="center">Total</th>
<th align="center">Ação</th>
<th align="center">A<EFBFBD><EFBFBD>o</th>
</tr>
{if $linhas}
{$linhas}
{else}
<tr><td width="50" align="center" colspan="7"><b>Não foi possivel encontrar nenhuma lista</b></td></tr>
<tr><td width="50" align="center" colspan="7"><b>N<EFBFBD>o foi possivel encontrar nenhuma lista</b></td></tr>
{/if}
<tr>
<th align="center" colspan="11">
@ -66,10 +69,10 @@
<th align="center">Agente</th>
<th align="center">Ramal</th>
<th align="center">Campanha</th>
<th align="center">Número</th>
<th align="center">N<EFBFBD>mero</th>
<th align="center">Nome</th>
<th align="center">Código</th>
<th align="center">Duração</th>
<th align="center">C<EFBFBD>digo</th>
<th align="center">Dura<EFBFBD><EFBFBD>o</th>
<th align="center">Discagem</th>
</tr>
</thead>
@ -140,7 +143,7 @@
type: 'GET',
success: function (data) {
if (!(data.trim())) {
$('#rows').html("<tr><td align='center' colspan='10'><b>Nenhuma ligação em curso!</b></td></tr>")
$('#rows').html("<tr><td align='center' colspan='10'><b>Nenhuma liga<EFBFBD><EFBFBD>o em curso!</b></td></tr>")
} else {
$('#rows').html(data.trim())
}

Loading…
Cancel
Save