Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_delete_cats.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=config_cats&amp;do=del%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td align="center" class="table_header bottom">
6                         <strong>{--ADMIN_DELETE_CATEGORIES_TITLE--}:</strong>
7                 </td>
8         </tr>
9         $content
10         <tr>
11                 <td align="center" class="table_footer">
12                         <input type="submit" name="ok" class="form_delete" value="{--ADMIN_REMOVE_CATEGORIES--}" />
13                 </td>
14         </tr>
15 </table>
16 {%form_close%}
17 </div>