julio 2017-10-09 17:10:57 +00:00
parent a286c23875
commit 77430e17a1
1 changed files with 0 additions and 2 deletions

View File

@ -21,13 +21,11 @@
value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataVendaIni.value')}" /> value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataVendaIni.value')}" />
<datebox id="datInicial" width="90%" <datebox id="datInicial" width="90%"
format="dd/MM/yyyy" format="dd/MM/yyyy"
constraint="no empty"
maxlength="10" /> maxlength="10" />
<label <label
value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataVendaFin.value')}" /> value="${c:l('relatorioDevolucaoBilhetesAgenciaController.lbDataVendaFin.value')}" />
<datebox id="datFinal" width="90%" <datebox id="datFinal" width="90%"
format="dd/MM/yyyy" format="dd/MM/yyyy"
constraint="no empty"
maxlength="10" /> maxlength="10" />
</row> </row>