]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_transfer_settings.tpl
mailer project continued:
[mailer.git] / templates / de / html / member / member_transfer_settings.tpl
index dd12e32ebca201fff0dfa3a3dbc71734a3e4a962..95662a006cc1d10939906be1d8471275509ff0c8 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">
+<form accept-charset="UTF-8" action="{%url=modules.php?module=login&amp;what=transfer%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" width="420" class="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>
+               <td align="center" width="260" class="bottom" height="50">
+                       {--MEMBER_ALLOW_TRANSFER_OPT_IN--}
+               </td>
+               <td align="center" width="160" class="bottom" height="50">
+                       <input type="radio" class="form_field" name="opt_in" value="Y"$content[allow_y] /> {--YES--}<br />
+                       <input type="radio" class="form_field" name="opt_in" value="N"$content[allow_n] /> {--NO--}
+               </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>
+               <td align="center" colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
 </form>