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.
 
 
 
 
 
 

64 lines
2.5 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 align="center">Permissão Lista Fornecedores</th>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<span style="font-size: 12px; font-weight: bold;">Selecione o Fornecedor: </span>
&nbsp;
<select name="cfr_id">
{$fornecedor}
</select>
&nbsp;
<input name="btSlcFornecedor" value="Selecionar" type="submit"/>
</td>
</tr>
{if $idFornecedor}
<tr>
<td>
<table class="grid" id="permissoes" border="0" cellpadding="2" cellspacing="0" width="100%">
<tbody>
<tr style="border: 0pt none ;" align="center">
<th width="45%">Usuários Disponíveis</th>
<td rowspan="2" align="center" valign="middle">
<input name="btIncAgente" value="&gt;" type="submit">
<br>
<br>
<input name="btRmAgente" value="&lt;" type="submit">
</td>
<th>Usuários Permitidos</th>
</tr>
<tr>
<td width="45%" align="center">{$user_id}</td>
<td align="center">{$listaGrupo}</td>
</tr>
</tbody>
</table>
</td>
</tr>
{/if}
</tbody>
</table>
{if $erro}
<table>
<tbody>
<tr>
<td>{$erro}</td>
</tr>
</tbody>
</table>
{/if}
{/capture}