More HTML cleanups
[mailer.git] / templates / de / html / admin / admin_config_sponsor.tpl
index c2be857ce879f3f15014900bdcdc8987aa1fd5af..6f8eb4a7f8fec1c1c706dbcfeadda1c8be95e723 100644 (file)
@@ -1,11 +1,11 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_sponsor%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
 <tr>
   <td colspan="2" align="center" class="admin_title bottom">
     <strong>{--ADMIN_CONFIG_SPONSOR_TITLE--}</strong>
   </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
   <td align="right" width="350">
     {--ADMIN_SPONSOR_MIN_POINTS--}:
     <input type="text" class="admin_normal" name="sponsor_min_points" size="12" maxlength="20" value="{?sponsor_min_points?}" />
   </td>
 </tr>
-<tr><td colspan="2" class="seperator" height="5">&nbsp;</td></tr>
 <tr>
-  <td align="right" width="350">
+  <td class="bottom" align="right" width="350">
     {--ADMIN_SPONSOR_REF_POINTS--}:
   </td>
-  <td width="150" align="center">
+  <td class="bottom" width="150" align="center">
     <input type="text" class="admin_normal" name="sponsor_ref_points" size="12" maxlength="20" value="{?sponsor_ref_points?}" />
   </td>
 </tr>
-<tr><td colspan="2" class="seperator bottom" height="5">&nbsp;</td></tr>
 <tr>
   <td colspan="2" class="admin_footer">
     <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
@@ -31,4 +29,5 @@
   </td>
 </tr>
 </table>
-</form>
\ No newline at end of file
+</form>
+</div>