- Major change in LOAD_EMAIL_TEMPLATE(). The deprecated switch() block has
[mailer.git] / templates / de / html / admin / admin_edit_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="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD colspan="3" align="center" class="admin_title bottom2" height="30">
7                 <STRONG>{--RALLYE_EDIT_RALLYES--}:</STRONG></TD>
8         </TR>
9         {!__RALLYE_ROWS!}
10         <TR>
11                 <TD colspan="3" class="admin_footer"><INPUT
12                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*
13                 <INPUT type="submit" name="change" class="admin_submit"
14                         value="{--RALLYE_CHANGE_ADMIN--}"></TD>
15         </TR>
16 </TABLE>
17 </FORM>