From ea74e5b2e2326e42a00cb99e388251552acc3370 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 9 Apr 2016 14:09:13 +0200 Subject: [PATCH] added admin_user_add.xhtml MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 63 ++++++++++--------- .../localization/bundle_de_DE.properties | 4 ++ .../localization/bundle_en_US.properties | 2 + web/WEB-INF/faces-config.xml | 4 ++ web/admin/admin_user_add.xhtml | 20 ++++++ 5 files changed, 62 insertions(+), 31 deletions(-) create mode 100644 web/admin/admin_user_add.xhtml diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 859f7437..f90dec78 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,37 +2,38 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 59e01af7..7679ae66 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -316,3 +316,7 @@ CONTENT_TITLE_ADMIN_EDIT_USER=Aendern von Benutzeraccounts: PAGE_TITLE_ADMIN_UNLOCK_USER=Ent-/Sperren von Benutzeraccounts CONTENT_TITLE_ADMIN_UNLOCK_USER=Ent-/Sperren von Benutzeraccounts: ADMIN_MENU_USER_TITLE=Benutzerverwaltung +#CONTENT_TITLE_ADMIN_ADD_USER +PAGE_TITLE_ADMIN_ADD_USER=Neues Benutzeraccount hinzufuegen +#CONTENT_TITLE_ADMIN_ADD_USER +CONTENT_TITLE_ADMIN_ADD_USER=Neues Benutzeraccount hinzufuegen: diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 97cf9258..181b5677 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -283,3 +283,5 @@ CONTENT_TITLE_ADMIN_EDIT_USER=Edit user accounts: PAGE_TITLE_ADMIN_UNLOCK_USER=Un-/Lock user accounts CONTENT_TITLE_ADMIN_UNLOCK_USER=Un-/Lock user accounts: ADMIN_MENU_USER_TITLE=User management +PAGE_TITLE_ADMIN_ADD_USER=Add new user account +CONTENT_TITLE_ADMIN_ADD_USER=Add new user account: diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index 3323a8ce..a243051f 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -114,6 +114,10 @@ login /login/login_index.xhtml + + admin_add_user + /admin/admin_user_add.xhtml + admin_delete_user /admin/admin_user_delete.xhtml diff --git a/web/admin/admin_user_add.xhtml b/web/admin/admin_user_add.xhtml new file mode 100644 index 00000000..dbfd0e00 --- /dev/null +++ b/web/admin/admin_user_add.xhtml @@ -0,0 +1,20 @@ + + + + + + #{msg.PAGE_TITLE_ADMIN_ADD_USER} + + + #{msg.CONTENT_TITLE_ADMIN_ADD_USER} + + + + Here goes your content. + + + -- 2.39.5