A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / member / member_newsletter.tpl
index 2585fb941f1587ba847d78fc2514a6ad59f4c0a4..79c7cb8d85ffb33aa4ce9976559f282c6b33e819 100644 (file)
@@ -1,25 +1,29 @@
 <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">
+<form accept-charset="utf-8" action="{%url=modules.php?module=login&amp;what=newsletter%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
-               <td class="member_header bottom2" 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">
-               {--NL_MEMBER_RECEIVE_STATUS--}:</td>
-               <td width="200">&nbsp;<strong>{!__STATUS_VALUE!}</strong><br />
-               <div class="tiny">{!__UNTIL_VALUE!}</div></td>
+               <td align="right" width="320">
+                       {--NL_MEMBER_RECEIVE_STATUS--}:
+               </td>
+               <td width="200">
+                       <div class="para"><strong>$content[status]</strong></div>
+                       <div class="tiny">$content[until]</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>
+               <td class="bottom" colspan="2" align="center" style="padding-top: 10px; padding-bottom: 10px">
+                       <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="{--NL_SUBMIT--}" /></td>
+               <td class="table_footer" colspan="2" align="center">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="$content[submit]" />
+               </td>
        </tr>
 </table>
 </form>