]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_forced_ads.tpl
Admin area 'Referral levels' refactured:
[mailer.git] / templates / de / html / admin / admin_list_forced_ads.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_forced_ads%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="6" class="table_header">
6                 <strong>{--ADMIN_LIST_FORCED_ADS_TITLE--}</strong>
7         </td>
8 </tr>
9
10 <tr>
11         <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
14         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_TYPE--}</strong></td>
15         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_ADS_HAS_FRAMEBREAKER--}</strong></td>
16         <td class="header_column bottom" align="center"><strong>{--ADMIN_FORCED_ADS_ADDED--}</strong></td>
17 </tr>
18
19 $content
20
21 <tr>
22         <td class="table_footer" colspan="6">
23                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
24                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
25                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
26         </td>
27 </tr>
28 </table>
29 {%form_close%}
30 </div>