]> 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 99f06f341ef76ad5a03c28acf0ba746919249593..eaf77a7c88c19c0bb19bc69eb3e674289908284c 100644 (file)
@@ -14,31 +14,31 @@ 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);
        }
 }
 //-->
 </script>
-<table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
+<table border="0" cellspacing="0" cellpadding="0" class="mailid_table">
        <tr>
                <td width="220" align="center">
-               <table border="0" cellspacing="0" cellpadding="0" class="member_confirm dashed">
+               <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">
-                                       {%message,MEMBER_TIME_COUNTER,<input type="text" name="counter" size="$content[tim2]" readonly class="member_normal" value="$content[time]" />%}
+                               <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="readonly" value="$content[time]" />
+                                       {--MEMBER_TIME_COUNTER_2--}
                                </form>
                                </td>
                        </tr>
                </table>
                </td>
                <td align="center">
-               <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">
-                       <tr>
-                               <td align="center">$content[banner]</td>
-                       </tr>
-               </table>
+                       <div class="banner dashed">
+                               $content[banner]
+                       </div>
                </td>
        </tr>
 </table>