]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/member/member_receive_table.tpl
More rewrites, and output-mode fixed (we should documentate this)
[mailer.git] / templates / de / html / member / member_receive_table.tpl
index b53769f5ca855ffb410ac50f7332e550438a7fb1..95568a116e5ed195135b1869dcfce7c414c14214 100644 (file)
@@ -1,11 +1,13 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="400"
+<table border="0" cellspacing="0" cellpadding="0" width="400"
        class="register_header dashed">
-       <TR>
-               <TD align="right" height="40" class="register_left"><strong>{--MAX_PER_DAY--}:</strong>&nbsp;&nbsp;
-               </TD>
-               <TD class="register_right"><select name="max_mails" size="1"
-                       class="register_select">
-                       {!__MAX_RECEIVE_OPTIONS!}
-               </select></TD>
-       </TR>
-</TABLE>
+       <tr>
+               <td align="right" height="40" class="register_left">
+                       <strong>{--MAX_PER_DAY--}:</strong>&nbsp;&nbsp;
+               </td>
+               <td class="register_right">
+                       <select name="max_mails" size="1" class="register_select">
+                               $content
+                       </select>
+               </td>
+       </tr>
+</table>