]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Extension ext-network continued:
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index d795e9c91baa9e8d4c953f7ba4ca7bbbf7cadf05..eaf77a7c88c19c0bb19bc69eb3e674289908284c 100644 (file)
@@ -14,7 +14,7 @@ function startCounter() {
        timer--;
        document.confirm.counter.value = timer;
        if (timer == 0) {
-               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&mode=confirm&code=$content[rand]%}';
+               document.location.href = '{%url,js=mailid_top.php?userid=$content[userid]&$content[type]=$content[data]&do=confirm&code=$content[rand]%}';
                clearInterval(Counter);
        }
 }
@@ -26,9 +26,9 @@ function startCounter() {
                <table border="0" cellspacing="0" cellpadding="0" class="form_submit dashed">
                        <tr>
                                <td align="center">
-                               <form accept-charset="utf-8" name="confirm" style="margin-top: 0px;margin-bottom:0px">
+                               <form accept-charset="UTF-8" name="confirm" style="margin-top: 0px;margin-bottom:0px">
                                        {--MEMBER_TIME_COUNTER_1--}
-                                       <input type="text" class="form_field" name="counter" size="$content[tim2]" readonly class="form_field" value="$content[time]" />
+                                       <input type="text" class="form_field" name="counter" size="$content[tim2]" readonly="readonly" value="$content[time]" />
                                        {--MEMBER_TIME_COUNTER_2--}
                                </form>
                                </td>