Reverted of changes in 1704, see ticket #160
[mailer.git] / templates / de / html / guest / guest_receive_table.tpl
index 6c06c4997f8aa71bf7d15e98d8baa882b48a0ef6..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>