34 lines
1006 B
XML
34 lines
1006 B
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="winCopiarPricing"?>
|
|
<?taglib uri="http://www.zkoss.org/dsp/web/core" prefix="c"?>
|
|
|
|
<zk>
|
|
<window id="winCopiarPricing" border="normal" width="460px"
|
|
apply="${copiarPricingController}" closable="true"
|
|
contentStyle="overflow:auto"
|
|
title="${c:l('copiarPricingController.window.title')}">
|
|
<grid fixedLayout="true">
|
|
<columns>
|
|
<column width="30%" />
|
|
<column width="70%" />
|
|
</columns>
|
|
<rows>
|
|
<row>
|
|
|
|
<label value="Novo Nome: " />
|
|
<textbox id="nombrePricing" constraint="no empty"
|
|
maxlength="60" width="100%"
|
|
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
|
|
<toolbar>
|
|
<button id="btnSalvarCopia" image="/gui/img/save.png"
|
|
label="Salvar" />
|
|
</toolbar>
|
|
|
|
</window>
|
|
</zk> |