]> git.mxchange.org Git - jjobs-war.git/commitdiff
Some language + CSS fixes + updated jar(s)
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 22:35:17 +0000 (23:35 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 23:00:52 +0000 (00:00 +0100)
lib/jcontacts-core.jar
src/java/org/mxchange/jjobs/beans/user/UserWebSessionBean.java
src/java/org/mxchange/localization/bundle_de_DE.properties
src/java/org/mxchange/localization/bundle_en_US.properties
web/resources/css/cssLayout.css

index c9e06f82084a0a9b4a489d3285e869016d64b917..6a7bb1c44ee1942bfeb58058bdf158acb0de8d23 100644 (file)
Binary files a/lib/jcontacts-core.jar and b/lib/jcontacts-core.jar differ
index c0f50417def801d179506d81b6b0ef28f89c85b9..edda10868c6cd3df4dcb3d3bb67151a663270e10 100644 (file)
@@ -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());
index 1af074c8736ffb10eb4c99861f9220dfdc47c44e..8bc687850273067e471fa9be636099c5bc7749be 100644 (file)
@@ -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!
index 04be3fc4fb215b0523c0d247f5b8446684ac9cc4..48e38a859b1778db47a021ae73a70179ba216fa6 100644 (file)
@@ -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
index 456d1d2c92d2cc3b056820c02b53396c36f3d3ca..18ff572bafa8ca69733c0b595e6070c2cb4e2c2b 100644 (file)
@@ -179,7 +179,7 @@ ul.footer_nav li.footer_copyright {
 }
 
 .message_header {
-       background-color: #036fab;
+       background-color: #dddddd;
 }
 
 .okay {