Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / templates / de / html / admin / admin_gmenu_edit.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=guestedit&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_submit" name="status"
21                         value="{--CHANGE_MENUS--}">&nbsp;* <INPUT type="submit"
22                         class="admin_delete submit" name="del" value="{--DEL_MENUS--}">
23                 </TD>
24         </TR>
25 </TABLE>
26 </FORM>