]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_forced_costs_row.tpl
Mailer continued, sub-id tracking continued:
[mailer.git] / templates / de / html / admin / admin_edit_forced_costs_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}">
3                 {--ADMIN_CHANGE_FORCED_COSTS_PRICE_CLICK--}<br />
4                 <input type="hidden" name="forced_costs_id[$content[forced_costs_id]]" value="1" />
5                 <input type="text" class="form_field" name="forced_costs_price_click[$content[forced_costs_id]]" size="10" maxlength="20" value="{%pipe,translateComma=$content[forced_costs_price_click]%}" /> ({?POINTS?})
6         </td>
7         <td class="{%template,ColorSwitch%}">
8                 {--ADMIN_CHANGE_FORCED_COSTS_PAYMENT_CLICK--}<br />
9                 <input type="text" class="form_field" name="forced_costs_payment_click[$content[forced_costs_id]]" size="10" maxlength="20" value="{%pipe,translateComma=$content[forced_costs_payment_click]%}" /> ({?POINTS?})
10         </td>
11 </tr>
12 <tr>
13         <td class="{%template,ColorSwitch%} bottom">
14                 {--ADMIN_CHANGE_FORCED_COSTS_VISIBILITY--}<br />
15                 <select name="forced_costs_visibility[$content[forced_costs_id]]" class="form_select" size="1">
16                         {%pipe,generateForcedCostsVisibilityOptions=$content[forced_costs_visibility]%}
17                 </select>
18         </td>
19         <td class="{%template,ColorSwitch%} bottom separator">&nbsp;</td>
20 </tr>