]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_forced_campaigns.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_list_forced_campaigns.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_forced_campaigns%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="11" class="table_header">
6                 <strong>{--ADMIN_LIST_FORCED_CAMPAIGNS_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_FORCED_CAMPAIGN_STATUS--}</strong></td>
14         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_ORDERED_CLICKS--}</strong></td>
15         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_PAYMENT_API--}</strong></td>
16         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_RELOAD_LOCK--}</strong></td>
17         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_MINIMUM_STAY--}</strong></td>
18         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_LAST_LOCKED--}</strong></td>
19         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_LOCK_REASON--}</strong></td>
20         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_EXPIRED--}</strong></td>
21         <td class="header_column bottom" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_CREATED--}</strong></td>
22 </tr>
23
24 $content
25
26 <tr>
27         <td class="table_footer" colspan="11">
28                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
29                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
30                 <input type="submit" class="form_submit" name="activate" value="{--ADMIN_ACTION_ACTIVATE_SUBMIT--}" />
31                 <input type="submit" class="form_delete" name="lock" value="{--ADMIN_ACTION_UNLOCK_SUBMIT--}" />
32                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
33         </td>
34 </tr>
35 </table>
36 {%form_close%}
37 </div>
38
39 <div class="notice">
40         {--ADMIN_LIST_FORCED_CAMPAIGN_NOTICE--}
41 </div>