Templates rewritten/fixed, surfbar extended with per-entry reload lock
[mailer.git] / templates / de / html / admin / admin_gmenu_edit.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=guestedit&amp;sub={!__SUB_VALUE!}" method="POST" target="_self">
2 <TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3 <TR>
4         <TH class="admin_title bottom2 right2" align="center" width="30" height="30"><STRONG>{--ID_SELECT--}</STRONG></TH>
5         <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_ACTION--}</STRONG></TH>
6         <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_WHAT--}</STRONG></TH>
7         <TH class="admin_title bottom2 right2" align="center"><STRONG>{--DISPLAY_TITLE--}</STRONG></TH>
8         <TH class="admin_title bottom2" align="center"><STRONG>{--SORT_NAVIGATION--}</STRONG></TH>
9 </TR>
10 {!__MENU_ROWS!}
11 <TR>
12         <TD colspan="5" class="admin_footer">
13                 <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" class="admin_normal" />
14                 <INPUT type="submit" class="admin_submit" name="edit" value="{--EDIT_MENUS--}" />
15                 <INPUT type="submit" class="admin_submit" name="status" value="{--CHANGE_MENUS--}" />
16                 <INPUT type="submit" class="admin_delete submit" name="del" value="{--DEL_MENUS--}" />
17         </TD>
18 </TR>
19 </TABLE>
20 </FORM>