]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_newsletter.tpl
Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / member / member_newsletter.tpl
index 0b89f5b977bb63a02260fc283ebd6f010a0737d1..de449f443659e9aa7c097235a41b2adf3d2db062 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=login&amp;what=newsletter" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" 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>
@@ -7,19 +7,23 @@
        </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>
+                       {--NL_MEMBER_RECEIVE_STATUS--}:
+               </td>
+               <td width="200">
+                       &nbsp;<strong>$content[status]</strong><br />
+                       <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="bottom2" colspan="2" align="center" style="padding-top: 10px; padding-bottom: 10px">
+                       <div class="member_note">$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="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>
        </tr>
 </table>
 </form>