64ab1fdd74d28bf4d55b75636a7a6b356746e2f6
[mailer.git] / templates / de / html / admin / admin_refbanner.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=refbanner"
2         method="POST">
3 <TABLE border="0" cellspacing="0" cellpadding="0" width="580"
4         class="admin_table dashed">
5         <TR>
6                 <TD width="10" class="admin_title seperator bottom2">&nbsp;</TD>
7                 <TD align="center" colspan="6" class="admin_header bottom2"
8                         height="30"><STRONG>{--EDIT_DEL_REFBANNER--}</STRONG></TD>
9                 <TD width="10" class="admin_title seperator bottom2">&nbsp;</TD>
10         </TR>
11         <TR>
12                 <TD class="admin_header seperator bottom2" width="10">&nbsp;</TD>
13                 <TD class="admin_header bottom2 right2" align="center"><STRONG>{--ID_SELECT--}</STRONG></TD>
14                 <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_URL--}:</STRONG></TD>
15                 <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_TITLE--}:</STRONG></TD>
16                 <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_CNTR--}:</STRONG></TD>
17                 <TD class="admin_header bottom2 right2" align="center"><STRONG>{--REF_CLIX--}</STRONG></TD>
18                 <TD class="admin_header bottom2" align="center"><STRONG>{--REF_VIS--}:</STRONG></TD>
19                 <TD class="admin_header seperator bottom2" width="10">&nbsp;</TD>
20         </TR>
21         {!__BANNER_ROWS!}
22         <TR>
23                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
24                 <TD class="admin_footer" colspan="6"><INPUT
25                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
26                 <INPUT type="submit" name="edit" class="admin_submit"
27                         value="{--EDIT_PAY--}">&nbsp;* <INPUT type="submit"
28                         name="del" class="admin_delete" value="{--DEL_PAY--}"></TD>
29                 <TD class="admin_footer seperator" width="10">&nbsp;</TD>
30         </TR>
31 </TABLE>
32 </FORM>