Password reset for admin login added (still buggy if cache is installed and sql_patch...
[mailer.git] / templates / de / html / admin / admin_list_rallyes.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes"
2         method="POST" style="margin-bottom: 0px">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="730"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="6" align="center" class="admin_title" height="30"><STRONG>{--RALLYE_EDIT_DEL_RALLYES--}:</STRONG>
7                 </TD>
8         </TR>
9         <TR>
10                 <TD align="center" width="10" class="admin_title bottom2 right2"><STRONG>{--ID_SELECT--}</STRONG></TD>
11                 <TD align="center" class="admin_title bottom2" colspan="5"><STRONG>{--RALLYE_LIST_OVERVIEW_TITLE--}:</STRONG></TD>
12         </TR>
13         {--__RALLYE_ROWS--}
14         <TR>
15                 <TD colspan="6" align="center" class="admin_footer"><INPUT
16                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
17                 <INPUT type="submit" name="edit" class="admin_submit"
18                         value="{--RALLYE_EDIT_ADMIN--}">&nbsp;* <INPUT type="submit"
19                         name="del" class="admin_delete" value="{--RALLYE_DELETE_ADMIN--}">
20                 </TD>
21         </TR>
22 </TABLE>
23 </FORM>
24
25 <DIV class="admin_note"><STRONG class="admin_note">{--RALLYE_EDIT_ONLY_INACTIVE_NOTE--}</STRONG>
26 </DIV>