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.
 
 
 
 
 
 

50 lines
1.8 KiB

{capture name="display"}
<input type="hidden" name="regId" value="{$regId}">
<input type="hidden" name="regNome" value="{$regNome}">
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="400">
<tbody>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<th align="center" style="font-size:12px;">Regionais/Empresas({$regNome})</th>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="400">
<tr style="border:0;" align="center">
<th width="45%">Padrao</th><td rowspan="2" align="center" valign="middle"><input type="submit" name="btIncRegistro" value=">" id="btIncRegistro"><br/><br/><input type="submit" name="btRmRegistro" value="<" id="btRmRegistro"></td>
<th>Relacionados</th></tr>
<tr>
<td width="45%">{$RegistrosInclusos}</td>
<td>{$RegistrosDisponiveis}</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}