]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_forced_campaigns_row.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_forced_campaigns_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[forced_campaign_id]" name="forced_campaign_id[$content[forced_campaign_id]]" value="1" />
4         </td>
5         <td class="{%template,ColorSwitch%} bottom right" align="center">
6                 {%pipe,generateUserProfileLink=$content[forced_campaign_userid]%}
7         </td>
8         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 {%pipe,translateForcedCampaignStatus=$content[forced_campaign_status]%}
10         </td>
11         <td align="center" class="bottom right {%template,ColorSwitch%}">
12                 {%pipe,translateComma=$content[forced_campaign_ordered_clicks]%}
13         </td>
14         <td align="center" class="bottom right {%template,ColorSwitch%}">
15                 {%pipe,translateComma=$content[forced_campaign_payment_api]%}
16         </td>
17         <td align="center" class="bottom right {%template,ColorSwitch%}">
18                 $content[forced_campaign_reload_lock]
19         </td>
20         <td align="center" class="bottom right {%template,ColorSwitch%}">
21                 $content[forced_campaign_minimum_stay]
22         </td>
23         <td align="center" class="bottom right {%template,ColorSwitch%}">
24                 $content[forced_campaign_last_locked]
25         </td>
26         <td align="center" class="bottom right {%template,ColorSwitch%}">
27                 {%pipe,fixEmptyContentToDashes=$content[forced_campaign_lock_reason]%}
28         </td>
29         <td align="center" class="bottom right {%template,ColorSwitch%}">
30                 $content[forced_campaign_expired]
31         </td>
32         <td align="center" class="bottom {%template,ColorSwitch%}">
33                 $content[forced_campaign_created]
34         </td>
35 </tr>