fixes #AL-2782
parent
a28c64bd09
commit
fc7d547501
|
@ -47,17 +47,6 @@
|
|||
<textbox id="nombImagen" constraint="no empty"
|
||||
value="@{winEditarGP_PricingAsiento$composer.pricingAsiento.nombImagen}" maxlength="20"/>
|
||||
</row>
|
||||
<row>
|
||||
<hlayout>
|
||||
<label value="${c:l('editarEmpresaController.label.chkExibePopupPricingPol')}"/>
|
||||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.chkExibePopupPricingPol.ajuda')}"
|
||||
style="cursor: help" />
|
||||
</hlayout>
|
||||
<checkbox
|
||||
id="chkExibePopupPricingPol"
|
||||
value="@{winEditarGP_PricingAsiento$composer.pricingAsiento.indExibePopupPricingPol}" />
|
||||
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</window>
|
||||
|
|
|
@ -712,9 +712,8 @@
|
|||
id="chkExibePopupPricingPol"
|
||||
checked="@{winEditarPricing$composer.pricing.indExibePopupPricingPol}" />
|
||||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.chkExibePopupPricingPol.ajuda')}"
|
||||
style="cursor: help" />
|
||||
</hlayout>
|
||||
|
||||
style="cursor: help"/>
|
||||
</hlayout>
|
||||
</hbox>
|
||||
</toolbar>
|
||||
<listbox id="pricingAsientoList"
|
||||
|
|
Loading…
Reference in New Issue