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.
 
 
 
 
 
 

62 lines
2.5 KiB

{capture name="display"}
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td> <input name="cc_id" type="hidden" id="cc_id" value="{$cc_id}">
<input name="cc_descricao" type="hidden" id="cc_descricao" value="{$cc_descricao}" />
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:x-large;">Centro de Custo/Ramais</th>
</tr>
<tr>
<th align="center">{$cc_id}-{$cc_descricao}</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%">Ramais Disponiveis</th><td rowspan="2" align="center" valign="middle"><input type="submit" name="btIncNumero" value=">" id="btIncNumero"><br/><br/><input type="submit" name="btRmNumero" value="<" id="btRmNumero"></td>
<th>Ramais Incluidos</th></tr>
<tr>
<td width="45%" valign="top"><span style="font-size:x-large;">
<select name="ramais_disp[]" size="12" id="ramais_disp" multiple="multiple" style="width:260px">
{$listaRamaisDisp}
</select>
</span></td>
<td>
<span style="font-size:x-large;">
<select name="ramais_inc[]" size="12" id="ramais_inc" multiple="multiple" style="width:260px">
{$listaNumerosInc}
</select>
</span>
</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}