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">
|
||||
<hbox>
|
||||
<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" />
|
||||
|
||||
</hbox>
|
||||
</radiogroup>
|
||||
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
|
|
Loading…
Reference in New Issue