From: Roland Haeder Date: Sat, 9 Apr 2016 12:09:13 +0000 (+0200) Subject: added admin_user_add.xhtml X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ea74e5b2e2326e42a00cb99e388251552acc3370;p=jjobs-war.git added admin_user_add.xhtml Signed-off-by: Roland Häder --- 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. + + +