fixes bug#19466
qua: dev:Thiago Clemente Alterado campo para ficar na ultima linha da tela. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@102048 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
dd0e7afce4
commit
c6c7502cce
|
@ -690,19 +690,9 @@
|
|||
value="@{winEditarEmpresa$composer.empresa.indImpressaoCanhotoEmbarcada}" />
|
||||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.impressaoCanhotoEmbarcada.help')}"
|
||||
style="cursor: help" />
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
<groupbox >
|
||||
<caption label="${c:l('editarEmpresaController.isSegundaViaFechamentoCaixa')}" />
|
||||
<hlayout>
|
||||
<checkbox id="chkIndSegundaViaFechamentoCaixa"
|
||||
value="@{winEditarEmpresa$composer.empresa.indSegundaViaFechamentoCaixa}" />
|
||||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indSegundaViaFechamentoCaixa.help')}"
|
||||
style="cursor: help" />
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<groupbox >
|
||||
<caption label="${c:l('editarEmpresaController.imprimeQRCodeAdicional')}" />
|
||||
|
@ -820,7 +810,17 @@
|
|||
style="cursor: help" />
|
||||
</groupbox>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<groupbox >
|
||||
<caption label="${c:l('editarEmpresaController.isSegundaViaFechamentoCaixa')}" />
|
||||
<hlayout>
|
||||
<checkbox id="chkIndSegundaViaFechamentoCaixa"
|
||||
value="@{winEditarEmpresa$composer.empresa.indSegundaViaFechamentoCaixa}" />
|
||||
<image src="/gui/img/Question_mark_1.png" tooltiptext="${c:l('editarEmpresaController.indSegundaViaFechamentoCaixa.help')}"
|
||||
style="cursor: help" />
|
||||
</hlayout>
|
||||
</groupbox>
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
|
|
Loading…
Reference in New Issue