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.
 
 
 
 
 
 

42 lines
2.1 KiB

{capture name="display"}
<table border="0" cellpadding="2" cellspacing="0" class="filtro">
<tr>
<td align="left">Administra&ccedil;&atilde;o de Perfil de Usu&aacute;rios</td>
</tr>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="2" class="formCad">
<tr>
<th colspan="3" align="left">Grupos de Dispon&iacute;veis</th>
</tr>
<tr align="left">
<th colspan="3" nowrap="nowrap" style="width:200px;">{$grupos}
<label>
<input type="button" name="btGrupo" id="btGrupo" Title="Clique aqui para adminstrar este grupo!" value="..." onclick="MostraGrupos();"/>
</label></th>
</tr>
<tr align="center">
<th colspan="3">Perfil</th>
</tr>
<tr align="left">
<th valign="top">Fun&ccedil;&otilde;es</th>
<th width="40" valign="middle">&nbsp;</th>
<th valign="top">Grupo / Fun&ccedil;&otilde;es</th>
</tr>
<tr>
<td align="left" valign="top" bgcolor="#999999"><span id="grupoUser">{$funcs}</span></td>
<td align="center" valign="middle"><input name="btAddFunc" type="button" id="btAddFunc" value="&gt;&gt;">
<br>
<br>
<input name="btRemoveFunc" type="button" id="btRemoveFunc" value="&lt;&lt;"></td>
<td align="left" valign="top"><span id="grupoFunc">{$grupoFunc}</span></td>
</tr>
<tr>
<td colspan="3" align="center"><span id="msg" style="color:#0033CC; font-size:12px; font-weight:bold;"></span></td>
</tr>
</table>
</td>
</tr>
</table>
{/capture}