]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_payment.tpl
Fix for URL detection
[mailer.git] / templates / de / html / admin / admin_add_payment.tpl
index 86513dda934062e071b8086d5ff7290b46e4c553..92d187c9d3f1fa46b0d497637aea03b2be3ec52c 100644 (file)
@@ -1,7 +1,7 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=payments&amp;do=add" method="post" style="margin-bottom: 0px">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments&amp;do=add%}" method="post">
 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="410">
        <tr>
-               <td class="admin_title bottom2" colspan="3" align="center" height="30">
+               <td class="admin_title bottom" colspan="3" align="center" height="30">
                <strong>{--ADD_NEW_PAYMENT--}</strong></td>
        </tr>
        <tr>
@@ -21,7 +21,7 @@
                <td align="right">{--ENTER_PAY_PAYMENT--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td><input type="text" name="payment" class="admin_normal"
-                       size="3" maxlength="3">&nbsp;{!POINTS!}</td>
+                       size="3" maxlength="3">&nbsp;<span class="tiny">({?POINTS?})</span></td>
        </tr>
        <tr>
                <td colspan="5" height="7" class="seperator">&nbsp;</td>
@@ -30,7 +30,7 @@
                <td align="right">{--ENTER_PAY_PRICE--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
                <td><input type="text" name="price" class="admin_normal" size="3"
-                       maxlength="3">&nbsp;{!POINTS!}</td>
+                       maxlength="3">&nbsp;<span class="tiny">({?POINTS?})</span></td>
        </tr>
        <tr>
                <td colspan="5" height="7" class="seperator">&nbsp;</td>
@@ -42,7 +42,7 @@
                        size="15" maxlength="255"></td>
        </tr>
        <tr>
-               <td colspan="5" height="3" class="seperator bottom2">&nbsp;</td>
+               <td colspan="5" height="3" class="seperator bottom">&nbsp;</td>
        </tr>
        <tr>
                <td colspan="3" class="admin_footer"><input