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.
 
 
 
 
 
 

61 lines
2.7 KiB

{capture name="subDisplay"}
{literal}
<script>AlertaPausaConf()</script>
{/literal}
<table width="100%" class="formCad" border="0" cellspacing="0" cellpadding="2">
<tr>
<th width="150" nowrap>Tempo Atualiza&ccedil;&atilde;o </th>
<td>
<input name="prm_super_atualiza" type="text" id="prm_super_atualiza" value="{$prm_super_atualiza}" size="10" maxlength="2">
(Tempo em Segundos)
</td>
</tr>
<tr>
<th>Alerta Atendimento</th>
<td align="left">
<input name="prm_super_alerta_atende" type="text" id="prm_super_alerta_atende" value="{$prm_super_alerta_atende}" size="10" maxlength="2" />
(Tempo em Minutos)
</td>
</tr>
<tr>
<th aling="nowrap">Alerta Pausa <input name="prm_super_alerta_pausa_checkebox" type="checkbox" id="alerta_pausa" value="{$prm_super_alerta_pausa_checkebox}"/></th>
<td align="left">
<input name="prm_super_alerta_pausa" type="text" id="prm_super_alerta_pausa" value="{$prm_super_alerta_pausa}" size="10" maxlength="2"/>
(Tempo em Minutos)
</td>
</tr>
<tr>
<th>Alerta Livre </th>
<td align="left">
<input name="prm_super_alerta_livre" type="text" id="prm_super_alerta_livre" value="{$prm_super_alerta_livre}" size="10" maxlength="2" />
(Tempo em Minutos)
</td>
</tr>
<tr>
<th>M&aacute;x. Agentes/Pausa </th>
<td align="left">
<input name="prm_max_agente_pausa" type="text" id="prm_max_agente_pausa" value="{$prm_max_agente_pausa}" size="10" maxlength="2" />
(Informe o &quot;Percentual M&aacute;ximo(%)&quot; de agentes em pausa simultaneamente!)
</td>
</tr>
<tr>
<th align="left" nowrap="nowrap">Aviso LGPD no Monitoramnto</th>
<td align="left"><label>
<input type="radio" name="prm_aviso_lgpd_monitoria" id="prm_aviso_lgpd_monitoriaSim" value="1" {if $prm_aviso_lgpd_monitoria}checked{/if} />Habilitar
</label>
<label>
<input name="prm_aviso_lgpd_monitoria" type="radio" id="prm_aviso_lgpd_monitoriaNao" value="0" {if !$prm_aviso_lgpd_monitoria}checked{/if} />Desabilitar
</label></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>
<input name="btGravar" type="submit" id="btGravar" value="Gravar">
</td>
</tr>
</table>
{/capture}