fixes bug#15378
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@96610 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
bbdfb2efcc
commit
d96ff23fbc
|
@ -30,19 +30,6 @@
|
|||
<column width="80%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('busquedaMensajeController.dataInicial.label')}" />
|
||||
<datebox id="txtDataInicial" width="100%" mold="rounded"
|
||||
format="dd/MM/yyyy" constraint="no empty"
|
||||
maxlength="10" />
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<label value="${c:l('busquedaMensajeController.dataFinal.label')}" />
|
||||
<datebox id="txtDataFinal" width="100%" mold="rounded"
|
||||
format="dd/MM/yyyy" constraint="no empty"
|
||||
maxlength="10" />
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<label
|
||||
|
@ -52,6 +39,14 @@
|
|||
value="@{winEditarConfiguracionGeneral$composer.constante.descconstante}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarConfiguracionGeneralController.lbNome.value')}" />
|
||||
<textbox id="nombConstante" constraint="no empty"
|
||||
width="70%" maxlength="40"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarConfiguracionGeneral$composer.constante.nombconstante}" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarConfiguracionGeneralController.lbValor.value')}" />
|
||||
|
|
Loading…
Reference in New Issue