]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_cats.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_delete_cats.tpl
index 23bcac9d28cece168d2a516d92c29c3c9b6d2156..6dbe0f19b41b78a284166c3b1337f553e7b1c071 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats&amp;do=del%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_cats&amp;do=del%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
        <tr>
                <td align="center" class="table_header bottom">
@@ -9,10 +9,9 @@
        $content
        <tr>
                <td align="center" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
                        <input type="submit" name="ok" class="form_delete" value="{--ADMIN_REMOVE_CATEGORIES--}" />
                </td>
        </tr>
 </table>
-</form>
+{%form_close%}
 </div>