Some rewrites
[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 width="10" class="admin_header bottom2 seperator">&nbsp;</td>
6                 <td align="center" colspan="3" class="admin_header bottom2"
7                         height="30"><strong>{--EDIT_REFBANNER--}</strong></td>
8                 <td width="10" class="admin_header bottom2 seperator">&nbsp;</td>
9         </tr>
10         $content
11         <tr>
12                 <td class="admin_footer seperator" width="10">&nbsp;</td>
13                 <td class="admin_footer" colspan="3"><input
14                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
15                 <input type="submit" name="ok" class="admin_submit"
16                         value="{--EDIT_PAY--}" /></td>
17                 <td class="admin_footer seperator" width="10">&nbsp;</td>
18         </tr>
19 </table>
20 </form>
21 </div>