254d3647aba074d77c81d3d7c6dabe91ce770b80
[mailer.git] / templates / de / html / admin / admin_edit_cats.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_cats&amp;do=edit%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" colspan="2" class="table_header bottom">
6                 <strong>{--ADMIN_EDIT_CATEGORIES_TITLE--}:</strong>
7         </td>
8 </tr>
9 $content
10 <tr>
11         <td align="center" colspan="2" class="table_footer">
12                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
13                 <input type="submit" class="form_submit" name="ok" value="{--ADMIN_CHANGE_CATEGORIES--}" />
14         </td>
15 </tr>
16 </table>
17 </form>
18 </div>