git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@20739 d1611594-4594-4d17-8e1d-87c2c4800839
parent
cf459def21
commit
c44a08821c
|
@ -7,7 +7,7 @@
|
||||||
# <controler>. <id>. <propiedade> = XXX
|
# <controler>. <id>. <propiedade> = XXX
|
||||||
|
|
||||||
#Versao do VentaBoleto:
|
#Versao do VentaBoleto:
|
||||||
versao = ADM_20120821_1RC56
|
versao = ADM_20120824_1RC57
|
||||||
|
|
||||||
# MSG Defaut:
|
# MSG Defaut:
|
||||||
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100
|
||||||
|
|
|
@ -5,49 +5,60 @@
|
||||||
<?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="winBusquedaRestriccionFormaPago" title="${c:l('busquedaRestriccionFormaPagoController.window.title')}"
|
<window id="winBusquedaRestriccionFormaPago"
|
||||||
apply="${busquedaRestriccionFormaPagoController}" contentStyle="overflow:auto"
|
title="${c:l('busquedaRestriccionFormaPagoController.window.title')}"
|
||||||
height="450px" width="650px" border="normal" >
|
apply="${busquedaRestriccionFormaPagoController}"
|
||||||
<toolbar>
|
contentStyle="overflow:auto" height="450px" width="650px"
|
||||||
<button id="btnRefresh" image="/gui/img/refresh.png" width="35px"
|
border="normal">
|
||||||
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnRefresh.tooltiptext')}" />
|
<toolbar>
|
||||||
<separator orient="vertical" />
|
<button id="btnRefresh" image="/gui/img/refresh.png"
|
||||||
<button id="btnCerrar" onClick="winBusquedaRestriccionFormaPago.detach()" image="/gui/img/exit.png" width="35px"
|
width="35px"
|
||||||
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnCerrar.tooltiptext')}"/>
|
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnRefresh.tooltiptext')}" />
|
||||||
</toolbar>
|
<button id="btnNovo" image="/gui/img/add.png" width="35px"
|
||||||
|
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnNovo.tooltiptext')}" />
|
||||||
|
<separator orient="vertical" />
|
||||||
|
<button id="btnCerrar"
|
||||||
|
onClick="winBusquedaRestriccionFormaPago.detach()"
|
||||||
|
image="/gui/img/exit.png" width="35px"
|
||||||
|
tooltiptext="${c:l('busquedaRestriccionFormaPagoController.btnCerrar.tooltiptext')}" />
|
||||||
|
</toolbar>
|
||||||
|
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="30%" />
|
<column width="30%" />
|
||||||
<column width="70%" />
|
<column width="70%" />
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label value="${c:l('busquedaRestriccionFormaPagoController.FormaPago')}"/>
|
<label
|
||||||
<textbox id="txtNome" width="300px" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
value="${c:l('busquedaRestriccionFormaPagoController.FormaPago')}" />
|
||||||
</row>
|
<textbox id="txtNome" width="300px"
|
||||||
</rows>
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||||
</grid>
|
</row>
|
||||||
|
</rows>
|
||||||
|
</grid>
|
||||||
|
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||||
label="${c:l('busquedaRestriccionFormaPagoController.btnPesquisa.label')}"/>
|
label="${c:l('busquedaRestriccionFormaPagoController.btnPesquisa.label')}" />
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
||||||
<paging id="pagingrestriccionFormaPago" pageSize="15"/>
|
<paging id="pagingrestriccionFormaPago" pageSize="15" />
|
||||||
<listbox id="restriccionFormaPagoList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
<listbox id="restriccionFormaPagoList"
|
||||||
multiple="false" >
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||||
<listhead sizable="true">
|
multiple="false">
|
||||||
<listheader id="lhId" width="70px" image="/gui/img/builder.gif"
|
<listhead sizable="true">
|
||||||
label="${c:l('busquedaRestriccionFormaPagoController.lhId.label')}"
|
<listheader id="lhId" width="70px"
|
||||||
sort="auto(configrestriccionId)"/>
|
image="/gui/img/builder.gif"
|
||||||
<listheader id="lhForma" image="/gui/img/builder.gif"
|
label="${c:l('busquedaRestriccionFormaPagoController.lhId.label')}"
|
||||||
label="${c:l('busquedaRestriccionFormaPagoController.lhForma.label')}"
|
sort="auto(configrestriccionId)" />
|
||||||
sort="auto(formaPago.descpago)"/>
|
<listheader id="lhForma" image="/gui/img/builder.gif"
|
||||||
<listheader id="lhDesc" image="/gui/img/create_doc.gif"
|
label="${c:l('busquedaRestriccionFormaPagoController.lhForma.label')}"
|
||||||
label="${c:l('busquedaRestriccionFormaPagoController.lhDesc.label')}"
|
sort="auto(formaPago.descpago)" />
|
||||||
sort="auto(restriccion.descrestriccion)"/>
|
<listheader id="lhDesc" image="/gui/img/create_doc.gif"
|
||||||
</listhead>
|
label="${c:l('busquedaRestriccionFormaPagoController.lhDesc.label')}"
|
||||||
</listbox>
|
sort="auto(restriccion.descrestriccion)" />
|
||||||
</window>
|
</listhead>
|
||||||
|
</listbox>
|
||||||
|
</window>
|
||||||
</zk>
|
</zk>
|
|
@ -6,28 +6,31 @@
|
||||||
|
|
||||||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||||||
<window id="winEditarRestriccionFormaPago" border="normal"
|
<window id="winEditarRestriccionFormaPago" border="normal"
|
||||||
apply="${editarRestriccionFormaPagoController}" width="400px"
|
apply="${editarRestriccionFormaPagoController}" width="550px"
|
||||||
height="400x" contentStyle="overflow:auto"
|
contentStyle="overflow:auto"
|
||||||
title="${c:l('editarRestriccionFormaPagoController.window.title')}">
|
title="${c:l('editarRestriccionFormaPagoController.window.title')}">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px" style="padding:1px" align="right">
|
<button id="btnApagar" height="20"
|
||||||
<button id="btnFechar" height="20"
|
image="/gui/img/remove.png" width="35px"
|
||||||
image="/gui/img/exit.png" width="35px"
|
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnApagar.tooltiptext')}" />
|
||||||
onClick="winEditarRestriccionFormaPago.detach()"
|
<button id="btnSalvar" height="20" image="/gui/img/save.png"
|
||||||
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnFechar.tooltiptext')}" />
|
width="35px"
|
||||||
</hbox>
|
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnSalvar.tooltiptext')}" />
|
||||||
|
<button id="btnFechar" height="20" image="/gui/img/exit.png"
|
||||||
|
width="35px" onClick="winEditarRestriccionFormaPago.detach()"
|
||||||
|
tooltiptext="${c:l('editarRestriccionFormaPagoController.btnFechar.tooltiptext')}" />
|
||||||
</toolbar>
|
</toolbar>
|
||||||
|
|
||||||
<grid fixedLayout="true">
|
<grid fixedLayout="true">
|
||||||
<columns>
|
<columns>
|
||||||
<column width="40%" />
|
<column width="50%" />
|
||||||
<column width="60%" />
|
<column width="50%" />
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row>
|
<row>
|
||||||
<label id="lblFormaPago"
|
<label id="lblFormaPago"
|
||||||
value="${c:l('busquedaRestriccionFormaPagoController.FormaPago')}" />
|
value="${c:l('busquedaRestriccionFormaPagoController.FormaPago')}" />
|
||||||
<combobox id="cmbFormaPago"
|
<combobox id="cmbFormaPago" width="90%"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
constraint="no empty" mold="rounded" buttonVisible="true"
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarRestriccionFormaPago$composer.lsFormaPago}"
|
model="@{winEditarRestriccionFormaPago$composer.lsFormaPago}"
|
||||||
|
@ -36,7 +39,7 @@
|
||||||
<row>
|
<row>
|
||||||
<label id="lblRestricionFormaPago"
|
<label id="lblRestricionFormaPago"
|
||||||
value="${c:l('editarRestriccionFormaPagoController.lblRestricionFormaPago.value')}" />
|
value="${c:l('editarRestriccionFormaPagoController.lblRestricionFormaPago.value')}" />
|
||||||
<combobox id="cmbRestriccionFormaPago"
|
<combobox id="cmbRestriccionFormaPago" width="90%"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar"
|
||||||
constraint="no empty" mold="rounded" buttonVisible="true"
|
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||||
model="@{winEditarRestriccionFormaPago$composer.lsRestriccionPago}"
|
model="@{winEditarRestriccionFormaPago$composer.lsRestriccionPago}"
|
||||||
|
|
Loading…
Reference in New Issue