]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_newsletter.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / member / member_newsletter.tpl
index 78746c7ba1b3283e02346716294061f08c5912e9..8adb8f7a9daeec7a03c3374ff6763758444f7710 100644 (file)
@@ -1,30 +1,30 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=newsletter%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+{%form,formMethodPost=modules.php?module=login&amp;what=newsletter%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="member_header bottom" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
+               <td class="header_column bottom" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
                </td>
        </tr>
        <tr>
-               <td align="right" height="30" width="320">
+               <td align="right" width="320">
                        {--NL_MEMBER_RECEIVE_STATUS--}:
                </td>
                <td width="200">
-                       &nbsp;<strong>$content[status]</strong><br />
+                       <div class="para"><strong>$content[status]</strong></div>
                        <div class="tiny">$content[until]</div>
                </td>
        </tr>
        <tr>
                <td class="bottom" colspan="2" align="center" style="padding-top: 10px; padding-bottom: 10px">
-                       <div class="member_note">$content[note]</div>
+                       <div class="notice">$content[note]</div>
                </td>
        </tr>
        <tr>
-               <td class="member_footer" colspan="2" align="center">
-                       <input type="reset" class="member_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="member_submit" value="$content[submit]" />
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="$content[submit]" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>