From 91a80b9af58f86dfebb651f6f572e4165ecf46a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 27 Apr 2016 16:25:53 +0200 Subject: [PATCH] Some JSF fiyxes: - id "cellphoneLinks" removed as it happens in a loop - sometimes user is null, then user.userContact cannot be accessed and any attempts cause a NPE - new error message ERROR_PARAMETER_CELLPHONE_NUMBER_USER_NOT_SET added (and used) - added div tags for better showing error messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder Signed-off-by: Roland Häder --- src/java/org/mxchange/localization/bundle_en_US.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 054f6798..b5f94c92 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -338,6 +338,9 @@ ADMIN_LIST_USER_CREATED=Registered: USER_ACCOUNT_STATUS_CONFIRMED=Confirmed USER_ACCOUNT_STATUS_UNCONFIRMED=Unconfirmed USER_ACCOUNT_STATUS_LOCKED=Locked +USER_PROFILE_MODE_INVISIBLE=Invisible +USER_PROFILE_MODE_MEMBERS=Only members +USER_PROFILE_MODE_PUBLIC=Public ADMIN_LINK_SHOW_USER_TITLE=Show administrative user profile PAGE_TITLE_ADMIN_SHOW_USER=Show user profile CONTENT_TITLE_ADMIN_SHOW_USER=Show profile of a user: -- 2.39.5