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.
 
 
 
 
 
 

27 lines
1.3 KiB

{capture name="display"}
<table align="center" width="100%" border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr align="center" valign="middle" >
<td height="50" colspan="2" class="formHed">
<img src="imgSite/usuarios.gif" width="32" height="32" align="absmiddle"> <span class="formHed">Cadastro de Grupos </span> </td>
</tr>
<tr>
<th width="120" align="left">Nome</th>
<td><input name="gp_nome" type="text" id="gp_nome" value="{$gp_nome}" size="60" maxlength="60" > </td>
</tr>
<tr>
<th align="left">Status</th>
<td><input name="gp_status" type="checkbox" id="gp_status" value="1" {if $gp_status}checked{/if}></td>
</tr>
<tr>
<td><input name="gp_id" type="hidden" id="gp_id" value="{$gp_id}">
<input name="formAction" type="hidden" id="formAction" value="{$formAction}">
</td>
<td><input name="btGravar" type="submit" id="btGravar" value="{$acaoUser}">
<input name="btClose" type="submit" id="btClose" value="Fechar" onClick="window.close();"></td>
</tr>
<tr>
<td>{if $erro}Erro:{/if}</td>
<td height="20">{$erro}</td>
</tr>
</table>
{/capture}