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
commit
e4b04cd72b
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>br.com.rjconsultores</groupId>
|
<groupId>br.com.rjconsultores</groupId>
|
||||||
<artifactId>ventaboletosadm</artifactId>
|
<artifactId>ventaboletosadm</artifactId>
|
||||||
<version>1.145.2</version>
|
<version>1.145.3</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -8348,6 +8348,7 @@ lb.ate = until
|
||||||
lb.btnAtivar = Enable
|
lb.btnAtivar = Enable
|
||||||
lb.btnDesativar = Disable
|
lb.btnDesativar = Disable
|
||||||
lb.btnLimpar.label = Clear Search
|
lb.btnLimpar.label = Clear Search
|
||||||
|
lb.btnPesquisa.label = Search
|
||||||
lb.chbpe = BP-e Key
|
lb.chbpe = BP-e Key
|
||||||
lb.dataFin.value = End Date
|
lb.dataFin.value = End Date
|
||||||
lb.dataIni.value = Start Date
|
lb.dataIni.value = Start Date
|
||||||
|
|
|
@ -8356,6 +8356,7 @@ lb.ate = Hasta
|
||||||
lb.btnAtivar = Ativar
|
lb.btnAtivar = Ativar
|
||||||
lb.btnDesativar = Desativar
|
lb.btnDesativar = Desativar
|
||||||
lb.btnLimpar.label = Borrar selección
|
lb.btnLimpar.label = Borrar selección
|
||||||
|
lb.btnPesquisa.label = buscar
|
||||||
lb.chbpe = Chave BP-e
|
lb.chbpe = Chave BP-e
|
||||||
lb.dataFin.value = Fecha fin
|
lb.dataFin.value = Fecha fin
|
||||||
lb.dataIni.value = Fecha Ini
|
lb.dataIni.value = Fecha Ini
|
||||||
|
|
|
@ -8348,6 +8348,7 @@ lb.ate = jusqu'à
|
||||||
lb.btnAtivar = Activer
|
lb.btnAtivar = Activer
|
||||||
lb.btnDesativar = Désactiver
|
lb.btnDesativar = Désactiver
|
||||||
lb.btnLimpar.label = Effacer la sélection
|
lb.btnLimpar.label = Effacer la sélection
|
||||||
|
lb.btnPesquisa.label = A chercher
|
||||||
lb.chbpe = Clé BP-e
|
lb.chbpe = Clé BP-e
|
||||||
lb.dataFin.value = Date de fin
|
lb.dataFin.value = Date de fin
|
||||||
lb.dataIni.value = Date de début
|
lb.dataIni.value = Date de début
|
||||||
|
|
|
@ -8332,6 +8332,7 @@ lb.ate = até
|
||||||
lb.btnAtivar = Ativar
|
lb.btnAtivar = Ativar
|
||||||
lb.btnDesativar = Desativar
|
lb.btnDesativar = Desativar
|
||||||
lb.btnLimpar.label = Limpar Seleção
|
lb.btnLimpar.label = Limpar Seleção
|
||||||
|
lb.btnPesquisa.label = Pesquisar
|
||||||
lb.chbpe = Chave BP-e
|
lb.chbpe = Chave BP-e
|
||||||
lb.dataFin.value = Data Final
|
lb.dataFin.value = Data Final
|
||||||
lb.dataIni.value = Data Inicial
|
lb.dataIni.value = Data Inicial
|
||||||
|
|
|
@ -3,30 +3,25 @@
|
||||||
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
||||||
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="win"?>
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="win"?>
|
||||||
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
||||||
|
|
||||||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||||||
|
|
||||||
<window id="winSearchMenu" border="normal"
|
<window id="winSearchMenu" border="normal"
|
||||||
apply="${searchMenuController}"
|
apply="${searchMenuController}"
|
||||||
width="400px" height="457x" contentStyle="overflow:auto"
|
width="400px" height="457x" contentStyle="overflow:auto"
|
||||||
title="${c:l('lb.btnPesquisa.label')}" sizable="false" >
|
title="${c:l('lb.btnPesquisa.label')}" sizable="false" >
|
||||||
|
<bandbox id="bd" width="380px" mold="rounded" autodrop="true" >
|
||||||
<bandbox id="bd" width="300px" mold="rounded" autodrop="true" >
|
<bandpopup>
|
||||||
<bandpopup>
|
<vbox>
|
||||||
<vbox>
|
<listbox width="380px" id="searchResultList"
|
||||||
<listbox width="300px" id="searchResultList"
|
|
||||||
mold="paging"
|
mold="paging"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox">
|
||||||
<listhead>
|
<listhead>
|
||||||
<listheader
|
<listheader
|
||||||
label="${c:l('lb.dec')}"
|
label="${c:l('lb.dec')}"
|
||||||
width="100%" />
|
width="100%" />
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
|
</vbox>
|
||||||
</vbox>
|
</bandpopup>
|
||||||
</bandpopup>
|
</bandbox>
|
||||||
</bandbox>
|
|
||||||
|
|
||||||
</window>
|
</window>
|
||||||
</zk>
|
</zk>
|
Loading…
Reference in New Issue