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.

73 lines
3.0 KiB

{capture name="display"}
<input name="gp_id" value="{$gp_id}" type="hidden">
<input name="gp_nome" value="{$gp_nome}" type="hidden">
<table class="filtro" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr>
<th style="font-size: x-large;" align="center">Licen<EFBFBD>a Usu<EFBFBD>rio P.A Fixo</th>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table class="grid" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr style="border: 0pt none ;" align="center">
<th width="45%">Usu<EFBFBD>rios Dispon<EFBFBD>veis</th>
<td width="8%" rowspan="2" align="center" valign="middle">
<input name="btInclui" value="&gt;" type="submit">
<br>
<br>
<input name="btRemove" value="&lt;" type="submit">
</td>
<th>Usu<EFBFBD>rios Permitidos</th>
</tr>
<tr>
<td align="center">{$listagrupos}</td>
<td align="center">{$gruposinc}</td>
</tr>
<tr>
<td><input name="btClose" id="btClose" value="Fechar" onclick="window.close();" type="submit"></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr style="border: 0pt none ;" align="center">
<th style="font-size: medium;" align="center">REGRAS PARA EDI<EFBFBD><EFBFBD>O DE LICEN<EFBFBD>AS</th>
</tr>
<tr style="border: 0pt none ;" align="center">
<td>
<p style="font-size: small; font-weight: normal; text-align: justify;">
Durante os primeiros 5 minutos ap<EFBFBD>s a inser<EFBFBD><EFBFBD>o, os administradores do sistema t<EFBFBD>m a flexibilidade de revisar e ajustar a lista de permiss<EFBFBD>es, se necess<EFBFBD>rio.
Ap<EFBFBD>s esse per<EFBFBD>odo, a remo<EFBFBD><EFBFBD>o de um usu<EFBFBD>rio da lista requer uma espera de 24 horas para garantir a estabilidade do sistema.
</p>
</td>
</tr>
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}