CSS classes cleaned up, templates simplified:
[mailer.git] / templates / de / html / guest / guest_receive_table.tpl
index 6c06c4997f8aa71bf7d15e98d8baa882b48a0ef6..e161b57d4d800199580cca4f3debfdee63c3ee63 100644 (file)
@@ -1,11 +1,14 @@
-<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"
-                       size="1" class="register_select">
-                       {!__MAX_RECEIVE_OPTIONS!}
-               </SELECT></TD>
-       </TR>
-</TABLE>
\ No newline at end of file
+<div align="center">
+<table border="0" cellspacing="0" cellpadding="0" width="440" class="guest_table dashed">
+       <tr>
+               <td width="60%" align="right" height="40" class="register_left">
+                       <strong>{--MAX_PER_DAY--}:</strong>
+               </td>
+               <td width="40%" class="register_right">
+                       <select name="max_mails" size="1" class="guest_select">
+                               $content
+                       </select>
+               </td>
+       </tr>
+</table>
+</div>