]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_forced_campaigns_row.tpl
Mostly ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_edit_forced_campaigns_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}">
3                 {--ADMIN_FORCED_CAMPAIGN_CREATED--}:<br />
4                 <input type="hidden" name="forced_campaign_id[$content[forced_campaign_id]]" value="1" />
5                 <strong>$content[forced_campaign_created]</strong>
6         </td>
7         <td class="{%template,ColorSwitch%}">
8                 <legend for="forced_campaign_ordered_clicks[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_ORDERED_CLICKS--}</legend>
9                 <input type="text" class="form_field" name="forced_campaign_ordered_clicks[$content[forced_campaign_id]]" size="5" maxlength="20" value="{%pipe,translateComma=$content[forced_campaign_ordered_clicks]%}" />
10         </td>
11 </tr>
12 <tr>
13         <td class="{%template,ColorSwitch%}">
14                 <legend for="forced_campaign_payment_api[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_PAYMENT_API--}</legend>
15                 <input type="text" class="form_field" name="forced_campaign_payment_api[$content[forced_campaign_id]]" size="5" maxlength="20" value="{%pipe,translateComma=$content[forced_campaign_payment_api]%}" />
16         </td>
17         <td class="{%template,ColorSwitch%}">
18                 <legend for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_RELOAD_LOCK--}</legend>
19                 $content[forced_campaign_reload_lock]
20         </td>
21 </tr>
22 <tr>
23         <td class="{%template,ColorSwitch%}">
24                 <legend for="forced_campaign_minimum_stay[$content[forced_campaign_id]]">{--ADMIN_CHANGE_FORCED_CAMPAIGN_MINIMUM_STAY--}</legend>
25                 <input type="text" class="form_field" name="forced_campaign_minimum_stay[$content[forced_campaign_id]]" size="5" maxlength="20" value="$content[forced_campaign_minimum_stay]" />
26         </td>
27         <td class="{%template,ColorSwitch%}">
28                 <legend for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_ADS_ID--}</legend>
29                 {%template,ForcedAdSelectionBox=$content[forced_ads_id]%}
30         </td>
31 </tr>
32 <tr>
33         <td class="{%template,ColorSwitch%} bottom">
34                 <legend for="forced_campaign_userid">{--ADMIN_CHANGE_FORCED_CAMPAIGN_USERID--}</legend>
35                 $content[forced_campaign_userid]
36                 <!--<input type="hidden" name="forced_campaign_userid_raw[$content[forced_campaign_id]]" value="$content[forced_campaign_userid_raw]" />//-->
37         </td>
38         <td class="{%template,ColorSwitch%} bottom">
39                 <legend for="">{--ADMIN_CHANGE_FORCED_CAMPAIGN_COSTS_ID--}</legend>
40                 {%template,ForcedCostsSelectionBox=$content[forced_costs_id]%}
41         </td>
42 </tr>