alexandre.lima 2017-12-04 13:11:38 +00:00
parent 419fd15e06
commit a1b716a45d
3 changed files with 3 additions and 3 deletions

View File

@ -5995,8 +5995,8 @@ editarEmpleadoController.MSG.suscribirOK = Empleado se registró exitosamente
indexController.mniEmpleado.label = Empleados indexController.mniEmpleado.label = Empleados
busquedaEmpleadoController.window.title = Empleados busquedaEmpleadoController.window.title = Empleados
busquedaEmpleadoController.btnRefresh.tooltiptext = Actualizar busquedaEmpleadoController.btnRefresh.tooltiptext = Actualizar
busquedaEmpleadoController.cveEmpleado.label = Documento
busquedaEmpleadoController.btnNovo.tooltiptext = Incluir busquedaEmpleadoController.btnNovo.tooltiptext = Incluir
busquedaEmpleadoController.cveEmpleado.label = Clave
busquedaEmpleadoController.nombEmpleado.label = Nombre Empleado busquedaEmpleadoController.nombEmpleado.label = Nombre Empleado
busquedaEmpleadoController.nombpaterno.label = Apellido Paterno busquedaEmpleadoController.nombpaterno.label = Apellido Paterno
busquedaEmpleadoController.nombmaterno.label = Apellido Materno busquedaEmpleadoController.nombmaterno.label = Apellido Materno

View File

@ -6265,10 +6265,10 @@ indexController.mniEmpleado.label = Empregados
busquedaEmpleadoController.window.title = Empregados busquedaEmpleadoController.window.title = Empregados
busquedaEmpleadoController.btnRefresh.tooltiptext = Atualizar busquedaEmpleadoController.btnRefresh.tooltiptext = Atualizar
busquedaEmpleadoController.btnNovo.tooltiptext = Incluir busquedaEmpleadoController.btnNovo.tooltiptext = Incluir
busquedaEmpleadoController.cveEmpleado.label = Clave
busquedaEmpleadoController.nombEmpleado.label = Nome do Empregado busquedaEmpleadoController.nombEmpleado.label = Nome do Empregado
busquedaEmpleadoController.nombpaterno.label = Nome Paterno busquedaEmpleadoController.nombpaterno.label = Nome Paterno
busquedaEmpleadoController.nombmaterno.label = Nome Materno busquedaEmpleadoController.nombmaterno.label = Nome Materno
busquedaEmpleadoController.cveEmpleado.label = Documento
busquedaEmpleadoController.descCalle.label = Endereço busquedaEmpleadoController.descCalle.label = Endereço
busquedaEmpleadoController.codPostal.label = Cod Postal busquedaEmpleadoController.codPostal.label = Cod Postal
busquedaEmpleadoController.nombempresa.label = Empresa busquedaEmpleadoController.nombempresa.label = Empresa

View File

@ -51,7 +51,7 @@
<label <label
value="${c:l('editarEmpleadoController.cveEmpleado.label')}" /> value="${c:l('editarEmpleadoController.cveEmpleado.label')}" />
<textbox id="txtCveEmpleado" width="95%" <textbox id="txtCveEmpleado" width="95%"
maxlength="10" constraint="no empty" maxlength="30" constraint="no empty"
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
value="@{winEditarEmpleado$composer.empleado.cveEmpleado}" /> value="@{winEditarEmpleado$composer.empleado.cveEmpleado}" />
</row> </row>