Fixes for POST setter, template and others
[mailer.git] / templates / de / html / member / member_transfer_settings.tpl
1 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=login&amp;what=transfer" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" width="420" class="member_table dashed">
3         <tr>
4                 <td align="center" width="260" class="admin_title bottom2" height="50">
5                 {--TRANSFER_ALLOW_OPT_IN--}</td>
6                 <td align="center" width="160" class="admin_title bottom2" height="50">
7                         {--YES--}:&nbsp;<input type="radio" name="opt_in" class="member_normal" value="Y"$content[allow_y] />
8                         {--NO--}:&nbsp;<input type="radio" name="opt_in" class="member_normal" value="N"$content[allow_n] />
9                 </td>
10         </tr>
11         <tr>
12                 <td align="center" colspan="2" height="40">
13                         <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
14                         <input type="submit" class="member_submit" name="ok" value="{--SAVE_SETTINGS--}" />
15                 </td>
16         </tr>
17 </table>
18 </form>