]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_categories.tpl
Continued a bit:
[mailer.git] / templates / de / html / admin / admin_edit_categories.tpl
diff --git a/templates/de/html/admin/admin_edit_categories.tpl b/templates/de/html/admin/admin_edit_categories.tpl
new file mode 100644 (file)
index 0000000..1ec7f76
--- /dev/null
@@ -0,0 +1,18 @@
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_cats&amp;do=edit%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td align="center" colspan="2" class="table_header bottom">
+               <strong>{--ADMIN_EDIT_CATEGORIES_TITLE--}:</strong>
+       </td>
+</tr>
+$content
+<tr>
+       <td align="center" colspan="2" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="ok" value="{--ADMIN_CHANGE_CATEGORIES--}" />
+       </td>
+</tr>
+</table>
+{%form_close%}
+</div>