Huge script change, see http://forum.mxchange.org/topic-458.html for details:
[mailer.git] / templates / de / html / admin / admin_edit_rallyes.tpl
1 <form accept-charset="utf-8" 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         $content
8         <tr>
9                 <td colspan="3" class="admin_footer">
10                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
11                         <input type="submit" name="change" class="admin_submit" value="{--RALLYE_CHANGE_ADMIN--}" />
12                 </td>
13         </tr>
14 </table>
15 </form>