fixes bug#23646
qua:Silvania dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@109643 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
d8e3c6a950
commit
abc23e9ddd
|
@ -89,10 +89,14 @@
|
||||||
<radiogroup id="grPrecoDesconto">
|
<radiogroup id="grPrecoDesconto">
|
||||||
<hbox>
|
<hbox>
|
||||||
<radio id="rdPrecioTotal" label="${c:l('editarConvenioController.PrecioTotal.value')}" checked="true" />
|
<radio id="rdPrecioTotal" label="${c:l('editarConvenioController.PrecioTotal.value')}" checked="true" />
|
||||||
<radio id="rdPrecioDescuento" label="${c:l('editarConvenioController.PrecioDescuento.value')}" tooltiptext="${c:l('editarConvenioController.DescuentoTooltiptext.value')}"/>
|
<radio id="rdPrecioDescuento" label="${c:l('editarConvenioController.PrecioDescuento.value')}" />
|
||||||
|
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarConvenioController.DescuentoTooltiptext.value')}"
|
||||||
|
style="cursor: help" />
|
||||||
<radio id="rdDescuento" label="${c:l('editarConvenioController.Descuento.value')}" visible="false" />
|
<radio id="rdDescuento" label="${c:l('editarConvenioController.Descuento.value')}" visible="false" />
|
||||||
|
|
||||||
</hbox>
|
</hbox>
|
||||||
</radiogroup>
|
</radiogroup>
|
||||||
|
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<label
|
<label
|
||||||
|
|
Loading…
Reference in New Issue