More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_config_cats.tpl
1 <div align="center">
2 <form action="{!URL!}/modules.php?module=admin&amp;what=config_cats" method="POST">
3 <table border="0" cellspacing="0" cellpadding="0" width="99%"
4         class="admin_table dashed">
5         <tr>
6                 <td align="center" colspan="4" class="admin_header bottom2"
7                         height="50"><strong>{--EDIT_DEL_CATEGORIES--}</strong></td>
8         </tr>
9         <tr>
10                 <td class="admin_title bottom2 right2" width="40" align="center"><strong>{--ID_SELECT--}</strong></td>
11                 <td class="admin_title bottom2 right2" align="center"><strong>{--CATNAME--}</strong></td>
12                 <td class="admin_title bottom2 right2" width="120" align="center"><strong>{--IS_VISIBLE--}</strong></td>
13                 <td class="admin_title bottom2" width="120" align="center"><strong>{--SORTING_KEY--}</strong></td>
14         </tr>
15         {!__CAT_ROWS!}
16         <tr>
17                 <td class="admin_footer" colspan="4"><INPUT
18                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <INPUT type="submit" name="edit" class="admin_submit"
20                         value="{--EDIT_CATS--}" /> <INPUT type="submit"
21                         name="del" class="admin_delete" value="{--DEL_CATS--}" /></td>
22         </tr>
23 </table>
24 </form>
25 </div>