]> git.mxchange.org Git - jfinancials-war.git/commitdiff
Some language + CSS fixes + updated jar(s)
authorRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 22:34:32 +0000 (23:34 +0100)
committerRoland Haeder <roland@mxchange.org>
Sat, 5 Mar 2016 23:00:16 +0000 (00:00 +0100)
lib/jcontacts-core.jar
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 7b1a26b4478b80de099027a2af905fb475bffafa..5ed9c477776951d29f51a5036cd8c5521c88a4a6 100644 (file)
@@ -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!
index 7c3c6e576ea57eb3cd74400ec39840c6e9209688..0951ba7c01a702046e97752760d7d2d6a47c3643 100644 (file)
@@ -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
index 00129ea3b5add1a86e279ba96857c3197c86fdae..18ff572bafa8ca69733c0b595e6070c2cb4e2c2b 100644 (file)
@@ -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 {