(no commit message)
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_amenu_edit.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=adminedit&amp;sub={!__SUB_VALUE!}"
3         method="POST" target="_self">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="600"
5         class="admin_table dashed">
6         <TR>
7                 <TH class="admin_title bottom2 right2" align="center" width="30"
8                         height="30"><STRONG>{--ID_SELECT--}</STRONG></TH>
9                 <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_ACTION--}</STRONG></TH>
10                 <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_WHAT--}</STRONG></TH>
11                 <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_TITLE--}</STRONG></TH>
12                 <TH class="admin_title bottom2" align="center"><STRONG>{--SORT_NAVIGATION--}</STRONG></TH>
13         </TR>
14         {!__MENU_ROWS!}
15         <TR>
16                 <TD colspan="5" align="center" class="admin_footer"><INPUT
17                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}"
18                         class="admin_normal">&nbsp;* <INPUT type="submit"
19                         class="admin_submit" name="edit" value="{--EDIT_MENUS--}">&nbsp;*
20                 <INPUT type="submit" class="admin_delete submit" name="del"
21                         value="{--DEL_MENUS--}"></TD>
22         </TR>
23 </TABLE>
24 </FORM>