From: Roland Haeder Date: Sat, 5 Mar 2016 22:35:17 +0000 (+0100) Subject: Some language + CSS fixes + updated jar(s) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=908c617c5c9069fb87fe07b4ceb07b86689a31d4;p=jjobs-war.git Some language + CSS fixes + updated jar(s) --- diff --git a/lib/jcontacts-core.jar b/lib/jcontacts-core.jar index c9e06f82..6a7bb1c4 100644 Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ diff --git a/src/java/org/mxchange/jjobs/beans/user/UserWebSessionBean.java b/src/java/org/mxchange/jjobs/beans/user/UserWebSessionBean.java index c0f50417..edda1086 100644 --- a/src/java/org/mxchange/jjobs/beans/user/UserWebSessionBean.java +++ b/src/java/org/mxchange/jjobs/beans/user/UserWebSessionBean.java @@ -286,6 +286,9 @@ public class UserWebSessionBean implements UserWebSessionController { // Is there a phone number? if (user.getUserContact().getContactPhoneNumber() instanceof DialableLandLineNumber) { + // Debug message + System.out.println(MessageFormat.format("UserWebBean:doChangePersonalData: phoneId={0}", user.getUserContact().getContactPhoneNumber().getPhoneId())); //NOI18N + // Yes, then update as well user.getUserContact().getContactPhoneNumber().setPhoneAreaCode(this.getPhoneAreaCode()); user.getUserContact().getContactPhoneNumber().setPhoneNumber(this.getPhoneNumber()); @@ -293,6 +296,9 @@ public class UserWebSessionBean implements UserWebSessionController { // Is there a fax number? if (user.getUserContact().getContactFaxNumber() instanceof DialableFaxNumber) { + // Debug message + System.out.println(MessageFormat.format("UserWebBean:doChangePersonalData: faxId={0}", user.getUserContact().getContactFaxNumber().getPhoneId())); //NOI18N + // Yes, then update as well user.getUserContact().getContactFaxNumber().setPhoneAreaCode(this.getFaxAreaCode()); user.getUserContact().getContactFaxNumber().setPhoneNumber(this.getFaxNumber()); @@ -300,6 +306,9 @@ public class UserWebSessionBean implements UserWebSessionController { // Is there a cellphone number? if (user.getUserContact().getContactCellphoneNumber() instanceof DialableCellphoneNumber) { + // Debug message + System.out.println(MessageFormat.format("UserWebBean:doChangePersonalData: cellPhoneId={0}", user.getUserContact().getContactCellphoneNumber().getPhoneId())); //NOI18N + // Yes, then update as well user.getUserContact().getContactCellphoneNumber().setCellphoneProvider(this.getCellphoneCarrier()); user.getUserContact().getContactCellphoneNumber().setPhoneNumber(this.getCellphoneNumber()); diff --git a/src/java/org/mxchange/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties index 1af074c8..8bc68785 100644 --- a/src/java/org/mxchange/localization/bundle_de_DE.properties +++ b/src/java/org/mxchange/localization/bundle_de_DE.properties @@ -230,7 +230,7 @@ LOGIN_NO_USER_NAME_MESSAGE=Sie haben keinen Benutzernamen eingegeben. USER_NOT_LOGGED_IN=Sie sind nicht angemeldet. LOGIN_OWN_PROFILE_INVISIBLE=Ihr Profil ist auf "durchsichtig" gestellt. ERROR_USER_INSTANCE_NOT_SET=Fehler: Benutzer-Instanz nicht gesetzt. -LOGIN_ADDRESSBOOK_NOT_SET=Adressbuch-Instanz nicht gesetzt. +LOGIN_ADDRESSBOOK_NOT_SET=Fehler: Adressbuch-Instanz nicht gesetzt. LINK_GUEST_LOGIN_LOST_PASSWORD=Passwort vergessen? LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Passwort wiederherstellen #TODO: Please fix German umlaut! diff --git a/src/java/org/mxchange/localization/bundle_en_US.properties b/src/java/org/mxchange/localization/bundle_en_US.properties index 04be3fc4..48e38a85 100644 --- a/src/java/org/mxchange/localization/bundle_en_US.properties +++ b/src/java/org/mxchange/localization/bundle_en_US.properties @@ -225,7 +225,7 @@ LOGIN_NO_USER_NAME_MESSAGE=You have entered no user name. USER_NOT_LOGGED_IN=You are not signed in. LOGIN_OWN_PROFILE_INVISIBLE=Your profile is set to "invisible". ERROR_USER_INSTANCE_NOT_SET=Error: User instance not set. -LOGIN_ADDRESSBOOK_NOT_SET=Address book instance not set. +LOGIN_ADDRESSBOOK_NOT_SET=Error: Address book instance not set. LINK_GUEST_LOGIN_LOST_PASSWORD=Lost your password? LINK_TITLE_GUEST_LOGIN_LOST_PASSWORD=Restore your password TABLE_HEADER_ERROR_USER_NOT_LOGGED_IN=You need to be logged-in diff --git a/web/resources/css/cssLayout.css b/web/resources/css/cssLayout.css index 456d1d2c..18ff572b 100644 --- a/web/resources/css/cssLayout.css +++ b/web/resources/css/cssLayout.css @@ -179,7 +179,7 @@ ul.footer_nav li.footer_copyright { } .message_header { - background-color: #036fab; + background-color: #dddddd; } .okay {