Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_receive_table.tpl
index 1db0e2b40af2e6c4056cc5a0ba82d95a4056a2f8..26bbf379161ed4b6c5199fc953e4aecfaa883385 100644 (file)
@@ -1,11 +1,11 @@
-<TABLE border="0" cellspacing="0" cellpadding="0" width="440"
+<table border="0" cellspacing="0" cellpadding="0" width="440"
        class="register_header dashed">
-       <TR>
-               <TD width="60%" align="right" height="40" class="register_left">
-               <strong>{--MAX_PER_DAY--}:</strong>&nbsp;&nbsp;</TD>
-               <TD width="40%" class="register_right"><select name="max_mails"
+       <tr>
+               <td width="60%" align="right" height="40" class="register_left">
+               <strong>{--MAX_PER_DAY--}:</strong>&nbsp;&nbsp;</td>
+               <td width="40%" class="register_right"><select name="max_mails"
                        size="1" class="register_select">
-                       {!__MAX_RECEIVE_OPTIONS!}
-               </select></TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+                       $content
+               </select></td>
+       </tr>
+</table>