]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_settings.tpl
All CSS classes top2,bottom2,right2,left2 are now deprecated, user details now have...
[mailer.git] / templates / de / html / member / member_transfer_settings.tpl
index f499f68c5a2636ce2aa47c43cb31065c628dee48..a91904596183d660e9ba607b905394bcab85e4a7 100644 (file)
@@ -1,21 +1,19 @@
-<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"
-       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
-                       type="submit" class="member_submit" name="ok"
-                       value="{--SAVE_SETTINGS--}"></TD>
-       </TR>
-</TABLE>
-</FORM>
+<form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&amp;what=transfer" 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="bottom" height="50">
+                       {--TRANSFER_ALLOW_OPT_IN--}
+               </td>
+               <td align="center" width="160" class="bottom" height="50">
+                       {--YES--}:&nbsp;<input type="radio" name="opt_in" class="member_normal" value="Y"$content[allow_y] />
+                       {--NO--}:&nbsp;<input type="radio" name="opt_in" class="member_normal" value="N"$content[allow_n] />
+               </td>
+       </tr>
+       <tr>
+               <td align="center" colspan="2" class="admin_footer">
+                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="member_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+               </td>
+       </tr>
+</table>
+</form>