3905ac688f34b7e0019c17d87907c57033e7dc84
[mailer.git] / templates / de / html / admin / admin_refbanner_edit.tpl
1 <FORM
2         action="{!URL!}/modules.php?module=admin&amp;what=refbanner&amp;mode=edit"
3         method="POST">
4 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
5         class="admin_table dashed">
6         <TR>
7                 <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
8                 <TD align="center" colspan="3" class="admin_header bottom2"
9                         height="30"><STRONG>{--EDIT_REFBANNER--}</STRONG></TD>
10                 <TD width="10" class="admin_header bottom2 seperator">&nbsp;</TD>
11         </TR>
12         {!__BANNER_ROWS!}
13         <TR>
14                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
15                 <TD class="admin_footer" colspan="3"><INPUT
16                         type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
17                 <INPUT type="submit" name="ok" class="admin_submit"
18                         value="{--EDIT_PAY--}" /></TD>
19                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
20         </TR>
21 </TABLE>
22 </FORM>