]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_reflevel.tpl
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_add_reflevel.tpl
index 2b8703e67978135f57257e1b7cd4746e338c28ae..941de3326d5beb88696b8503bb1d6ddd9ffcdc8b 100644 (file)
@@ -1,3 +1,4 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=add%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
@@ -6,15 +7,15 @@
                </td>
        </tr>
        <tr>
-               <td align="right" width="200">{--ENTER_REF_LVL--}:</td>
+               <td align="right" width="200">{--ENTER_REFERAL_LVL--}:</td>
                <td>
                        <input type="text" name="level" class="admin_normal" size="3" maxlength="3" />
                </td>
        </tr>
        <tr>
-               <td class="bottom" align="right" width="200">{--ENTER_REF_PERCENTS--}:</td>
+               <td class="bottom" align="right" width="200">{--ENTER_REFERAL_PERCENTS--}:</td>
                <td class="bottom">
-                       <input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />%
+                       <input type="text" name="percents" class="admin_normal" size="3" maxlength="3" />&#37;
                </td>
        </tr>
        <tr>
@@ -25,3 +26,4 @@
        </tr>
 </table>
 </form>
+</div>