]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_reflevel.tpl
Conflict solved, more templates added, TODOs.txt updated:
[mailer.git] / templates / de / html / admin / admin_add_reflevel.tpl
index c42555ac3a199fb8cbedd8479b36204704968c1f..d6abb7ccc3918ad911944b4ec92ea59cdccd283e 100644 (file)
@@ -1,4 +1,5 @@
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=config_points&amp;sub=ref&amp;do=add" method="post" style="margin-bottom: 0px">
+<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>
                <td class="admin_title bottom" colspan="2" align="center">
@@ -14,7 +15,7 @@
        <tr>
                <td class="bottom" align="right" width="200">{--ENTER_REF_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>