More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_edit_rallyes.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_rallyes" method="post" style="margin-bottom: 0px">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="admin_title bottom2" height="30">
5                 <strong>{--RALLYE_EDIT_RALLYES--}:</strong></td>
6         </tr>
7         {!__RALLYE_ROWS!}
8         <tr>
9                 <td colspan="3" class="admin_footer"><input
10                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
11                 <input type="submit" name="change" class="admin_submit"
12                         value="{--RALLYE_CHANGE_ADMIN--}" /></td>
13         </tr>
14 </table>
15 </form>