47 lines
2.3 KiB
XML
47 lines
2.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?page contentType="text/html;charset=UTF-8"?>
|
|
<?variable-resolver class="org.zkoss.zkplus.spring.DelegatingVariableResolver"?>
|
|
<?init class="org.zkoss.zkplus.databind.AnnotateDataBinderInit" arg0="winEditarParamCompraPunto"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk xmlns="http://www.zkoss.org/2005/zul">
|
|
<window id="winEditarParamCompraPunto" border="normal"
|
|
apply="${editarParamCompraPuntoController}"
|
|
width="400px" height="457x" contentStyle="overflow:auto"
|
|
title="${c:l('busquedaParamCompraPuntoController.window.title')}">
|
|
<toolbar>
|
|
<hbox spacing="5px" style="padding:1px" align="right">
|
|
<button id="btnApagar" height="20"
|
|
image="/gui/img/remove.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnEliminar')}"/>
|
|
<button id="btnSalvar" height="20"
|
|
image="/gui/img/save.png" width="35px"
|
|
tooltiptext="${c:l('tooltiptext.btnGuardar')}"/>
|
|
<button id="btnFechar" height="20"
|
|
image="/gui/img/exit.png" width="35px"
|
|
onClick="winEditarParamCompraPunto.detach()"
|
|
tooltiptext="${c:l('tooltiptext.btnFechar')}"/>
|
|
</hbox>
|
|
</toolbar>
|
|
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="40%" />
|
|
<column width="60%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
<label value="${c:l('editarParamCompraPuntoController.lhIni.label')}"/>
|
|
<datebox id="fecInicio" constraint="no empty, no past" width="60%" mold="rounded" lenient="false"
|
|
value="@{winEditarParamCompraPunto$composer.paramCompraPunto.feciniciovigencia}"/>
|
|
</row>
|
|
<row>
|
|
<label value="${c:l('editarParamCompraPuntoController.lhFim.label')}"/>
|
|
<datebox id="fecFinal" constraint="no empty" width="60%" mold="rounded" lenient="false"
|
|
value="@{winEditarParamCompraPunto$composer.paramCompraPunto.fecfinvigencia}"/>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</window>
|
|
</zk>
|