]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_html_mail_settings.tpl
More HTML improvements
[mailer.git] / templates / de / html / member / member_html_mail_settings.tpl
index 8c93df2002e5b0c446be3b2e6112d5671eb3b86f..60173f76ae1a61dbbe398fb8a5fdf75406a2a5ae 100644 (file)
@@ -1,7 +1,8 @@
-<form accept-charset="utf-8" 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 bottom" height="30">
+               <td align="center" colspan="2" class="member_title2 bottom">
                        <strong>{--MEMBER_HTML_INTRO--}</strong>
                </td>
        </tr>
        </tr>
        <tr>
                <td class="bottom" width="50%" align="right">
-                       {--YES--}:&nbsp;<input type="radio" name="html" class="member_normal" value="Y"$content[html_y] />&nbsp;&nbsp;
+                       {--YES--}:&nbsp;<input type="radio" name="html" class="member_normal" value="Y"$content[html_y] />
                </td>
                <td class="bottom" width="50%" align="left">
-                       &nbsp;&nbsp;{--NO--}:&nbsp;<input type="radio" name="html" class="member_normal" value="N"$content[html_n] />
+                       {--NO--}:&nbsp;<input type="radio" name="html" class="member_normal" value="N"$content[html_n] />
                </td>
        </tr>
        <tr>
@@ -24,3 +25,4 @@
        </tr>
 </table>
 </form>
+</div>