]> 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 f05b564ee2b98dedbd9272024023ce09c9ec0e80..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,13 +7,13 @@
                </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" />&#37;
                </td>
@@ -25,3 +26,4 @@
        </tr>
 </table>
 </form>
+</div>