More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / member / member_transfer_settings.tpl
1 <form action="{!URL!}/modules.php?module=login&amp;what=transfer"
2         method="post" style="margin-bottom: 0px">
3 <table border="0" cellspacing="0" cellpadding="0" width="420"
4         class="member_table dashed">
5         <tr>
6                 <td align="center" width="260" class="admin_title bottom2" height="50">
7                 {--TRANSFER_ALLOW_OPT_IN--}</td>
8                 <td align="center" width="160" class="admin_title bottom2" height="50">
9                 {--YES--}:&nbsp;<input type="radio" name="opt_in"
10                         class="member_normal" value="Y"{!__TRANSFER_ALLOW_Y!} />
11                 {--NO--}:&nbsp;<input type="radio" name="opt_in" class="member_normal"
12                         value="N"{!__TRANSFER_ALLOW_N!} /></td>
13         </tr>
14         <tr>
15                 <td align="center" colspan="2" height="40"><input type="reset"
16                         class="member_reset" value="{--CLEAR_FORM--}" /> <input
17                         type="submit" class="member_submit" name="ok"
18                         value="{--SAVE_SETTINGS--}" /></td>
19         </tr>
20 </table>
21 </form>