- correção disposição das colunas
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@24038 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
4accbd0eeb
commit
2ae02c0d12
|
@ -91,7 +91,7 @@
|
||||||
</tabs>
|
</tabs>
|
||||||
<tabpanels>
|
<tabpanels>
|
||||||
<tabpanel>
|
<tabpanel>
|
||||||
<vbox>
|
<vbox width="100%">
|
||||||
<grid id="gridRutaSecuencia" mold="paging"
|
<grid id="gridRutaSecuencia" mold="paging"
|
||||||
pageSize="11"
|
pageSize="11"
|
||||||
use="com.rjconsultores.ventaboletos.web.gui.componente.esquemaoperacional.GridRutaTramo"
|
use="com.rjconsultores.ventaboletos.web.gui.componente.esquemaoperacional.GridRutaTramo"
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditarPricing"?>
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditarPricing"?>
|
||||||
<?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>
|
||||||
<window id="winEditarPricing" border="normal"
|
<window id="winEditarPricing" border="normal"
|
||||||
apply="${editarPricingController}" height="550px" width="920px"
|
apply="${editarPricingController}" height="550px" width="920px"
|
||||||
contentStyle="overflow:auto"
|
contentStyle="overflow:auto"
|
||||||
|
@ -173,14 +173,14 @@
|
||||||
|
|
||||||
</rows>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
<grid fixedLayout="false">
|
<grid>
|
||||||
<columns>
|
<columns>
|
||||||
<column width="60%" />
|
<column width="60%" />
|
||||||
<column width="40%" />
|
<column width="40%" />
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="100%" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -200,24 +200,24 @@
|
||||||
</toolbar>
|
</toolbar>
|
||||||
<listbox id="pricingVigenciaList"
|
<listbox id="pricingVigenciaList"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||||
height="210px" multiple="true" checkmark="true">
|
height="170px" multiple="true" checkmark="true" >
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
<listheader width="30%"
|
<listheader width="25%"
|
||||||
image="/gui/img/create_doc.gif" sort="auto(fecinicioviaje)"
|
image="/gui/img/create_doc.gif" sort="auto(fecinicioviaje)"
|
||||||
label="${c:l('editarPricingController.vigInicioViaje.value')}" />
|
label="${c:l('editarPricingController.vigInicioViaje.value')}" />
|
||||||
<listheader width="23%"
|
<listheader width="25%"
|
||||||
image="/gui/img/create_doc.gif" sort="auto(fecfinviaje)"
|
image="/gui/img/create_doc.gif" sort="auto(fecfinviaje)"
|
||||||
label="${c:l('editarPricingController.vigFinViaje.value')}" />
|
label="${c:l('editarPricingController.vigFinViaje.value')}" />
|
||||||
<listheader width="23%"
|
<listheader width="25%"
|
||||||
image="/gui/img/create_doc.gif" sort="auto(fecinicioventa)"
|
image="/gui/img/create_doc.gif" sort="auto(fecinicioventa)"
|
||||||
label="${c:l('editarPricingController.vigInicioVenta.value')}" />
|
label="${c:l('editarPricingController.vigInicioVenta.value')}" />
|
||||||
<listheader width="23%"
|
<listheader width="25%"
|
||||||
image="/gui/img/create_doc.gif" sort="auto(fecfinventa)"
|
image="/gui/img/create_doc.gif" sort="auto(fecfinventa)"
|
||||||
label="${c:l('editarPricingController.vigFinVenta.value')}" />
|
label="${c:l('editarPricingController.vigFinVenta.value')}" />
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox height="150px">
|
<vbox height="100%" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -237,7 +237,7 @@
|
||||||
</toolbar>
|
</toolbar>
|
||||||
<listbox id="pricingImporteList"
|
<listbox id="pricingImporteList"
|
||||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||||
height="210px" multiple="true" checkmark="true">
|
height="170px" multiple="true" checkmark="true">
|
||||||
<listhead sizable="true">
|
<listhead sizable="true">
|
||||||
<listheader
|
<listheader
|
||||||
image="/gui/img/create_doc.gif" sort="auto(importe)"
|
image="/gui/img/create_doc.gif" sort="auto(importe)"
|
||||||
|
@ -263,7 +263,7 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -291,7 +291,7 @@
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -320,7 +320,7 @@
|
||||||
</listbox>
|
</listbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -352,7 +352,7 @@
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -380,7 +380,7 @@
|
||||||
</listhead>
|
</listhead>
|
||||||
</listbox>
|
</listbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -410,7 +410,7 @@
|
||||||
</listbox>
|
</listbox>
|
||||||
</vbox>
|
</vbox>
|
||||||
|
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -455,7 +455,7 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="430px">
|
<vbox height="430px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -508,7 +508,7 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -565,7 +565,7 @@
|
||||||
</vbox>
|
</vbox>
|
||||||
</row>
|
</row>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -662,7 +662,7 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -711,7 +711,7 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
@ -762,7 +762,7 @@
|
||||||
</columns>
|
</columns>
|
||||||
<rows>
|
<rows>
|
||||||
<row valign="top">
|
<row valign="top">
|
||||||
<vbox height="150px">
|
<vbox height="150px" width="100%">
|
||||||
<toolbar>
|
<toolbar>
|
||||||
<hbox spacing="5px"
|
<hbox spacing="5px"
|
||||||
style="padding:1px" align="right">
|
style="padding:1px" align="right">
|
||||||
|
|
Loading…
Reference in New Issue