]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_forced_campaigns.tpl
Mailer project continued (heavy refactoring):
[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 <tr>
10         <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_STATUS--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_ORDERED_CLICKS--}</strong></td>
14         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_PAYMENT_API--}</strong></td>
15         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_RELOAD_LOCK--}</strong></td>
16         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_MINIMUM_STAY--}</strong></td>
17         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_LAST_LOCKED--}</strong></td>
18         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_LOCK_REASON--}</strong></td>
19         <td class="header_column bottom right" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_EXPIRED--}</strong></td>
20         <td class="header_column bottom" align="center"><strong>{--ADMIN_FORCED_CAMPAIGN_CREATED--}</strong></td>
21 </tr>
22 $content
23 <tr>
24         <td class="table_footer" colspan="11">
25                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
26                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
27                 <input type="submit" class="form_submit" name="activate" value="{--ADMIN_ACTION_ACTIVATE_SUBMIT--}" />
28                 <input type="submit" class="form_delete" name="lock" value="{--ADMIN_ACTION_UNLOCK_SUBMIT--}" />
29                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
30         </td>
31 </tr>
32 </table>
33 {%form_close%}
34 </div>
35
36 <div class="notice">
37         {--ADMIN_LIST_FORCED_CAMPAIGN_NOTICE--}
38 </div>