]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/guest/guest_receive_table.tpl
Important notice added
[mailer.git] / templates / de / html / guest / guest_receive_table.tpl
index 6c06c4997f8aa71bf7d15e98d8baa882b48a0ef6..0c080fdb47f42502733766d24e0a5a6ee7016370 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="table dashed">
+       <tr>
+               <td width="60%" align="right" height="40" class="register_left">
+                       {--MAX_PER_DAY--}:
+               </td>
+               <td width="40%" class="register_right">
+                       <select name="max_mails" size="1" class="form_select">
+                               $content
+                       </select>
+               </td>
+       </tr>
+</table>
+</div>