From 767ac0d0bcd85b08a6ef540c8e4f419c8057f8f1 Mon Sep 17 00:00:00 2001 From: bruno Date: Tue, 23 Jul 2013 20:22:37 +0000 Subject: [PATCH] - Corrigindo merge git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@29373 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ItemMenuImportarClientes.java | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/java/com/rjconsultores/ventaboletos/web/utilerias/menu/item/confcomerciales/ItemMenuImportarClientes.java diff --git a/src/java/com/rjconsultores/ventaboletos/web/utilerias/menu/item/confcomerciales/ItemMenuImportarClientes.java b/src/java/com/rjconsultores/ventaboletos/web/utilerias/menu/item/confcomerciales/ItemMenuImportarClientes.java deleted file mode 100644 index bb180cfbc..000000000 --- a/src/java/com/rjconsultores/ventaboletos/web/utilerias/menu/item/confcomerciales/ItemMenuImportarClientes.java +++ /dev/null @@ -1,24 +0,0 @@ -package com.rjconsultores.ventaboletos.web.utilerias.menu.item.confcomerciales; - -import org.zkoss.util.resource.Labels; - -import com.rjconsultores.ventaboletos.web.utilerias.PantallaUtileria; -import com.rjconsultores.ventaboletos.web.utilerias.menu.DefaultItemMenuSistema; - -public class ItemMenuImportarClientes extends DefaultItemMenuSistema { - - public ItemMenuImportarClientes() { - super("indexController.mniImportarClientes.label"); - } - - @Override - public String getClaveMenu() { - return "COM.RJCONSULTORES.ADMINISTRACION.GUI.CONFIGURACIONECCOMERCIALES.MENU.IMPORTARCLIENTES"; - } - - @Override - public void ejecutar() { - PantallaUtileria.openWindow("/gui/configuraciones_comerciales/importarClientes.zul", - Labels.getLabel("importarClientesController.window.title"), null, desktop); - } -}