New extension added, more EL-rewrites, naming-convention applied:
[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="admin_table dashed">
3         <tr>
4                 <td colspan="3" align="center" class="admin_title bottom">
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>