]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_payment.tpl
Rewrite of language strings
[mailer.git] / templates / de / html / admin / admin_add_payment.tpl
index 9c8e43072587dc8bd00da92565ed96741b642d6e..92d187c9d3f1fa46b0d497637aea03b2be3ec52c 100644 (file)
@@ -1,9 +1,7 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=payments&do=add"
-       method="POST" style="margin-bottom: 0px">
-<table border="0" cellspacing="0" cellpadding="0" align="center"
-       class="admin_table dashed" width="410">
+<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>
@@ -12,7 +10,7 @@
        <tr>
                <td align="right" width="200">{--ENTER_PAY_TIME--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td width="200"><INPUT type="text" name="t_wait"
+               <td width="200"><input type="text" name="t_wait"
                        class="admin_normal" size="3" maxlength="3">&nbsp;{--_SECONDS--}
                </td>
        </tr>
@@ -22,8 +20,8 @@
        <tr>
                <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>
+               <td><input type="text" name="payment" class="admin_normal"
+                       size="3" maxlength="3">&nbsp;<span class="tiny">({?POINTS?})</span></td>
        </tr>
        <tr>
                <td colspan="5" height="7" class="seperator">&nbsp;</td>
@@ -31,8 +29,8 @@
        <tr>
                <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>
+               <td><input type="text" name="price" class="admin_normal" size="3"
+                       maxlength="3">&nbsp;<span class="tiny">({?POINTS?})</span></td>
        </tr>
        <tr>
                <td colspan="5" height="7" class="seperator">&nbsp;</td>
        <tr>
                <td align="right">{--ENTER_PAY_TITLE--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td><INPUT type="text" name="title" class="admin_normal"
+               <td><input type="text" name="title" class="admin_normal"
                        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
+               <td colspan="3" class="admin_footer"><input
                        type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-               <INPUT type="submit" name="ok" class="admin_submit"
+               <input type="submit" name="ok" class="admin_submit"
                        value="{--ADD_PAYMENT--}" /></td>
        </tr>
 </table>