From 89cba6df1a81c2d939e1a0ed914929e17e078a27 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 9 Apr 2016 12:47:54 +0200 Subject: [PATCH] Renamed after naming convention: admin_foo.xhtml in admin area, but foo.xhtml is for guest ;-) --- nbproject/faces-config.NavData | 4 ++-- web/WEB-INF/faces-config.xml | 4 ++-- web/admin/{category.xhtml => admin_category.xhtml} | 0 web/admin/{product.xhtml => admin_product.xhtml} | 0 4 files changed, 4 insertions(+), 4 deletions(-) rename web/admin/{category.xhtml => admin_category.xhtml} (100%) rename web/admin/{product.xhtml => admin_product.xhtml} (100%) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index ddcb9e09..90a76d02 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -11,12 +11,12 @@ - + - + diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index bb3d4bbf..3f463b9a 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -57,11 +57,11 @@ admin_product - /admin/product.xhtml + /admin/admin_product.xhtml admin_category - /admin/category.xhtml + /admin/admin_category.xhtml admin_index diff --git a/web/admin/category.xhtml b/web/admin/admin_category.xhtml similarity index 100% rename from web/admin/category.xhtml rename to web/admin/admin_category.xhtml diff --git a/web/admin/product.xhtml b/web/admin/admin_product.xhtml similarity index 100% rename from web/admin/product.xhtml rename to web/admin/admin_product.xhtml -- 2.39.2