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.

44 lines
1.5 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="600">
<tbody>
<tr>
<td> <input type="hidden" name="cmp_id" value="{$cmp_id}">
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Usu<EFBFBD>rios/Campanha</th>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr style="border:0;" align="center"><th width="45%">Agentes Dispon<EFBFBD>veis</th><td rowspan="2" align="center" valign="middle"><input type="submit" name="btIncAgente" value=">"><br/><br/><input type="submit" name="btRmAgente" value="<"></td><th>Agentes Incluidos</th></tr>
<tr><td width="45%">{$listaAgentes}</td><td>{$listaAgenteInc}</td>
</tr>
<tr>
<td><input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td><td>&nbsp;</td><td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}