]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_categories.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_delete_categories.tpl
diff --git a/templates/de/html/admin/admin_delete_categories.tpl b/templates/de/html/admin/admin_delete_categories.tpl
new file mode 100644 (file)
index 0000000..6dbe0f1
--- /dev/null
@@ -0,0 +1,17 @@
+<div align="center">
+{%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">
+                       <strong>{--ADMIN_DELETE_CATEGORIES_TITLE--}:</strong>
+               </td>
+       </tr>
+       $content
+       <tr>
+               <td align="center" class="table_footer">
+                       <input type="submit" name="ok" class="form_delete" value="{--ADMIN_REMOVE_CATEGORIES--}" />
+               </td>
+       </tr>
+</table>
+{%form_close%}
+</div>