]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_del_payments.tpl
Rewritten to make usage of newly introduced math EL code
[mailer.git] / templates / de / html / admin / admin_del_payments.tpl
index 4fc6734fc918556f4ab5a915e1e5adb23bed0bca..0b64d70a22d51e0e6290f6b005f1cee618abe242 100644 (file)
@@ -1,16 +1,18 @@
+<div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=payments&amp;do=del%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="500">
+<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
        <tr>
-               <td align="center" height="30" class="admin_title bottom">
-                       <strong>{--DELETE_PAYMENT--}:</strong>
+               <td align="center" class="admin_title bottom">
+                       <strong>{--ADMIN_DELETE_PAYMENT_TITLE--}:</strong>
                </td>
        </tr>
        $content
        <tr>
                <td align="center" class="admin_footer">
                        <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--REMOVE_PAY--}" />
+                       <input type="submit" name="ok" class="admin_delete" value="{--ADMIN_REMOVE_PAYMENT--}" />
                </td>
        </tr>
 </table>
 </form>
+</div>