]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Admin menu has now a JavaScript "effect":
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index 4fad723ad9e4562b5e6275c8c39ed192442fb96b..eaf77a7c88c19c0bb19bc69eb3e674289908284c 100644 (file)
@@ -14,27 +14,29 @@ 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">
-                       <div class="member_banner dashed">
+                       <div class="banner dashed">
                                $content[banner]
                        </div>
                </td>