Several language strings renamed/moved, internal TODO closed:
authorRoland Häder <roland@mxchange.org>
Mon, 23 Aug 2010 17:48:38 +0000 (17:48 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 23 Aug 2010 17:48:38 +0000 (17:48 +0000)
- Several language strings renamed/moved to own language files
- Internal TODO closed, the template tlock_message.tpl was already there but
  not used
- TODOs.txt updated

16 files changed:
.gitattributes
DOCS/TODOs.txt
inc/databases.php
inc/functions.php
inc/language/de.php
inc/language/holiday_de.php
inc/language/mydata_de.php [new file with mode: 0644]
inc/language/profile_de.php [new file with mode: 0644]
inc/modules/member/what-order.php
inc/reset/reset_profile.php
templates/de/emails/member/member_profile.tpl [new file with mode: 0644]
templates/de/emails/profile-updte.tpl
templates/de/html/member/member_holiday_deactivate.tpl
templates/de/html/member/member_mydata_overview.tpl
templates/de/html/redirect_url.tpl
templates/de/html/tlock_message.tpl

index d11348d4a2bf4a2ffcb2d45d73d2920d95c04ce5..3187d6222ed0534d69b30d5dd2e76a6c8b61794d 100644 (file)
@@ -246,6 +246,7 @@ inc/language/maintenance_de.php -text svneol=unset#text/plain
 inc/language/mediadata_de.php -text svneol=unset#text/plain
 inc/language/menu_de.php -text svneol=unset#text/plain
 inc/language/mods_de.php -text svneol=unset#text/plain
+inc/language/mydata_de.php svneol=native#text/plain
 inc/language/network_de.php -text svneol=unset#text/plain
 inc/language/newsletter_de.php -text svneol=unset#text/plain
 inc/language/nickname_de.php -text svneol=unset#text/plain
@@ -255,6 +256,7 @@ inc/language/order_de.php -text svneol=unset#text/plain
 inc/language/other_de.php -text svneol=unset#text/plain
 inc/language/payout_de.php -text svneol=unset#text/plain
 inc/language/primera_de.php -text svneol=unset#text/plain
+inc/language/profile_de.php svneol=native#text/plain
 inc/language/rallye_de.php -text svneol=unset#text/plain
 inc/language/refback_de.php -text svneol=unset#text/plain
 inc/language/register_de.php -text svneol=unset#text/plain
@@ -843,6 +845,7 @@ templates/de/emails/member/member_payout_accepted.tpl -text svneol=unset#text/pl
 templates/de/emails/member/member_payout_rejected.tpl -text svneol=unset#text/plain
 templates/de/emails/member/member_payout_request.tpl -text svneol=unset#text/plain
 templates/de/emails/member/member_payout_request_banner.tpl -text svneol=unset#text/plain
+templates/de/emails/member/member_profile.tpl svneol=native#text/plain
 templates/de/emails/member/member_rallye_expired.tpl -text svneol=unset#text/plain
 templates/de/emails/member/member_rallye_expired_bronce.tpl -text svneol=unset#text/plain
 templates/de/emails/member/member_rallye_expired_gold.tpl -text svneol=unset#text/plain
index c34950eb0e77eb820786242729de9c32475fa31e..654edc9242dc3c01ab4b25db226ee035be92ee33 100644 (file)
 ./inc/extensions-functions.php:436:// @TODO Change from ext_id to ext_name (not just even the variable! ;-) )
 ./inc/extensions-functions.php:566:            // @TODO Extension is loaded, what next?
 ./inc/functions.php:112:               // @TODO Extension 'msg' does not exist
-./inc/functions.php:1496:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
-./inc/functions.php:1519:                      // @TODO Rewrite this old lost code to a template
-./inc/functions.php:1587:                      // @TODO Are these convertions still required?
-./inc/functions.php:1605:// @TODO Rewrite this function to use readFromFile() and writeToFile()
+./inc/functions.php:1497:                      // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
+./inc/functions.php:1585:                      // @TODO Are these convertions still required?
+./inc/functions.php:1603:// @TODO Rewrite this function to use readFromFile() and writeToFile()
 ./inc/functions.php:181:// @TODO Rewrite this to an extension 'smtp'
-./inc/functions.php:2263:      // @TODO This is still very static, rewrite it somehow
+./inc/functions.php:2261:      // @TODO This is still very static, rewrite it somehow
 ./inc/gen_sql_patches.php:96:// @TODO Rewrite this to a filter
 ./inc/install-functions.php:59:        // @TODO DEACTIVATED: changeDataInFile(getCachePath() . 'config-local.php', 'OUTPUT-MODE', "setConfigEntry('OUTPUT_MODE', '", "');", postRequestParameter('omode'), 0);
-./inc/language/de.php:1117:// @TODO Rewrite these two constants
-./inc/language/de.php:1132:// @TODO Rewrite these three constants
+./inc/language/de.php:1111:// @TODO Rewrite these two constants
+./inc/language/de.php:1126:// @TODO Rewrite these three constants
 ./inc/language/de.php:300:     // @TODO Following two are unused?
-./inc/language/de.php:810:// @TODO Are these constants longer used?
+./inc/language/de.php:804:// @TODO Are these constants longer used?
 ./inc/language-functions.php:234:      // @TODO These are all valid languages, again hard-coded
 ./inc/language-functions.php:46:// @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       *
 ./templates/de/html/surfbar/surfbar_frame_textlinks.tpl:5:             <!-- @TODO These are static lines and should be replaced by a filter (see ext-sponsor) //-->
 ### ### DEPRECATION FOLLOWS: ### ###
 ./inc/modules/admin/admin-inc.php:439:// @DEPRECATED
+./templates/de/emails/profile-updte.tpl:1:@DEPRECATED
 ### ### template-warnings.log follows: ### ###
 Warning: Not parsing JavaScript templates/de/html/js/js_order_send.tpl.
 Warning: Not parsing JavaScript templates/de/html/js/js_cookies_disabled.tpl.
index 42a856ae3f41c51fadab13fb2850d587e5f34097..8b1eee5f1a30216bbc54f0ad6057843abc758ba7 100644 (file)
@@ -52,7 +52,7 @@ addCode('NO_MAIL_TYPE'       , 0x006);
 addCode('CNTR_FAILED'        , 0x007);
 addCode('LOGOUT_DONE'        , 0x008);
 addCode('LOGOUT_FAILED'      , 0x009);
-addCode('URL_TLOCK'          , 0x00a);
+addCode('URL_TIME_LOCK'      , 0x00a);
 addCode('URL_FOUND'          , 0x00b);
 addCode('OVERLENGTH'         , 0x00c);
 addCode('SUBJECT_URL'        , 0x00d);
@@ -78,6 +78,7 @@ addCode('BEG_SAME_AS_OWN'    , 0x020);
 addCode('UNHANDLED_STATUS'   , 0x021);
 addCode('MODULE_MEMBER_ONLY' , 0x022);
 addCode('UNKNOWN_ERROR'      , 0x023);
+addCode('PROFILE_UPDATED'    , 0x024);
 
 // Full version
 setConfigEntry('FULL_VERSION', '0.2.1-FINAL');
@@ -87,10 +88,10 @@ setConfigEntry('SERVER_URL', 'http://www.mxchange.org');
 
 // Replacement strings
 $GLOBALS['replacer'] = array(
-       'userid'  => '%userid%',        // Member id
-       'surname' => '%vorname%',       // Surname
-       'family'  => '%nachname%',      // Family name
-       'gender'  => '%anrede%',        // Gender
+       'userid'  => '%userid%',   // Member id
+       'surname' => '%vorname%',  // Surname
+       'family'  => '%nachname%', // Family name
+       'gender'  => '%anrede%',   // Gender
 );
 
 // One day
index f44633a7c4d9fd55494914451b9a3dc5170007dc..f1a41e67ec3832f3ca075d7962fd13ffc361478a 100644 (file)
@@ -1475,6 +1475,7 @@ function getMessageFromErrorCode ($code) {
                case getCode('NO_MAIL_TYPE')       : $message = '{--MEMBER_NO_MAIL_TYPE_SELECTED--}'; break;
                case getCode('UNKNOWN_ERROR')      : $message = '{--LOGIN_UNKNOWN_ERROR--}'; break;
                case getCode('UNKNOWN_STATUS')     : $message = '{--LOGIN_UNKNOWN_STATUS--}'; break;
+               case getCode('PROFILE_UPDATED')    : $message = '{--MEMBER_PROFILE_UPDATED--}'; break;
 
                case getCode('ERROR_MAILID'):
                        if (isExtensionActive('mailid', true)) {
@@ -1492,34 +1493,31 @@ function getMessageFromErrorCode ($code) {
                        }
                        break;
 
-               case getCode('URL_TLOCK'):
+               case getCode('URL_TIME_LOCK'):
                        // @TODO Move this SQL code into a function, let's say 'getTimestampFromPoolId($id) ?
                        $result = SQL_QUERY_ESC("SELECT `timestamp` FROM `{?_MYSQL_PREFIX?}_pool` WHERE `id`=%s LIMIT 1",
                                array(bigintval(getRequestParameter('id'))), __FUNCTION__, __LINE__);
 
                        // Load timestamp from last order
-                       list($timestamp) = SQL_FETCHROW($result);
+                       $content = SQL_FETCHARRAY($result);
 
                        // Free memory
                        SQL_FREERESULT($result);
 
                        // Translate it for templates
-                       $timestamp = generateDateTime($timestamp, 1);
+                       $content['timestamp'] = generateDateTime($content['timestamp'], 1);
 
                        // Calculate hours...
-                       $STD = round(getConfig('url_tlock') / 60 / 60);
+                       $content['hours'] = round(getConfig('url_tlock') / 60 / 60);
 
                        // Minutes...
-                       $MIN = round((getConfig('url_tlock') - $STD * 60 * 60) / 60);
+                       $content['minutes'] = round((getConfig('url_tlock') - $content['hours'] * 60 * 60) / 60);
 
                        // And seconds
-                       $SEC = getConfig('url_tlock') - $STD * 60 * 60 - $MIN * 60;
+                       $content['seconds'] = round(getConfig('url_tlock') - $content['hours'] * 60 * 60 - $content['minutes'] * 60);
 
                        // Finally contruct the message
-                       // @TODO Rewrite this old lost code to a template
-                       $message = '{--MEMBER_URL_TIME_LOCK--}<br />{--CONFIG_URL_TLOCK--} ' . $STD . '
-                       {--_HOURS--}, ' . $MIN . ' {--_MINUTES--} {--_AND--} ' . $SEC . ' {--_SECONDS--}<br />
-                       {--MEMBER_LAST_TLOCK--}: ' . $timestamp;
+                       $message = loadTemplate('tlock_message', true, $content);
                        break;
 
                default:
index ffc111ab185dd6bf8841c22a8f30741cb5103736..14001c6398d24058be2ccb20ddd6856af02b075f 100644 (file)
@@ -389,8 +389,8 @@ addMessages(array(
        'MEMBER_ENTER_URL' => "URL",
        'CONTINUE_FRAMETESTER' => "Weiter zum Framekiller-Test",
        'MEMBER_URL_TIME_LOCK' => "Sie hatten bereits die selbe URL gebucht:",
-       'MEMBER_LAST_TLOCK' => "Ihre letzte Buchung war am",
-       'CONFIG_URL_TLOCK' => "Selbe URLs sind buchbar in",
+       'MEMBER_LAST_TIME_LOCK' => "Ihre letzte Buchung war am",
+       'CONFIG_URL_TIME_LOCK' => "Selbe URLs sind buchbar in",
        '_AND' => "und",
        'UNKNOWN_CODE' => "Es ist w&auml;hrend der Ausf&uuml;hrung ein unbekannter Fehler-Code <span class=\"data\">%s</span> enstanden, f&uuml;r den Sie vermutlich nicht verantwortlich sind. Bitte informieren Sie uns &uuml;ber diese Meldung.",
        'MEMBER_TEXT_CONTAINS_URL' => "Ihr Werbetext enth&auml;lt eine URL, dies ist in unserem {?mt_word?} nicht zul&auml;ssig. Bitte entfernen Sie diese aus Ihrem Text und versuchen Sie es erneut.",
@@ -637,10 +637,6 @@ addMessages(array(
        'MEMBER_JOINED' => "Beigetreten",
        'ADMIN_EMAIL_DELETED' => "E-Mail wurde aus dem System gel&ouml;scht.",
        '_ALL' => "alle",
-       'PROFILE_LAST_CHANGE' => "Letzte &Auml;nderung",
-       'PROFILE_OUTDATED' => "Haben Sie Neuigkeiten f&uuml;r uns?",
-       'PROFILE_NEVER_CHANGED' => "Sie haben noch nie eine Aenderung durchgef&uuml;hrt.",
-       'PROFILE_UPDATED' => "Profildaten wurden ge&auml;ndert.",
        'SORT_BY' => "Sortieren:",
        'WE_HAVE' => "Wir haben",
        'MEMBER_TEST_URL' => "Zur beworbenen Seite",
@@ -658,8 +654,6 @@ addMessages(array(
        'ADMIN_ASSIGN_TASKS' => "Bearbeiten",
        'ADMIN_UNASSIGN_TASKS' => "Zuweisung aufheben",
        'ADMIN_REDIRECT_TASKS' => "Weiterleiten",
-       'LOAD_URL_ERROR_1' => "Konnte nicht weiterleiten, da bereits Kopfinformationen gesendet wurden! <a href=\"",
-       'LOAD_URL_ERROR_2' => "\">Bitte klicken Sie hier</a>, um zur URL zu kommen.<br />\n<br />\nDanke.",
        'GUEST_STATS' => "Statistiken unseres {?mt_word2?}",
        'GUEST_STATS_MONTHLY' => "Mitgliederverteilung auf Kalendermonate",
        'GUEST_STATS_CATEGORIES' => "Mitgliederverteilung auf Mail-Kategorien",
index b4dc6e0072f8621ff2fb4a53ae670cd0f51def27..351fa3c423b5cd4f7aa25ff8b672b631f3eee6db 100644 (file)
@@ -79,7 +79,7 @@ addMessages(array(
        'MEMBER_HOLIDAY_DEACTIVATE_TITLE' => "Bestehende Urlaubsschaltung deaktivieren",
        'MEMBER_HOLIDAY_DEACTIVATED_NOW' => "Ihre Urlaubsschaltung ist jetzt aufgehoben.",
        'MEMBER_HOLIDAY_CANNOT_DEACTIVATE' => "Konnte Ihre Urlaubsschaltung nicht aufheben! Bitte melden Sie sich bei uns.",
-       'MEMBER_HOLIDAY_TLOCK' => "Urlaubsschaltung eingerichtet",
+       'MEMBER_HOLIDAY_TIME_LOCK' => "Urlaubsschaltung eingerichtet",
        'MEMBER_HOLIDAY_LOCKED' => "Sie k&ouml;nnen derzeit Ihre Urlaubsschaltung nicht wieder deaktivieren, da Sie diese erst vor Kurzem aktiviert haben.",
        'MEMBER_HOLIDAY_ORDER' => "Sie k&ouml;nnen derzeit Ihre Urlaubsschaltung nicht ver&auml;ndern, da Ihre letzte Mailbuchung zu kurz her ist! Letzte Buchung: <span class=\"data\">%s</span>",
        'MEMBER_HOLIDAY_NOT_STOPPED_404' => "Beim Beenden Ihres Urlaubes ist ein unerwarteter Fehler aufgetreten: Mitglieder-Id <span class=\"data\">%s</span> nicht gefunden.",
diff --git a/inc/language/mydata_de.php b/inc/language/mydata_de.php
new file mode 100644 (file)
index 0000000..1064e18
--- /dev/null
@@ -0,0 +1,52 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 08/23/2010 *
+ * ===================                          Last change: 08/23/2010 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : mydata_de.php                                    *
+ * -------------------------------------------------------------------- *
+ * Short description : German langugage support                         *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
+ * -------------------------------------------------------------------- *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * For more information visit: http://www.mxchange.org                  *
+ *                                                                      *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or    *
+ * (at your option) any later version.                                  *
+ *                                                                      *
+ * This program is distributed in the hope that it will be useful,      *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
+ * GNU General Public License for more details.                         *
+ *                                                                      *
+ * You should have received a copy of the GNU General Public License    *
+ * along with this program; if not, write to the Free Software          *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Language definitions
+addMessages(array(
+       'MEMBER_PROFILE_LAST_CHANGE' => "Letzte &Auml;nderung",
+       'MEMBER_PROFILE_UPDATED' => "Ihre Profildaten wurden aktualisiert.",
+));
+
+// [EOF]
+?>
diff --git a/inc/language/profile_de.php b/inc/language/profile_de.php
new file mode 100644 (file)
index 0000000..df4ff28
--- /dev/null
@@ -0,0 +1,53 @@
+<?php
+/************************************************************************
+ * Mailer v0.2.1-FINAL                                Start: 08/23/2010 *
+ * ===================                          Last change: 08/23/2010 *
+ *                                                                      *
+ * -------------------------------------------------------------------- *
+ * File              : profile_de.php                                   *
+ * -------------------------------------------------------------------- *
+ * Short description : German langugage support                         *
+ * -------------------------------------------------------------------- *
+ * Kurzbeschreibung  : Deutsche Sprachunterstuetzung                    *
+ * -------------------------------------------------------------------- *
+ * $Revision::                                                        $ *
+ * $Date::                                                            $ *
+ * $Tag:: 0.2.1-FINAL                                                 $ *
+ * $Author::                                                          $ *
+ * Needs to be in all Files and every File needs "svn propset           *
+ * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
+ * -------------------------------------------------------------------- *
+ * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
+ * For more information visit: http://www.mxchange.org                  *
+ *                                                                      *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or    *
+ * (at your option) any later version.                                  *
+ *                                                                      *
+ * This program is distributed in the hope that it will be useful,      *
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of       *
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        *
+ * GNU General Public License for more details.                         *
+ *                                                                      *
+ * You should have received a copy of the GNU General Public License    *
+ * along with this program; if not, write to the Free Software          *
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,               *
+ * MA  02110-1301  USA                                                  *
+ ************************************************************************/
+
+// Some security stuff...
+if (!defined('__SECURITY')) {
+       die();
+} // END - if
+
+// Language definitions
+addMessages(array(
+       // Subject lines
+       'MEMBER_PROFILE_OUTDATED_SUBJECT' => "Haben Sie Neuigkeiten f&uuml;r uns?",
+       'MEMBER_PROFILE_NEVER_CHANGED' => "Sie haben noch nie eine &Auml;nderung durchgef&uuml;hrt.",
+));
+
+// [EOF]
+?>
index 528c6e57cd9a010408059d63cbb664abf10ee178..853bffc391760a175b6a3fe0c7dd8ae9f94ae6d3 100644 (file)
@@ -173,7 +173,7 @@ LIMIT 1",
                } // END - if
        } elseif (!isAdmin()) {
                // He has already sent a mail within a specific time
-               $url = 'modules.php?module=login&amp;what=order&amp;code=' . getCode('URL_TLOCK') . '&amp;id=' . $id;
+               $url = 'modules.php?module=login&amp;what=order&amp;code=' . getCode('URL_TIME_LOCK') . '&amp;id=' . $id;
        }
 
        // Still no error?
index dd31930b0ed36cc77cc638f0f188428153aca833..0a57a3aeffb57972aa87a76bf9e3587fce421790 100644 (file)
@@ -72,15 +72,15 @@ ORDER BY
 
                        if (round($content['last_update']) == '0') {
                                // Has never changed his accont
-                               $content['last_update'] = '{--PROFILE_NEVER_CHANGED--}';
+                               $content['last_update'] = '{--MEMBER_PROFILE_NEVER_CHANGED--}';
                        } else {
                                // Has changed his account
                                $content['last_update'] = generateDateTime($content['last_update'], 0);
                        }
 
                        // Load email template and send mail away
-                       $message = loadEmailTemplate('profile-updte', $content, bigintval($content['userid']));
-                       sendEmail($content['email'], '{--PROFILE_OUTDATED--}', $message);
+                       $message = loadEmailTemplate('member_profile', $content, bigintval($content['userid']));
+                       sendEmail($content['email'], '{--MEMBER_PROFILE_OUTDATED_SUBJECT--}', $message);
 
                        // Update profile data
                        SQL_QUERY_ESC("UPDATE `{?_MYSQL_PREFIX?}_user_data` SET `last_profile_sent`=UNIX_TIMESTAMP(), `notified`='Y' WHERE `userid`=%s LIMIT 1",
diff --git a/templates/de/emails/member/member_profile.tpl b/templates/de/emails/member/member_profile.tpl
new file mode 100644 (file)
index 0000000..c6aa0e3
--- /dev/null
@@ -0,0 +1,24 @@
+Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
+
+Haben Sie Neuigkeiten f&uuml;r uns?
+
+Sie hatten sich vor l&auml;ngerer Zeit zu unserem {?mt_word?}-Service {?MAIN_TITLE?} angemeldet. Dabei haben Sie pers&ouml;nliche Daten, wie Ihre komplette Anschrift usw. angegeben. Sind Sie vielleicht mittlerweile umngezogen oder haben geheiratet und haben einen anderen Namen? Oder moechten Sie vielleicht aus der einen oder anderen Kategorie noch Mails empfangen?
+
+Bitte loggen Sie sich zu unserem {?mt_word?}-System ein und aktualisieren Sie Ihre Daten!
+
+------------------
+Ihre Mitglieder-Id war: $userid
+------------------
+Angemeldet seit: $content[joined]
+------------------
+Letzte Profil&auml;nderung: $content[last_update]
+------------------
+
+Sollten Sie diese Mail irrt&uuml;mlich erhalten haben, weil sich bei Ihnen nichts ge&auml;ndert hat, bitten wir Sie dies zu entschuldigen und sich dennoch einmal einzuloggen und auf "Benachrichtigung abschalten" zu klicken.
+
+Vielen Dank.
+
+Mit freundlichen Gr&uuml;&szlig;en,
+  Ihr {?MAIN_TITLE?} Team
+
+{?URL?}/login.php ({?WEBMASTER?})
index c6aa0e3e8b0f481774e36d6d20e78cc791caa61a..84d1ed3b8c770f702d44f3f65fc969cf97cfed41 100644 (file)
@@ -1,24 +1 @@
-Hallo {%user,gender,translateGender=$userid%} {%user,surname=$userid%} {%user,family=$userid%},
-
-Haben Sie Neuigkeiten f&uuml;r uns?
-
-Sie hatten sich vor l&auml;ngerer Zeit zu unserem {?mt_word?}-Service {?MAIN_TITLE?} angemeldet. Dabei haben Sie pers&ouml;nliche Daten, wie Ihre komplette Anschrift usw. angegeben. Sind Sie vielleicht mittlerweile umngezogen oder haben geheiratet und haben einen anderen Namen? Oder moechten Sie vielleicht aus der einen oder anderen Kategorie noch Mails empfangen?
-
-Bitte loggen Sie sich zu unserem {?mt_word?}-System ein und aktualisieren Sie Ihre Daten!
-
-------------------
-Ihre Mitglieder-Id war: $userid
-------------------
-Angemeldet seit: $content[joined]
-------------------
-Letzte Profil&auml;nderung: $content[last_update]
-------------------
-
-Sollten Sie diese Mail irrt&uuml;mlich erhalten haben, weil sich bei Ihnen nichts ge&auml;ndert hat, bitten wir Sie dies zu entschuldigen und sich dennoch einmal einzuloggen und auf "Benachrichtigung abschalten" zu klicken.
-
-Vielen Dank.
-
-Mit freundlichen Gr&uuml;&szlig;en,
-  Ihr {?MAIN_TITLE?} Team
-
-{?URL?}/login.php ({?WEBMASTER?})
+@DEPRECATED
index 772ac9003671b703ff476a8f5d131f35b87c62cf..5b7d9df053382269cb7dac1fc05e6a7e141895a8 100644 (file)
@@ -15,7 +15,7 @@
                <td align="center">$content[end]</td>
        </tr>
        <tr>
-               <td class="bottom" align="right">{--MEMBER_HOLIDAY_TLOCK--}:</td>
+               <td class="bottom" align="right">{--MEMBER_HOLIDAY_TIME_LOCK--}:</td>
                <td class="bottom" align="center">$content[lock]</td>
        </tr>
        <tr>
index 2e9a891ad30b7cb120907daabb8fef5cbaddbaa5..e56b3cf5afebe1e1a9784dcee6bef4c873f04085 100644 (file)
@@ -53,7 +53,7 @@
                </td>
        </tr>
        <tr>
-               <td class="member_footer" align="right">{--PROFILE_LAST_CHANGE--}:</td>
+               <td class="member_footer" align="right">{--MEMBER_PROFILE_LAST_CHANGE--}:</td>
                <td class="member_footer"><strong>$content[last_update]</strong></td>
        </tr>
 </table>
index b467d810cb61177b9d6e7dad3b005ff5f8629a7c..5098b72395f0fac798ca26bd7eee5f57f3996d8e 100644 (file)
@@ -1,5 +1,5 @@
 <noscript>
-       {--LOAD_URL_ERROR_1--}<a href="$content" rel="external" title="$content">$content</a>{--LOAD_URL_ERROR_2--}
+       <a href="$content" rel="external" title="$content">$content</a>
 </noscript>
 
 <script type="text/javascript" language="JavaScript">
index d4d661039e8bbe96120c51f15b1958e70abbc50b..2e918eeb618c22181c0c7a9e2624cf248ba35692 100644 (file)
@@ -2,11 +2,11 @@
        {--MEMBER_URL_TIME_LOCK--}
 </div>
 <div>
-       {--CONFIG_URL_TLOCK--}
+       {--CONFIG_URL_TIME_LOCK--}
        $content[hours] {--_HOURS--},
        $content[minutes] {--_MINUTES--} {--_AND--}
        $content[seconds] {--_SECONDS--}
 </div>
 <div>
-       {--MEMBER_LAST_TLOCK--}: $content[timestamp]
+       {--MEMBER_LAST_TIME_LOCK--}: $content[timestamp]
 </div>