]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_rallyes.tpl
Advertising network Ad-Promotion.net added, some cleanups
[mailer.git] / templates / de / html / admin / admin_edit_rallyes.tpl
1 <div align="center">
2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_rallyes%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4         <tr>
5                 <td colspan="3" align="center" class="table_header bottom">
6                 <strong>{--RALLYE_EDIT_RALLYES--}:</strong></td>
7         </tr>
8         $content
9         <tr>
10                 <td colspan="3" class="table_footer">
11                         <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
12                         <input type="submit" class="form_submit" name="do_edit" value="{--RALLYE_CHANGE_ADMIN--}" />
13                 </td>
14         </tr>
15 </table>
16 </form>
17 </div>