]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_forced_costs_row.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_edit_forced_costs_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%}">
3                 <label for="forced_costs_price_click[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_PRICE_CLICK--}</label>
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
8         <td class="{%template,ColorSwitch%}">
9                 <label for="forced_costs_payment_click[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_PAYMENT_CLICK--}</label>
10                 <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?})
11         </td>
12 </tr>
13
14 <tr>
15         <td class="{%template,ColorSwitch%} bottom">
16                 <label for="forced_costs_visibility[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_VISIBILITY--}</label>
17                 <select name="forced_costs_visibility[$content[forced_costs_id]]" class="form_select" size="1">
18                         {%pipe,generateForcedCostsVisibilityOptions=$content[forced_costs_visibility]%}
19                 </select>
20         </td>
21
22         <td class="{%template,ColorSwitch%} bottom separator">&nbsp;</td>
23 </tr>