Surfbar continued and some rewrites/fixes:
[mailer.git] / templates / de / html / member / member_html_mail_settings.tpl
1 <FORM action="{!URL!}/modules.php?module=login&amp;what=html_mail"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="member_table dashed">
5         <TR>
6                 <TD align="center" colspan="2" class="member_title2 bottom2"
7                         height="30"><STRONG>{--MEMBER_HTML_INTRO--}</STRONG></TD>
8         </TR>
9         <TR>
10                 <TD colspan="2" class="seperator" height="5">&nbsp;</TD>
11         </TR>
12         <TR>
13                 <TD align="center" colspan="2">{--MEMBER_HTML_TEXT--}</TD>
14         </TR>
15         <TR>
16                 <TD colspan="2" class="seperator" height="5">&nbsp;</TD>
17         </TR>
18         <TR>
19                 <TD width="50%" align="right">{--YES--}:&nbsp;<INPUT type="radio"
20                         name="html" class="member_normal" value="Y"{!HTML_Y!} />&nbsp;&nbsp;</TD>
21                 <TD width="50%" align="left">&nbsp;&nbsp;{--NO--}:&nbsp;<INPUT
22                         type="radio" name="html" class="member_normal" value="N"{!HTML_N!} /></TD>
23         </TR>
24         <TR>
25                 <TD colspan="2" class="seperator bottom2" height="5">&nbsp;</TD>
26         </TR>
27         <TR>
28                 <TD align="center" colspan="2" class="member_footer"><INPUT
29                         type="reset" class="member_reset" value="{--CLEAR_FORM--}" />&nbsp;<INPUT
30                         type="submit" name="ok" class="member_submit"
31                         value="{--SAVE_SETTINGS--}" /></TD>
32         </TR>
33 </TABLE>
34 </FORM>