]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_forced_costs_row.tpl
Introduced 'per-what-word-wrapping
[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         <td class="{%template,ColorSwitch%}">
8                 <label for="forced_costs_payment_click[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_PAYMENT_CLICK--}</label>
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
13 <tr>
14         <td class="{%template,ColorSwitch%} bottom">
15                 <label for="forced_costs_visibility[$content[forced_costs_id]]">{--ADMIN_CHANGE_FORCED_COSTS_VISIBILITY--}</label>
16                 <select name="forced_costs_visibility[$content[forced_costs_id]]" class="form_select" size="1">
17                         {%pipe,generateForcedCostsVisibilityOptions=$content[forced_costs_visibility]%}
18                 </select>
19         </td>
20         <td class="{%template,ColorSwitch%} bottom separator">&nbsp;</td>
21 </tr>