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.
 
 
 
 
 
 

91 lines
3.1 KiB

{capture name="display"}
<input name="{$nomeRegId}" type="hidden" id="{$nomeRegId}" value="{$regId}" />
<input name="acaoUser" type="hidden" id="acaoUser" value="{$acaoUser}" />
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr align="center" valign="middle" >
<td height="50" colspan="2">
<img src="imgSite/usuarios.gif" width="32" height="32" align="absmiddle"><span class="formHed"> {$tituloFormulario}</span></td>
</tr>
<tr>
<th width="150" align="left" nowrap>Id</th>
<td>{$regId}</td>
</tr>
<tr>
<th align="left" nowrap="nowrap">Status</th>
<td>
<input name="cfg_status" type="radio" id="cfg_status_ativo" value="1" {if $cfg_status == 1} checked="checked"{/if} />
<label for="cfg_status"></label>
<label for="cfg_status"></label>Ativo
<input type="radio" name="cfg_status" id="cfg_status_inativo" value="9" {if $cfg_status != 1} checked="checked" {/if} />
<label for="cfg_status"></label>
Inativo
</td>
</tr>
<tr>
<th align="left" nowrap="nowrap">Nome</th>
<td>
<input name="cfg_descricao" type="text" id="cfg_descricao" value="{$cfg_descricao}" size="50" maxlength="50" />
</td>
</tr>
<tr>
<th align="left" nowrap>Tipo</th>
<td>
<select name="tp_id" id="tp_id" onchange="submit()">
{$lita_tipos}
</select>
</td>
</tr>
<tr>
<th align="left" nowrap>Destino</th>
<td>
<select name="dst_id" id="dst_id">
{$lista_destinos}
</select>
</td>
</tr>
<tr>
<th align="left" nowrap>frequ&ecirc;ncia</th>
<td>
<select name="frq_id" id="frq_id" onchange="submit()">
{$lita_frquencias}
</select>
</td>
</tr>
<tr>
<th align="left" nowrap="nowrap">Agendamento</th>
<td>
<select name="qt_id" id="qt_id">
{$lita_agendamentos}
</select>
</td>
</tr>
<tr>
<th align="left" nowrap>Excluir Arquivos</th>
<td>
<input name="cfg_deleta_antigo" type="text" id="cfg_deleta_antigo" value="{$cfg_deleta_antigo}" size="10" maxlength="2" />
{$msgBkp}
</td>
</tr>
<tr>
<th align="left" nowrap>Email Alerta</th>
<td>
<input name="cfg_email" type="text" id="cfg_email" value="{$cfg_email}" size="60" maxlength="512" />
</td>
</tr>
<tr>
<th align="left">&nbsp;</th>
<td><input name="btGravar" type="submit" id="btGravar" value="Gravar"> </td>
</tr>
<tr>
<th align="left">&nbsp;</th>
<th>&nbsp;</th>
</tr>
</table>
<table align="left" class="{if $erro}displayErros{else}displayMsg{/if}">
<tr>
<td>{$msg}</td>
</tr>
</table>
{/capture}