c913c0a07c26d1cc1f84cedb6cfbdf659389c913
[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="table dashed">
4         <tr>
5                 <td align="center" colspan="2" class="table_header 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" class="form_field" name="html" value="Y"$content[html_y] /> {--YES--}<br />
15                         <input type="radio" class="form_field" name="html" value="N"$content[html_n] /> {--NO--}
16                 </td>
17         </tr>
18         <tr>
19                 <td align="center" colspan="2" class="table_footer">
20                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
21                         <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
22                 </td>
23         </tr>
24 </table>
25 </form>
26 </div>