7f24bf06ad182e93a63cba474a5e35ecef90411f
[mailer.git] / templates / de / html / admin / admin_refbanner.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=refbanner" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4         <tr>
5                 <td width="10" class="admin_title seperator bottom2">&nbsp;</td>
6                 <td align="center" colspan="6" class="admin_header bottom2"
7                         height="30"><strong>{--EDIT_DEL_REFBANNER--}</strong></td>
8                 <td width="10" class="admin_title seperator bottom2">&nbsp;</td>
9         </tr>
10         <tr>
11                 <td class="admin_header seperator bottom2" width="10">&nbsp;</td>
12                 <td class="admin_header bottom2 right2" align="center"><strong>{--Id_SELECT--}</strong></td>
13                 <td class="admin_header bottom2 right2" align="center"><strong>{--REF_URL--}:</strong></td>
14                 <td class="admin_header bottom2 right2" align="center"><strong>{--REF_TITLE--}:</strong></td>
15                 <td class="admin_header bottom2 right2" align="center"><strong>{--REF_CNTR--}:</strong></td>
16                 <td class="admin_header bottom2 right2" align="center"><strong>{--REF_CLIX--}</strong></td>
17                 <td class="admin_header bottom2" align="center"><strong>{--REF_VIS--}:</strong></td>
18                 <td class="admin_header seperator bottom2" width="10">&nbsp;</td>
19         </tr>
20         $content
21         <tr>
22                 <td class="admin_footer seperator" width="10">&nbsp;</td>
23                 <td class="admin_footer" colspan="6"><input
24                         type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
25                 <input type="submit" name="edit" class="admin_submit"
26                         value="{--EDIT_PAY--}" /> <input type="submit"
27                         name="del" class="admin_delete" value="{--DEL_PAY--}" /></td>
28                 <td class="admin_footer seperator" width="10">&nbsp;</td>
29         </tr>
30 </table>
31 </form>
32 </div>