'MEMBER_THANX_POINTS_LOCKED' => "Vielen Dank für die Bestätigung der Mail. Die <span class=\"data\">%s</span> {?POINTS?} werden Ihnen bald gutgeschrieben.",
'MEMBER_POINTS_NOT_ADDED' => "Falscher Bestä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ägt jetzt <span class=\"data\">%s {?POINTS?}</span>.",
'MEMBER_MAILID_CLICK_BUTTON' => "Einmal den Button anklicken",
$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())) {
<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>