Some text rewritten, CSS class added:
authorRoland Häder <roland@mxchange.org>
Tue, 28 Jun 2011 06:13:03 +0000 (06:13 +0000)
committerRoland Häder <roland@mxchange.org>
Tue, 28 Jun 2011 06:13:03 +0000 (06:13 +0000)
- 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
inc/language/de.php
inc/language/refback_de.php
templates/de/html/member/member_refback_list.tpl
theme/business/css/general.css
theme/default/css/general.css
theme/desert/css/general.css

index 4ac881be1c25e847869226a0f9fc08a599599003..f80182d46a83acb8aef6bb4424d02116438a66fd 100644 (file)
@@ -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       *
index 734c2c3a9f0836f5568152b700b988a7b4301050..929ab164f0333d06f9d65635727d300eb2ceb041 100644 (file)
@@ -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&auml;tigungslink",
        'ADMIN_GUEST_REGISTERED_WITH_US' => "Ein Gast hat sich soeben bei uns angemeldet.",
        'ADMIN_GUEST_PERSONA_DATA' => "Hier sind zur &Uuml;berpr&uuml;fung nochmals seine pers&ouml;nlichen Daten",
index 411e5de9430b6cc79a510c0ef908ff120cf80ed8..a67755ab1adef726b5cd6e2f303c9b6500ec65b8 100644 (file)
@@ -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&uuml;tung",
index c76109b3e8bf6c43ff5ae790f99d50d1f261affa..6709085ed649c7c34d985a5ec47d489e745a0a86 100644 (file)
@@ -1,4 +1,4 @@
-<div class="table dashed">
+<div class="table2 dashed">
 <div class="header_column bottom">
        <strong>{--MEMBER_REFBACK_TITLE--}</strong>
 </div>
index df9242b9f279b0eb43e7549dc74e9a945662c4d8..fbb916e5b76a49dec3b59f7bb27944faec5c69c4 100644 (file)
@@ -144,6 +144,12 @@ a.logout_box {
        margin: 5px;
 }
 
+.table2 {
+       background-color: #ffffff;
+       width: 680px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;
index df203030adeefd6a7cb04dcafe34aaab10e35d29..5ab7c66714f174b40b74cf2682b7c2c9018f1555 100644 (file)
@@ -176,6 +176,12 @@ a.logout_box {
        margin: 5px;
 }
 
+.table2 {
+       background-color: #eeffee;
+       width: 680px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;
index 409f3a95cceac1692deb8895e679cd712838a9f2..c2b1de33443446fb404f04accfb392916101dc6d 100644 (file)
@@ -145,6 +145,12 @@ a.logout_box {
        margin: 5px;
 }
 
+.table2 {
+       background-color: #ffffcc;
+       width: 680px;
+       margin: 5px;
+}
+
 .warning_table {
        background-color: #ff8888;
        width: 660px;