Fix for broken confirmation
authorRoland Häder <roland@mxchange.org>
Sun, 29 Aug 2010 16:27:37 +0000 (16:27 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Aug 2010 16:27:37 +0000 (16:27 +0000)
inc/language/mailid_de.php
mailid.php
templates/de/html/mailid/mailid_timer.tpl

index 5abfb72f618926866b69a462498421f223f64afe..c0f5037fc073b4e6b7366c065875c3a67b67eac8 100644 (file)
@@ -50,7 +50,8 @@ addMessages(array(
        'MEMBER_THANX_POINTS_LOCKED' => "Vielen Dank f&uuml;r die Best&auml;tigung der Mail. Die <span class=\"data\">%s</span> {?POINTS?} werden Ihnen bald gutgeschrieben.",
        'MEMBER_POINTS_NOT_ADDED' => "Falscher Best&auml;tigungscode eingegeben! Die <span class=\"notice\">%s</span> {?POINTS?} wurden dem Versender wieder gutgeschrieben.",
        'MEMBER_ENTER_CODE' => "Code eingeben",
-       'MEMBER_TIME_COUNTER' => "Gutschrift der {?POINTS?} erfolgt in <span class=\"data\">%s</span> ...",
+       'MEMBER_TIME_COUNTER1' => "Gutschrift der {?POINTS?} erfolgt in <span class=\"data\">",
+       'MEMBER_TIME_COUNTER2' => "</span> ...",
        'MEMBER_SUBMIT_CODE' => "Abschicken",
        'MEMBER_MAILID_TOTAL_POINTS' => "Ihr Kontostand betr&auml;gt jetzt <span class=\"data\">%s {?POINTS?}</span>.",
        'MEMBER_MAILID_CLICK_BUTTON' => "Einmal den Button anklicken",
index bc7848c2d88bd098ff7391c15e964791e8e00273..6a028dee56048c23c5c919c1fa13e959bf2aeada 100644 (file)
@@ -63,9 +63,9 @@ $bonusId    = '0';
 $mailId    = '0';
 
 // Secure all data
-if (isGetRequestParameterSet('userid'))  $userId = bigintval(getRequestParameter('userid'));
-if (isGetRequestParameterSet('mailid'))  $mailId    = bigintval(getRequestParameter('mailid'));
-if (isGetRequestParameterSet('bonusid')) $bonusId    = bigintval(getRequestParameter('bonusid'));
+if (isGetRequestParameterSet('userid'))  $userId  = bigintval(getRequestParameter('userid'));
+if (isGetRequestParameterSet('mailid'))  $mailId  = bigintval(getRequestParameter('mailid'));
+if (isGetRequestParameterSet('bonusid')) $bonusId = bigintval(getRequestParameter('bonusid'));
 
 // 01           1        12            2    2            21    1                      2210
 if ((isValidUserId($userId)) && (($mailId > 0) || ($bonusId > 0)) && (!ifFatalErrorsDetected())) {
index 26ea4de4f142845f7e496454f991f3294b58aae6..b5c7d63629dac6d0c9c42fc4d9eb3a27f99a711a 100644 (file)
@@ -27,7 +27,9 @@ function startCounter() {
                        <tr>
                                <td align="center">
                                <form accept-charset="utf-8" name="confirm" style="margin-top: 0px;margin-bottom:0px">
-                                       {%message,MEMBER_TIME_COUNTER,<input type="text" name="counter" size="$content[tim2]" readonly class="form_field" value="$content[time]" />%}
+                                       {--MEMBER_TIME_COUNTER1--}
+                                       <input type="text" name="counter" size="$content[tim2]" readonly class="form_field" value="$content[time]" />
+                                       {--MEMBER_TIME_COUNTER2--}
                                </form>
                                </td>
                        </tr>