CSS classes cleaned up, templates simplified:
[mailer.git] / templates / de / html / guest / guest_receive_table.tpl
index 26bbf379161ed4b6c5199fc953e4aecfaa883385..e161b57d4d800199580cca4f3debfdee63c3ee63 100644 (file)
@@ -1,11 +1,14 @@
-<table border="0" cellspacing="0" cellpadding="0" width="440"
-       class="register_header dashed">
+<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>&nbsp;&nbsp;</td>
-               <td width="40%" class="register_right"><select name="max_mails"
-                       size="1" class="register_select">
-                       $content
-               </select></td>
+                       <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>