From 6eecfc7ca0ec544ec1b676105c4b3bebd6eaf6c4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 9 Aug 2016 16:25:44 +0200 Subject: [PATCH] Continued a bit: (please cherry-pick) - added missing navigation rule for locking users - added missing i18n string MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- nbproject/faces-config.NavData | 138 +++++++++--------- .../localization/bundle_de_DE.properties | 1 + .../localization/bundle_en_US.properties | 1 + web/WEB-INF/faces-config.xml | 4 + 4 files changed, 75 insertions(+), 69 deletions(-) diff --git a/nbproject/faces-config.NavData b/nbproject/faces-config.NavData index 5f9e8600..3031ef63 100644 --- a/nbproject/faces-config.NavData +++ b/nbproject/faces-config.NavData @@ -2,75 +2,75 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 207dd657..2efda159 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -611,3 +611,4 @@ ADMIN_CELLPHONE_DATA_LEGEND=Mobiltelefonnummerdaten editeren: ADMIN_EDIT_CELLPHONE_PROVIDER=Mobilfunkanbieter \u00e4ndern: ADMIN_EDIT_CELLPHONE_NUMBER=Rufnummer \u00e4ndern: BUTTON_ADMIN_EDIT_CELLPHONE=Mobiltelefonnumer \u00e4ndern +ADMIN_LINK_LOCK_USER=Benutzeraccount sperren diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index bdf705fa..96b5106f 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -611,3 +611,4 @@ ADMIN_CELLPHONE_DATA_LEGEND=Edit cell phone data: ADMIN_EDIT_CELLPHONE_PROVIDER=Change mobile phone provider: ADMIN_EDIT_CELLPHONE_NUMBER=Change call number: BUTTON_ADMIN_EDIT_CELLPHONE=Edit cell phone number +ADMIN_LINK_LOCK_USER=Lock user account diff --git a/web/WEB-INF/faces-config.xml b/web/WEB-INF/faces-config.xml index ed85059d..7c66a54f 100644 --- a/web/WEB-INF/faces-config.xml +++ b/web/WEB-INF/faces-config.xml @@ -321,6 +321,10 @@ admin_delete_user /admin/user/admin_user_delete.xhtml + + admin_lock_user + /admin/user/admin_user_lock.xhtml + admin_unlock_user /admin/user/admin_user_unlock.xhtml -- 2.39.5