From: Roland Haeder <roland@mxchange.org>
Date: Sat, 5 Mar 2016 22:34:32 +0000 (+0100)
Subject: Some language + CSS fixes + updated jar(s)
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5736ebb6873fa80bc5e10cfc03203366fe8460e8;p=jfinancials-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/localization/bundle_de_DE.properties b/src/java/org/mxchange/localization/bundle_de_DE.properties
index 7b1a26b4..5ed9c477 100644
--- a/src/java/org/mxchange/localization/bundle_de_DE.properties
+++ b/src/java/org/mxchange/localization/bundle_de_DE.properties
@@ -259,7 +259,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 7c3c6e57..0951ba7c 100644
--- a/src/java/org/mxchange/localization/bundle_en_US.properties
+++ b/src/java/org/mxchange/localization/bundle_en_US.properties
@@ -255,7 +255,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=Forgot 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 00129ea3..18ff572b 100644
--- a/web/resources/css/cssLayout.css
+++ b/web/resources/css/cssLayout.css
@@ -129,7 +129,7 @@ ul.footer_nav li.footer_copyright {
 	padding-left: 5px;
 }
 
-.table_header, .table_label {
+.table_header, .table_label, .message_header {
 	text-align: center;
 	font-weight: bold;
 }
@@ -179,7 +179,7 @@ ul.footer_nav li.footer_copyright {
 }
 
 .message_header {
-	background-color: #036fab;
+	background-color: #dddddd;
 }
 
 .okay {