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.
 
 
 
 
 
 

40 lines
2.0 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 de Motivos de Pausas </span> </td>
</tr>
<tr>
<th width="120" align="left">Motivo</th>
<td><input name="motivo" type="text" id="motivo" value="{$motivo}" size="60" maxlength="60" > </td>
</tr>
<tr>
<th align="left">Tempo Alerta (Minutos)</th>
<td><input name="tempo_alerta" type="text" id="alerta" value="{$tempoAlerta}" ></td>
</tr>
<tr>
<th align="left">Status</th>
<td><input name="flag" type="checkbox" id="flag" value="1" {if $flag}checked{/if}></td>
</tr>
<tr>
<th align="left">Pausa Produtiva</th>
<td><input type="radio" name="produtiva" id="produtiva" value="1" {if $produtiva}checked{/if} />Sim
<input type="radio" name="produtiva" id="produtiva1" value="0" {if !$produtiva}checked{/if} />
N&atilde;o
<label for="produtiva"></label>
<label for="checkbox"></label>
<label for="checkbox"></label></td>
</tr>
<tr>
<td><input name="id" type="hidden" id="id" value="{$id}">
<input name="formAction" type="hidden" id="formAction" value="{$formAction}">
</td>
<td><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>{if $erro}Erro:{/if}</td>
<td height="20">{$erro}</td>
</tr>
</table>
{/capture}