]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_newsletter.tpl
More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / member / member_newsletter.tpl
index bf66d62ec9801a17801237ba369be9e1d39d1dfc..2585fb941f1587ba847d78fc2514a6ad59f4c0a4 100644 (file)
@@ -1,29 +1,26 @@
-<DIV align="center">
-<FORM action="{!URL!}/modules.php?module=login&amp;what=newsletter"
-       method="POST" style="margin-bottom: 0px">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="520"
-       class="member_table dashed">
-       <TR>
-               <TD class="member_header bottom2" colspan="2"><STRONG>{--NL_MEMBER_TITLE--}:</STRONG>
-               </TD>
-       </TR>
-       <TR>
-               <TD align="right" height="30" width="320">
-               {--NL_MEMBER_RECEIVE_STATUS--}:</TD>
-               <TD width="200">&nbsp;<STRONG>{!__STATUS_VALUE!}</STRONG><br />
-               <FONT class="tiny">{!__UNTIL_VALUE!}</FONT></TD>
-       </TR>
-       <TR>
-               <TD class="bottom2" colspan="2" align="center"
-                       style="padding-top: 10px; padding-bottom: 10px"><FONT
-                       class="member_note">{--NL_MEMBER_NOTE--}</FONT></TD>
-       </TR>
-       <TR>
-               <TD class="member_footer" colspan="2" align="center"><INPUT
+<div align="center">
+<form action="{!URL!}/modules.php?module=login&amp;what=newsletter" method="post" style="margin-bottom: 0px">
+<table border="0" cellspacing="0" cellpadding="0" class="member_table dashed">
+       <tr>
+               <td class="member_header bottom2" colspan="2"><strong>{--NL_MEMBER_TITLE--}:</strong>
+               </td>
+       </tr>
+       <tr>
+               <td align="right" height="30" width="320">
+               {--NL_MEMBER_RECEIVE_STATUS--}:</td>
+               <td width="200">&nbsp;<strong>{!__STATUS_VALUE!}</strong><br />
+               <div class="tiny">{!__UNTIL_VALUE!}</div></td>
+       </tr>
+       <tr>
+               <td class="bottom2" colspan="2" align="center"
+                       style="padding-top: 10px; padding-bottom: 10px"><div class="member_note">{--NL_MEMBER_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="{--NL_SUBMIT--}" /></TD>
-       </TR>
-</TABLE>
-</FORM>
-</DIV>
+               <input type="submit" name="ok" class="member_submit"
+                       value="{--NL_SUBMIT--}" /></td>
+       </tr>
+</table>
+</form>
+</div>