]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_add_payment.tpl
Yet another more XHTML fixes
[mailer.git] / templates / de / html / admin / admin_add_payment.tpl
index 9c8e43072587dc8bd00da92565ed96741b642d6e..86513dda934062e071b8086d5ff7290b46e4c553 100644 (file)
@@ -1,7 +1,5 @@
-<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 action="{!URL!}/modules.php?module=admin&amp;what=payments&amp;do=add" method="post" style="margin-bottom: 0px">
+<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">
                <strong>{--ADD_NEW_PAYMENT--}</strong></td>
@@ -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,7 +20,7 @@
        <tr>
                <td align="right">{--ENTER_PAY_PAYMENT--}:</td>
                <td width="10" class="seperator">&nbsp;</td>
-               <td><INPUT type="text" name="payment" class="admin_normal"
+               <td><input type="text" name="payment" class="admin_normal"
                        size="3" maxlength="3">&nbsp;{!POINTS!}</td>
        </tr>
        <tr>
@@ -31,7 +29,7 @@
        <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"
+               <td><input type="text" name="price" class="admin_normal" size="3"
                        maxlength="3">&nbsp;{!POINTS!}</td>
        </tr>
        <tr>
        <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>
        </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>