git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@24861 d1611594-4594-4d17-8e1d-87c2c4800839
parent
24679add20
commit
bb503483b9
|
@ -13,14 +13,12 @@ public class ItemMenuAutorizacion extends DefaultItemMenuSistema {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getClaveMenu() {
|
public String getClaveMenu() {
|
||||||
return "___COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.AUTORIZACION__";//retirado por solicitacion
|
return "COM.RJCONSULTORES.ADMINISTRACION.GUI.SEGURIDAD.MENU.AUTORIZACION";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void ejecutar() {
|
public void ejecutar() {
|
||||||
PantallaUtileria.openWindow("/gui/seguridad/busquedaAutorizacion.zul",
|
PantallaUtileria.openWindow("/gui/seguridad/busquedaAutorizacion.zul",
|
||||||
Labels.getLabel("busquedaAutorizacionController.window.title"), null,desktop);
|
Labels.getLabel("busquedaAutorizacionController.window.title"), null, desktop);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue