]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/mailid/mailid_timer.tpl
Major cleanup of old-school HTML-mess...
[mailer.git] / templates / de / html / mailid / mailid_timer.tpl
index 4cbe33e35f81c3c2b3ae7a139365012f2950ea5f..9e0a8e495744561a16a8ba9ad108c20b1173e534 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]&mode=confirm&code=$content[rand]%}';
                clearInterval(Counter);
        }
 }
@@ -23,14 +23,14 @@ function StartCounter() {
 <table border="0" cellspacing="0" cellpadding="0" class="member_mailidtop">
        <tr>
                <td width="220" align="center">
-               <table border="0" cellspacing="0" cellpadding="0" width="200" class="member_confirm dashed">
+               <table border="0" cellspacing="0" cellpadding="0" class="member_confirm dashed">
                        <tr>
                                <td align="center">
-                               <form accept-charset="utf-8" name="confirm" style="margin-top: 0px?margin-bottom: 0px">
-                               {--MEMBER_TIME_COUNTER_1--} <input type="text" name="counter"
-                                       size="$content[tim2]" readonly class="member_normal"
-                                       value="$content[time]">&nbsp;{--_SECONDS--}
-                               {--MEMBER_TIME_COUNTER_2--}</form>
+                               <form accept-charset="utf-8" name="confirm" style="margin-top: 0px;margin-bottom:0px">
+                               {--MEMBER_TIME_COUNTER_1--}
+                               <input type="text" name="counter" size="$content[tim2]" readonly class="member_normal" value="$content[time]" />
+                               {--_SECONDS--} {--MEMBER_TIME_COUNTER_2--}
+                               </form>
                                </td>
                        </tr>
                </table>