]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_sponsor.tpl
A lot naming conventions applied, TODOs.txt updated
[mailer.git] / templates / de / html / admin / admin_config_sponsor.tpl
index f2bc8262894ddb331f1185f319734ded612e6a10..f5f335dc87a16c53387788000b6c8ee08b489a36 100644 (file)
@@ -1,11 +1,11 @@
-<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">
+<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">
 <tr>
-  <td colspan="2" align="center" class="admin_title bottom" height="30">
+  <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">
-    {--ADMIN_SPONSOR_REF_POINTS--}:
+  <td class="bottom" align="right" width="350">
+    {--ADMIN_SPONSOR_REFERAL_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>