]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_settings.tpl
All database names are now 'back-ticked' and constant _MYSQL_PREFIX is wrapped. Partl...
[mailer.git] / templates / de / html / member / member_transfer_settings.tpl
index f3805c4362108398970108b02f996ed556d73f79..78c79dcc8dfcc1adcf794c157186d724f03f9dfa 100644 (file)
@@ -1,21 +1,21 @@
-<FORM action="{!URL!}/modules.php?module=login&amp;what=transfer"
+<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"
+<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"
-                       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--}">&nbsp;* <INPUT
+       <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
                        type="submit" class="member_submit" name="ok"
-                       value="{--SAVE_SETTINGS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+                       value="{--SAVE_SETTINGS--}" /></td>
+       </tr>
+</table>
+</form>