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
Fila-Web/root/render/status_atendente.tt
... | ... | @@ -58,7 +58,7 @@ |
58 | 58 | [% IF status_guiche.guiche.estado == 'concluido' || status_guiche.guiche.estado == 'disponivel' %] |
59 | 59 | [% IF lista_servicos %] |
60 | 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 | 62 | <DIV ID="servicos"> |
63 | 63 | <UL> |
64 | 64 | [% SET classe_servico = 0 %] |
... | ... | @@ -85,7 +85,8 @@ |
85 | 85 | |
86 | 86 | [% IF status_guiche.guiche.estado == 'atendimento' %] |
87 | 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 | 90 | <DIV ID="servicos"> |
90 | 91 | <UL> |
91 | 92 | [% SET classe_servico = 0 %] | ... | ... |