leonardo 2016-08-03 21:15:07 +00:00
parent 28f63f6679
commit 3f67bc1c1c
4 changed files with 10 additions and 7 deletions

View File

@ -3896,12 +3896,12 @@ editarExcepcionPeajeController.msg.jueves=5ª
editarExcepcionPeajeController.msg.viernes=6ª
editarExcepcionPeajeController.msg.sabado=SAB
editarExcepcionPeajeController.msg.RenderId=ID
editarExcepcionPeajeController.msg.RenderInicioVigencia=Início Vigencia
editarExcepcionPeajeController.msg.RenderFinVigencia=Fim Vigencia
editarExcepcionPeajeController.msg.RenderInicioVigencia=Início Vigência
editarExcepcionPeajeController.msg.RenderFinVigencia=Fim Vigência
editarExcepcionPeajeController.msg.RenderHoraInicio=Hora Inicial
editarExcepcionPeajeController.msg.RenderHoraFin=Hora Final
editarExcepcionPeajeController.msg.RenderDias=Dias da Semana
editarExcepcionPeajeController.msg.RenderPrecio=Precio
editarExcepcionPeajeController.msg.RenderPrecio=Preço
editarExcepcionPeajeController.MSG.borrarOK = Exceção de Pedágio foi excluída
editarExcepcionPeajeController.MSG.ExcepcionPeajeExiste.value = Exceção de Pedágio já existe
editarExcepcionPeajeController.MSG.conflitoVigencia.value = Esta vigência está conflitando com alguma já existente nesta Exceção de Pedágio. Os campos que podem conflitar são: data inicio e fim da venda, dia da semana e horário inicial e final de venda no dia.

View File

@ -13,7 +13,7 @@
tooltiptext="${c:l('busquedaExcepcionPeajeController.btnRefresh.tooltiptext')}" />
<separator orient="vertical" />
<button id="btnNovo" image="/gui/img/add.png" width="35px"
tooltiptext="${c:l('busquedaExcepcionPeajeController.btnNovo.tooltiptext')}" />
tooltiptext="${c:l('busquedaExcepcionPeajeController.btnNovo.tooltiptext')}" visible="false"/>
<separator orient="vertical" />
<button id="btnCerrar" onClick="winBusquedaExcepcionPeaje.detach()" image="/gui/img/exit.png" width="35px"
tooltiptext="${c:l('busquedaExcepcionPeajeController.btnFechar.tooltiptext')}"/>

View File

@ -12,7 +12,7 @@
<toolbar>
<hbox spacing="5px" style="padding:1px" align="right">
<button id="btnApagar" height="20"
image="/gui/img/remove.png" width="35px"
image="/gui/img/remove.png" width="35px" visible="false"
tooltiptext="${c:l('editarExcepcionPeajeController.btnApagar.tooltiptext')}" />
<button id="btnSalvar" height="20"
image="/gui/img/save.png" width="35px"
@ -67,7 +67,7 @@
<toolbar>
<separator bar="true" />
</toolbar>
<grid fixedLayout="true">
<grid fixedLayout="true" >
<columns>
<column width="26%" />
<column width="37%" />

View File

@ -45,6 +45,9 @@
<separator bar="true" />
</toolbar>
<grid fixedLayout="true">
<auxhead>
<auxheader colspan="3" label="${c:l('editarExcepcionPeajeController.window.title')}" />
</auxhead>
<columns>
<column width="26%" />
<column width="37%" />