git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@23886 d1611594-4594-4d17-8e1d-87c2c4800839
parent
8d8d5b3892
commit
42619bc3e1
|
@ -1977,7 +1977,7 @@ editarUsuarioController.lhDescricao.label = Descrição
|
|||
busquedaUsuarioController.CveUsuario.label = Código de Usuário
|
||||
busquedaUsuarioController.CveEmpleado.label = Código de Empregado
|
||||
editarUsuarioController.lhEmpresa.label = Empresa
|
||||
|
||||
editarUsuarioController.chkCorteTurnoAutomatico.label = Corte Automático
|
||||
|
||||
#cREADO POR mANUEL
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
<zk xmlns="http://www.zkoss.org/2005/zul">
|
||||
<window id="winEditarUsuario" border="normal"
|
||||
apply="${editarUsuarioController}"
|
||||
width="600px" height="380px" contentStyle="overflow:auto"
|
||||
apply="${editarUsuarioController}" width="600px" height="450px"
|
||||
contentStyle="overflow:auto"
|
||||
title="${c:l('editarUsuarioController.window.title')}">
|
||||
<toolbar>
|
||||
<hbox spacing="5px" style="padding:1px" align="right">
|
||||
|
@ -26,90 +26,123 @@
|
|||
|
||||
<tabbox id="tb">
|
||||
<tabs id="tabs">
|
||||
<tab id="tabUsuario" label="${c:l('editarUsuarioController.window.title')}"/>
|
||||
<tab id="tabUbicacion" label="${c:l('editarUsuarioController.tabel.ubicacion')}" />
|
||||
<tab id="tabEmpresa" label="${c:l('editarUsuarioController.tabel.empresa')}" />
|
||||
<tab id="tabUsuario"
|
||||
label="${c:l('editarUsuarioController.window.title')}" />
|
||||
<tab id="tabUbicacion"
|
||||
label="${c:l('editarUsuarioController.tabel.ubicacion')}" />
|
||||
<tab id="tabEmpresa"
|
||||
label="${c:l('editarUsuarioController.tabel.empresa')}" />
|
||||
</tabs>
|
||||
<tabpanels>
|
||||
<tabpanel id="tbUsuario">
|
||||
<grid fixedLayout="true">
|
||||
<columns>
|
||||
<column width="40%" />
|
||||
<column width="60%" />
|
||||
<column width="30%" />
|
||||
<column width="70%" />
|
||||
</columns>
|
||||
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.cveEmpleado.label')}"/>
|
||||
<textbox id="txtCveEmpleado" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"/>
|
||||
<label
|
||||
value="${c:l('busquedaUsuarioController.cveEmpleado.label')}" />
|
||||
<textbox id="txtCveEmpleado" width="80%"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
<row spans="2">
|
||||
<button id="btnPesquisa" image="/gui/img/find.png"
|
||||
<button id="btnPesquisa"
|
||||
image="/gui/img/find.png"
|
||||
label="${c:l('busquedaUsuarioController.btnPesquisa.label')}" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.CveUsuario.label')}"/>
|
||||
<textbox id="txtCveUsuario" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.claveUsuario}" constraint="no empty"/>
|
||||
<label
|
||||
value="${c:l('busquedaUsuarioController.CveUsuario.label')}" />
|
||||
<textbox id="txtCveUsuario" width="80%"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.claveUsuario}"
|
||||
constraint="no empty" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.nombusuario.label')}"/>
|
||||
<textbox id="txtNombUsuario" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.nombusuario}" constraint="no empty"/>
|
||||
<label
|
||||
value="${c:l('busquedaUsuarioController.nombusuario.label')}" />
|
||||
<textbox id="txtNombUsuario" width="80%"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.nombusuario}"
|
||||
constraint="no empty" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.nombpaterno.label')}"/>
|
||||
<textbox id="txtNombPaterno" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.nombpaterno}" constraint="no empty"/>
|
||||
<label
|
||||
value="${c:l('busquedaUsuarioController.nombpaterno.label')}" />
|
||||
<textbox id="txtNombPaterno" width="80%"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.nombpaterno}"
|
||||
constraint="no empty" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.nombmaterno.label')}"/>
|
||||
<textbox id="txtNombMaterno" width="80%" use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.nombmaterno}" constraint="no empty"/>
|
||||
<label
|
||||
value="${c:l('busquedaUsuarioController.nombmaterno.label')}" />
|
||||
<textbox id="txtNombMaterno" width="80%"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox"
|
||||
value="@{winEditarUsuario$composer.usuario.nombmaterno}"
|
||||
constraint="no empty" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('editarUsuarioController.senha.label')}"/>
|
||||
<textbox type="password" id="txtSenha" width="80%" maxlength="10" />
|
||||
<label
|
||||
value="${c:l('editarUsuarioController.senha.label')}" />
|
||||
<textbox type="password" id="txtSenha"
|
||||
width="80%" maxlength="10" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('editarUsuarioController.confirmarsenha.label')}"/>
|
||||
<textbox type="password" id="txtConfirmSenha" width="80%" maxlength="10" />
|
||||
<label
|
||||
value="${c:l('editarUsuarioController.confirmarsenha.label')}" />
|
||||
<textbox type="password"
|
||||
id="txtConfirmSenha" width="80%" maxlength="10" />
|
||||
</row>
|
||||
<row>
|
||||
<!-- descCorreo -->
|
||||
<label value="${c:l('editarPuntoVentaController.lbDescCorreo.value')}"/>
|
||||
<textbox id="descCorreo" constraint="no empty" width="80%" maxlength="60"
|
||||
<label
|
||||
value="${c:l('editarPuntoVentaController.lbDescCorreo.value')}" />
|
||||
<textbox id="descCorreo"
|
||||
constraint="no empty" width="80%" maxlength="60"
|
||||
value="@{winEditarUsuario$composer.usuario.descCorreo}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyTextbox" />
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('busquedaUsuarioController.perfil.label')}"/>
|
||||
<combobox id="cmbPerfil" autodrop="true" constraint="no empty"
|
||||
mold="rounded" buttonVisible="true" width="90%"
|
||||
model="@{winEditarUsuario$composer.lsPerfil}"
|
||||
<label
|
||||
value="${c:l('busquedaUsuarioController.perfil.label')}" />
|
||||
<combobox id="cmbPerfil" autodrop="true"
|
||||
constraint="no empty" mold="rounded" buttonVisible="true"
|
||||
width="90%" model="@{winEditarUsuario$composer.lsPerfil}"
|
||||
selectedItem="@{winEditarUsuario$composer.perfilSeleccionada}"
|
||||
initialValue="@{winEditarUsuario$composer.perfilSeleccionada}"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyComboboxEstandar" />
|
||||
</row>
|
||||
<row>
|
||||
<label
|
||||
value="${c:l('editarUsuarioController.chkCorteTurnoAutomatico.label')}" />
|
||||
<checkbox id="chkCorteTurnoAutomatico"
|
||||
checked="@{winEditarUsuario$composer.usuario.indCorteAutomatico}" />
|
||||
</row>
|
||||
</rows>
|
||||
</grid>
|
||||
</tabpanel>
|
||||
<tabpanel id="tbUbicacion" height="80%">
|
||||
<toolbar>
|
||||
<button id="btnAdicionarUbicacion" height="20" image="/gui/img/add.png" width="35px"
|
||||
<button id="btnAdicionarUbicacion" height="20"
|
||||
image="/gui/img/add.png" width="35px"
|
||||
tooltiptext="${c:l('editarUsuarioController.btnAdicionar.tooltiptext')}" />
|
||||
<button id="btnRemoverUbicacion" height="20" image="/gui/img/remove.png" width="35px"
|
||||
<button id="btnRemoverUbicacion" height="20"
|
||||
image="/gui/img/remove.png" width="35px"
|
||||
tooltiptext="${c:l('editarUsuarioController.btnRemover.tooltiptext')}" />
|
||||
</toolbar>
|
||||
|
||||
<grid fixedLayout="true" >
|
||||
<columns>
|
||||
<column width="40%" />
|
||||
<column width="60%" />
|
||||
<column width="30%" />
|
||||
<column width="70%" />
|
||||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('editarUsuarioController.lhParada.label')}"/>
|
||||
<label
|
||||
value="${c:l('editarUsuarioController.lhParada.label')}" />
|
||||
<hbox>
|
||||
<combobox id="cmbParada"
|
||||
mold="rounded" buttonVisible="true" width="100%"
|
||||
|
@ -117,7 +150,8 @@
|
|||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<label value="${c:l('editarUsuarioController.lhPuntoVenta.label')}"/>
|
||||
<label
|
||||
value="${c:l('editarUsuarioController.lhPuntoVenta.label')}" />
|
||||
<hbox>
|
||||
<combobox id="cmbPuntoVenta"
|
||||
mold="rounded" buttonVisible="true" width="100%"
|
||||
|
@ -127,12 +161,15 @@
|
|||
</rows>
|
||||
</grid>
|
||||
|
||||
<listbox id="ubicacionList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false" height="40px" >
|
||||
<listbox id="ubicacionList"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false" height="200px">
|
||||
<listhead sizable="true">
|
||||
<listheader id="lhParada" image="/gui/img/create_doc.gif"
|
||||
<listheader id="lhParada"
|
||||
image="/gui/img/create_doc.gif"
|
||||
label="${c:l('editarUsuarioController.lhParada.label')}" />
|
||||
<listheader id="lhPuntoVenta" image="/gui/img/create_doc.gif"
|
||||
<listheader id="lhPuntoVenta"
|
||||
image="/gui/img/create_doc.gif"
|
||||
label="${c:l('editarUsuarioController.lhPuntoVenta.label')}" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
|
@ -141,9 +178,11 @@
|
|||
|
||||
<tabpanel id="tbEmpresa" height="80%">
|
||||
<toolbar>
|
||||
<button id="btnAdicionarEmpresa" height="20" image="/gui/img/add.png" width="35px"
|
||||
<button id="btnAdicionarEmpresa" height="20"
|
||||
image="/gui/img/add.png" width="35px"
|
||||
tooltiptext="${c:l('editarUsuarioController.btnAdicionarEmpresa.tooltiptext')}" />
|
||||
<button id="btnRemoverEmpresa" height="20" image="/gui/img/remove.png" width="35px"
|
||||
<button id="btnRemoverEmpresa" height="20"
|
||||
image="/gui/img/remove.png" width="35px"
|
||||
tooltiptext="${c:l('editarUsuarioController.btnRemover.tooltiptext')}" />
|
||||
</toolbar>
|
||||
|
||||
|
@ -154,7 +193,8 @@
|
|||
</columns>
|
||||
<rows>
|
||||
<row>
|
||||
<label value="${c:l('editarUsuarioController.lhEmpresa.label')}"/>
|
||||
<label
|
||||
value="${c:l('editarUsuarioController.lhEmpresa.label')}" />
|
||||
<hbox>
|
||||
<combobox id="cmbEmpresa"
|
||||
mold="rounded" buttonVisible="true" width="100%"
|
||||
|
@ -165,14 +205,18 @@
|
|||
</rows>
|
||||
</grid>
|
||||
|
||||
<listbox id="empresaList" use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false" height="170px" >
|
||||
<listbox id="empresaList"
|
||||
use="com.rjconsultores.ventaboletos.web.utilerias.MyListbox"
|
||||
multiple="false" height="200px">
|
||||
<listhead sizable="true">
|
||||
<listheader id="lhCNPJ" image="/gui/img/create_doc.gif"
|
||||
<listheader id="lhCNPJ"
|
||||
image="/gui/img/create_doc.gif"
|
||||
label="${c:l('editarUsuarioController.lhCNPJ.label')}" />
|
||||
<listheader id="lhDescricao" image="/gui/img/create_doc.gif"
|
||||
<listheader id="lhDescricao"
|
||||
image="/gui/img/create_doc.gif"
|
||||
label="${c:l('editarUsuarioController.lhDescricao.label')}" />
|
||||
<listheader id="lhTipo" image="/gui/img/create_doc.gif"
|
||||
<listheader id="lhTipo"
|
||||
image="/gui/img/create_doc.gif"
|
||||
label="${c:l('editarUsuarioController.lhTipo.label')}" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
|
|
Loading…
Reference in New Issue