Commit e79f86583c2dcd8d6b4a0b08845ce5c195f79e59
1 parent
dc641056
Exists in
master
coloca o filtro nos servico interno e no servico de atendimento
git-svn-id: http://svn.softwarepublico.gov.br/svn/sistemadeatendimento/sistema/trunk@38 63db2ce5-8a6c-0410-abb9-a418dd412890
Showing
2 changed files
with
4 additions
and
2 deletions
Show diff stats
Fila-Web/root/header.tt
| @@ -91,6 +91,7 @@ function aplicar_filtro_servicos(text) { | @@ -91,6 +91,7 @@ function aplicar_filtro_servicos(text) { | ||
| 91 | } | 91 | } |
| 92 | 92 | ||
| 93 | </script> | 93 | </script> |
| 94 | +<STYLE>.escondido { display: none }</STYLE> | ||
| 94 | </HEAD> | 95 | </HEAD> |
| 95 | <BODY onload='disconnected_so_move_away()'> | 96 | <BODY onload='disconnected_so_move_away()'> |
| 96 | <DIV id="BackHeader"> | 97 | <DIV id="BackHeader"> |
Fila-Web/root/render/status_atendente.tt
| @@ -58,7 +58,7 @@ | @@ -58,7 +58,7 @@ | ||
| 58 | [% IF status_guiche.guiche.estado == 'concluido' || status_guiche.guiche.estado == 'disponivel' %] | 58 | [% IF status_guiche.guiche.estado == 'concluido' || status_guiche.guiche.estado == 'disponivel' %] |
| 59 | [% IF lista_servicos %] | 59 | [% IF lista_servicos %] |
| 60 | <h3 id="TitServicos" class="titulos">Serviços (utilize o campo para filtrar):</h3><br> | 60 | <h3 id="TitServicos" class="titulos">Serviços (utilize o campo para filtrar):</h3><br> |
| 61 | - <INPUT TYPE="text" NAME="filter" ONKEYUP="apply_filter(this.value)" /> | 61 | + <INPUT TYPE="text" NAME="filter" ONKEYUP="aplicar_filtro_servicos(this.value)" /> |
| 62 | <DIV ID="servicos"> | 62 | <DIV ID="servicos"> |
| 63 | <UL> | 63 | <UL> |
| 64 | [% SET classe_servico = 0 %] | 64 | [% SET classe_servico = 0 %] |
| @@ -85,7 +85,8 @@ | @@ -85,7 +85,8 @@ | ||
| 85 | 85 | ||
| 86 | [% IF status_guiche.guiche.estado == 'atendimento' %] | 86 | [% IF status_guiche.guiche.estado == 'atendimento' %] |
| 87 | [% IF lista_servicos_atendimento %] | 87 | [% IF lista_servicos_atendimento %] |
| 88 | - <h3 id="TitServicos" class="titulos">Serviços:</h3><br> | 88 | + <h3 id="TitServicos" class="titulos">Serviços (utilize o campo para filtrar):</h3><br> |
| 89 | + <INPUT TYPE="text" NAME="filter" ONKEYUP="aplicar_filtro_servicos(this.value)" /> | ||
| 89 | <DIV ID="servicos"> | 90 | <DIV ID="servicos"> |
| 90 | <UL> | 91 | <UL> |
| 91 | [% SET classe_servico = 0 %] | 92 | [% SET classe_servico = 0 %] |