Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_refbanner_edit.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=refbanner&amp;mode=edit" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td align="center" colspan="3" class="admin_title bottom2" height="30">
6                         <strong>{--EDIT_REFBANNER--}</strong>
7                 </td>
8         </tr>
9         $content
10         <tr>
11                 <td class="admin_footer" colspan="3">
12                         <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
13                         <input type="submit" name="ok" class="admin_submit" value="{--EDIT_PAY--}" />
14                 </td>
15         </tr>
16 </table>
17 </form>
18 </div>