]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_settings.tpl
Ref link fixed, nickname fixed, several rewrites, TODOs.txt updated:
[mailer.git] / templates / de / html / member / member_transfer_settings.tpl
index 88abefc73f9d7a46ea7f34c8d2d97b1819744bb0..f0ccdd5932be9d6979344dc94dcbcbc9b6483add 100644 (file)
@@ -1,21 +1,21 @@
 <form action="{!URL!}/modules.php?module=login&amp;what=transfer"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="420"
+       method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" width="420"
        class="member_table dashed">
-       <TR>
-               <TD align="center" width="260" class="admin_title bottom2" height="50">
-               {--TRANSFER_ALLOW_OPT_IN--}</TD>
-               <TD align="center" width="160" class="admin_title bottom2" height="50">
-               {--YES--}:&nbsp;<INPUT type="radio" name="opt_in"
+       <tr>
+               <td align="center" width="260" class="admin_title bottom2" height="50">
+               {--TRANSFER_ALLOW_OPT_IN--}</td>
+               <td align="center" width="160" class="admin_title bottom2" height="50">
+               {--YES--}:&nbsp;<input type="radio" name="opt_in"
                        class="member_normal" value="Y"{!__TRANSFER_ALLOW_Y!} />
-               {--NO--}:&nbsp;<INPUT type="radio" name="opt_in" class="member_normal"
-                       value="N"{!__TRANSFER_ALLOW_N!} /></TD>
-       </TR>
-       <TR>
-               <TD align="center" colspan="2" height="40"><INPUT type="reset"
-                       class="member_reset" value="{--CLEAR_FORM--}" /> <INPUT
+               {--NO--}:&nbsp;<input type="radio" name="opt_in" class="member_normal"
+                       value="N"{!__TRANSFER_ALLOW_N!} /></td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" height="40"><input type="reset"
+                       class="member_reset" value="{--CLEAR_FORM--}" /> <input
                        type="submit" class="member_submit" name="ok"
-                       value="{--SAVE_SETTINGS--}" /></TD>
-       </TR>
-</TABLE>
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
 </form>