From 9842b6f5d8bebc5c879c115d5ad2198d1455a478 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Tue, 28 Jun 2011 06:13:03 +0000 Subject: [PATCH] Some text rewritten, CSS class added: - Some text for ext-refback rewritten - CSS class 'table2' introduced which is only a little wider than 'table' class - Unused message id 'GUEST_REF' removed - TODOs.txt updated --- DOCS/TODOs.txt | 6 +++--- inc/language/de.php | 1 - inc/language/refback_de.php | 2 +- templates/de/html/member/member_refback_list.tpl | 2 +- theme/business/css/general.css | 6 ++++++ theme/default/css/general.css | 6 ++++++ theme/desert/css/general.css | 6 ++++++ 7 files changed, 23 insertions(+), 6 deletions(-) diff --git a/DOCS/TODOs.txt b/DOCS/TODOs.txt index 4ac881be1c..f80182d46a 100644 --- a/DOCS/TODOs.txt +++ b/DOCS/TODOs.txt @@ -57,9 +57,9 @@ ./inc/functions.php:92: // @TODO Extension 'msg' does not exist ./inc/gen_sql_patches.php:95:// @TODO Rewrite this to a filter ./inc/install-functions.php:57: // @TODO DEACTIVATED: changeDataInLocalConfigurationFile('OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestParameter('omode'), 0); -./inc/language/de.php:1083: // @TODO Rewrite these two constants -./inc/language/de.php:1104: // @TODO Rewrite these three constants -./inc/language/de.php:778:// @TODO Are these constants longer used? +./inc/language/de.php:1082: // @TODO Rewrite these two constants +./inc/language/de.php:1103: // @TODO Rewrite these three constants +./inc/language/de.php:777:// @TODO Are these constants longer used? ./inc/language-functions.php:255: // @TODO These are all valid languages, again hard-coded ./inc/language-functions.php:44:// @TODO Rewrite all language constants to this function. ./inc/language/newsletter_de.php:13: * @TODO This language file is completely out-dated, please do no * diff --git a/inc/language/de.php b/inc/language/de.php index 734c2c3a9f..929ab164f0 100644 --- a/inc/language/de.php +++ b/inc/language/de.php @@ -234,7 +234,6 @@ addMessages(array( 'GUEST_CITY' => "Wohnort", 'GUEST_EMAIL' => "Email-Adresse", 'GUEST_BIRTHDAY' => "Geburtsdatum", - 'GUEST_REF' => "Geworben von", 'GUEST_CONFIRM_LINK_SUBJECT' => "Ihr Bestätigungslink", 'ADMIN_GUEST_REGISTERED_WITH_US' => "Ein Gast hat sich soeben bei uns angemeldet.", 'ADMIN_GUEST_PERSONA_DATA' => "Hier sind zur Überprüfung nochmals seine persönlichen Daten", diff --git a/inc/language/refback_de.php b/inc/language/refback_de.php index 411e5de943..a67755ab1a 100644 --- a/inc/language/refback_de.php +++ b/inc/language/refback_de.php @@ -60,7 +60,7 @@ addMessages(array( 'MEMBER_REFBACK_NO_ENTRIES' => "Es gibt technische Probleme mit der Refback-Tabelle. Bitte Support benachrichtigen.", 'MEMBER_REFBACK_EDIT_SUBMIT' => "Refback einstellen", 'MEMBER_REFBACK_REFID' => "Mitglieder-Id (Nickname)", - 'MEMBER_REFBACK_LEVEL_REFID' => "Geworben von", + 'MEMBER_REFBACK_LEVEL_REFID' => "Werber", 'MEMBER_REFBACK_STATUS' => "Referal-Status", 'MEMBER_REFBACK_PERCENTS' => "Ref-Back Prozente", 'MEMBER_REFBACK_POINTS' => "Ref-Back Vergütung", diff --git a/templates/de/html/member/member_refback_list.tpl b/templates/de/html/member/member_refback_list.tpl index c76109b3e8..6709085ed6 100644 --- a/templates/de/html/member/member_refback_list.tpl +++ b/templates/de/html/member/member_refback_list.tpl @@ -1,4 +1,4 @@ -
+
{--MEMBER_REFBACK_TITLE--}
diff --git a/theme/business/css/general.css b/theme/business/css/general.css index df9242b9f2..fbb916e5b7 100644 --- a/theme/business/css/general.css +++ b/theme/business/css/general.css @@ -144,6 +144,12 @@ a.logout_box { margin: 5px; } +.table2 { + background-color: #ffffff; + width: 680px; + margin: 5px; +} + .warning_table { background-color: #ff8888; width: 660px; diff --git a/theme/default/css/general.css b/theme/default/css/general.css index df203030ad..5ab7c66714 100644 --- a/theme/default/css/general.css +++ b/theme/default/css/general.css @@ -176,6 +176,12 @@ a.logout_box { margin: 5px; } +.table2 { + background-color: #eeffee; + width: 680px; + margin: 5px; +} + .warning_table { background-color: #ff8888; width: 660px; diff --git a/theme/desert/css/general.css b/theme/desert/css/general.css index 409f3a95cc..c2b1de3344 100644 --- a/theme/desert/css/general.css +++ b/theme/desert/css/general.css @@ -145,6 +145,12 @@ a.logout_box { margin: 5px; } +.table2 { + background-color: #ffffcc; + width: 680px; + margin: 5px; +} + .warning_table { background-color: #ff8888; width: 660px; -- 2.39.2