gleimar 2014-04-30 17:31:18 +00:00
parent 186224b250
commit 50f9719914
1 changed files with 8 additions and 1 deletions

View File

@ -66,11 +66,18 @@
</row>
<row>
<label
value="${c:l('busquedaEstacionController.nomeImpressoraRelatorio.label')}" />
value="${c:l('busquedaEstacionController.nomeImpressoraSeguro.label')}" />
<textbox id="txtNomImpressoaraRelatorio"
width="90%" maxlength="20"
value="@{winEditarEstacion$composer.estacion.nomeImpressoraRelatorio}" />
</row>
<row>
<label
value="${c:l('busquedaEstacionController.nomeImpressoraRelatorio.label')}" />
<textbox id="txtNomImpressoaraSeguro"
width="90%" maxlength="20"
value="@{winEditarEstacion$composer.estacion.nombImpresoraSeguro}" />
</row>
<row>
<label
value="${c:l('busquedaEstacionController.lhPuntoVenta.label')}" />