ec9f6cd4b641d2f7e09525d2ddcb8b09b79b906f
[mailer.git] / templates / de / html / member / member_html_mail_settings.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=html_mail%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
4         <tr>
5                 <td align="center" colspan="2" class="member_title bottom">
6                         <strong>{--MEMBER_HTML_INTRO--}</strong>
7                 </td>
8         </tr>
9         <tr>
10                 <td class="bottom" align="right">
11                         {--MEMBER_HTML_TEXT--}
12                 </td>
13                 <td class="bottom" align="left">
14                         <input type="radio" name="html" class="member_normal" value="Y"$content[html_y] /> {--YES--}<br />
15                         <input type="radio" name="html" class="member_normal" value="N"$content[html_n] /> {--NO--}
16                 </td>
17         </tr>
18         <tr>
19                 <td align="center" colspan="2" class="member_footer">
20                         <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
21                         <input type="submit" name="ok" class="member_submit" value="{--SAVE_SETTINGS--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>
26 </div>