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.
 
 
 
 
 
 

43 lines
1.8 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 Libera&ccedil;&atilde;o de Pesquisa</span></td>
</tr>
<tr>
<th width="120" align="left">Descri&ccedil;&atilde;o</th>
<td><input name="pl_descricao" type="text" id="pl_descricao" value="{$pl_descricao}" size="60" maxlength="60" >
</td>
</tr>
<tr>
<th align="left">Pesquisa</th>
<td>
<select name="pp_id" id="pp_id" style="width:300px" {if $pl_id}disabled="disabled"{/if}>
{$pesquisa}
</select>
</td>
</tr>
<tr>
<th align="left">Data Inicio</th>
<td><input name="pl_data_inicio" type="text" id="pl_data_inicio" value="{$pl_data_inicio}" /></td>
</tr>
<tr>
<th align="left">Data Fim</th>
<td><input name="pl_data_fim" type="text" id="pl_data_fim" value="{$pl_data_fim}" /></td>
</tr>
<tr>
<th align="left">&nbsp;</th>
<td><input name="pl_ativa" type="checkbox" id="pl_ativa" value="1" {if $pl_ativa} checked="checked" {/if}/>
Status</td>
</tr>
<tr>
<td colspan="2" align="center"><input name="pl_id" type="hidden" id="pl_id" value="{$pl_id}">
<input name="pl_data" type="hidden" id="pl_data" value="{$pl_data}">
<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 height="20" colspan="2" align="center">{if $msg}{$msg}{/if}</td>
</tr>
</table>
{/capture}