valdevir 2016-10-10 20:25:18 +00:00
parent 81700c7fb1
commit da4d237385
2 changed files with 7 additions and 1 deletions

View File

@ -3729,6 +3729,7 @@ busquedaEstacionController.lhDescEstacion.label = Descrição
busquedaEstacionController.ID.label = ID
busquedaEstacionController.lhDescMac.label = Descrição Mac
busquedaEstacionController.lhNumCaja.label = Caixa
busquedaEstacionController.lhNumPortaPinpad.label = Porta Pinpad
busquedaEstacionController.lhPuntoVenta.label = Ponto Venda
busquedaEstacionController.lhMAC.label = MAC
busquedaEstacionController.btnPesquisa.label = Pesquisa

View File

@ -115,7 +115,12 @@
label="${c:l('MSG.NO')}" />
</radiogroup>
</row>
<row>
<label
value="${c:l('busquedaEstacionController.lhNumPortaPinpad.label')}" />
<intbox id="txtNumPortaPinpad" width="90%" maxlength="2"
value="@{winEditarEstacion$composer.estacion.numPortaPinpad}"/>
</row>
</rows>
</grid>
</tabpanel>