Merge pull request 'fixes bug#AL-4986' (!734) from AL-4986 into master

Reviewed-on: adm/VentaBoletosAdm#734
Reviewed-by: pinheiro <valdevir@rjconsultores.com.br>
master 1.145.3
Gleison da Cruz 2024-09-24 18:46:56 +00:00
commit e4b04cd72b
6 changed files with 20 additions and 21 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.rjconsultores</groupId>
<artifactId>ventaboletosadm</artifactId>
<version>1.145.2</version>
<version>1.145.3</version>
<packaging>war</packaging>
<properties>

View File

@ -8348,6 +8348,7 @@ lb.ate = until
lb.btnAtivar = Enable
lb.btnDesativar = Disable
lb.btnLimpar.label = Clear Search
lb.btnPesquisa.label = Search
lb.chbpe = BP-e Key
lb.dataFin.value = End Date
lb.dataIni.value = Start Date

View File

@ -8356,6 +8356,7 @@ lb.ate = Hasta
lb.btnAtivar = Ativar
lb.btnDesativar = Desativar
lb.btnLimpar.label = Borrar selección
lb.btnPesquisa.label = buscar
lb.chbpe = Chave BP-e
lb.dataFin.value = Fecha fin
lb.dataIni.value = Fecha Ini

View File

@ -8348,6 +8348,7 @@ lb.ate = jusqu'à
lb.btnAtivar = Activer
lb.btnDesativar = Désactiver
lb.btnLimpar.label = Effacer la sélection
lb.btnPesquisa.label = A chercher
lb.chbpe = Clé BP-e
lb.dataFin.value = Date de fin
lb.dataIni.value = Date de début

View File

@ -8332,6 +8332,7 @@ lb.ate = até
lb.btnAtivar = Ativar
lb.btnDesativar = Desativar
lb.btnLimpar.label = Limpar Seleção
lb.btnPesquisa.label = Pesquisar
lb.chbpe = Chave BP-e
lb.dataFin.value = Data Final
lb.dataIni.value = Data Inicial

View File

@ -3,18 +3,15 @@
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="win"?>
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
<zk xmlns="http://www.zkoss.org/2005/zul">
<window id="winSearchMenu" border="normal"
apply="${searchMenuController}"
width="400px" height="457x" contentStyle="overflow:auto"
title="${c:l('lb.btnPesquisa.label')}" sizable="false" >
<bandbox id="bd" width="300px" mold="rounded" autodrop="true" >
<bandbox id="bd" width="380px" mold="rounded" autodrop="true" >
<bandpopup>
<vbox>
<listbox width="300px" id="searchResultList"
<listbox width="380px" id="searchResultList"
mold="paging"
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
<listhead>
@ -23,10 +20,8 @@
width="100%" />
</listhead>
</listbox>
</vbox>
</bandpopup>
</bandbox>
</window>
</zk>