Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / member / member_html_mail_settings.tpl
index c41974fd725e7149bf62ef9bf9c862eebe38acb5..ec9f6cd4b641d2f7e09525d2ddcb8b09b79b906f 100644 (file)
@@ -1,32 +1,26 @@
-<form action="{!URL!}/modules.php?module=login&amp;what=html_mail" method="post" style="margin-bottom: 0px">
+<div align="center">
+<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=html_mail%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
        <tr>
-               <td align="center" colspan="2" class="member_title2 bottom2"
-                       height="30"><strong>{--MEMBER_HTML_INTRO--}</strong></td>
+               <td align="center" colspan="2" class="member_title bottom">
+                       <strong>{--MEMBER_HTML_INTRO--}</strong>
+               </td>
        </tr>
        <tr>
-               <td colspan="2" class="seperator" height="5">&nbsp;</td>
+               <td class="bottom" align="right">
+                       {--MEMBER_HTML_TEXT--}
+               </td>
+               <td class="bottom" align="left">
+                       <input type="radio" name="html" class="member_normal" value="Y"$content[html_y] /> {--YES--}<br />
+                       <input type="radio" name="html" class="member_normal" value="N"$content[html_n] /> {--NO--}
+               </td>
        </tr>
        <tr>
-               <td align="center" colspan="2">{--MEMBER_HTML_TEXT--}</td>
-       </tr>
-       <tr>
-               <td colspan="2" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td width="50%" align="right">{--YES--}:&nbsp;<input type="radio"
-                       name="html" class="member_normal" value="Y"{!HTML_Y!} />&nbsp;&nbsp;</td>
-               <td width="50%" align="left">&nbsp;&nbsp;{--NO--}:&nbsp;<input
-                       type="radio" name="html" class="member_normal" value="N"{!HTML_N!} /></td>
-       </tr>
-       <tr>
-               <td colspan="2" class="seperator bottom2" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="center" colspan="2" class="member_footer"><input
-                       type="reset" class="member_reset" value="{--CLEAR_FORM--}" />&nbsp;<input
-                       type="submit" name="ok" class="member_submit"
-                       value="{--SAVE_SETTINGS--}" /></td>
+               <td align="center" colspan="2" class="member_footer">
+                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="member_submit" value="{--SAVE_SETTINGS--}" />
+               </td>
        </tr>
 </table>
 </form>
+</div>