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
|
@ -692,17 +692,7 @@
|
||||||
style="cursor: help" />
|
style="cursor: help" />
|
||||||
</hlayout>
|
</hlayout>
|
||||||
</groupbox>
|
</groupbox>
|
||||||
<groupbox >
|
</row>
|
||||||
<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>
|
<row>
|
||||||
<groupbox >
|
<groupbox >
|
||||||
<caption label="${c:l('editarEmpresaController.imprimeQRCodeAdicional')}" />
|
<caption label="${c:l('editarEmpresaController.imprimeQRCodeAdicional')}" />
|
||||||
|
@ -820,7 +810,17 @@
|
||||||
style="cursor: help" />
|
style="cursor: help" />
|
||||||
</groupbox>
|
</groupbox>
|
||||||
</row>
|
</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>
|
</rows>
|
||||||
</grid>
|
</grid>
|
||||||
</tabpanel>
|
</tabpanel>
|
||||||
|
|
Loading…
Reference in New Issue