A lot has been rewritten, ext-teams added, ext-forced continued:
[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">
2 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="table_header bottom">
5                 <strong>{--RALLYE_EDIT_RALLYES--}:</strong></td>
6         </tr>
7         $content
8         <tr>
9                 <td colspan="3" class="table_footer">
10                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
11                         <input type="submit" class="form_submit" name="do_edit" value="{--RALLYE_CHANGE_ADMIN--}" />
12                 </td>
13         </tr>
14 </table>
15 </form>