]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_forced_costs_row.tpl
mailer project continued:
[mailer.git] / templates / de / html / admin / admin_delete_forced_costs_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right">
3                 {--ADMIN_FORCED_COSTS_PRICE_CLICK--}:<br />
4                 <input type="hidden" name="forced_costs_id[$content[forced_costs_id]]" value="1" />
5                 <strong>{%pipe,translateComma=$content[forced_costs_price_click]%} ({?POINTS?})</strong>
6         </td>
7         <td class="{%template,ColorSwitch%} bottom right">
8                 {--ADMIN_FORCED_COSTS_PAYMENT_CLICK--}:<br />
9                 <strong>{%pipe,translateComma=$content[forced_costs_payment_click]%} ({?POINTS?})</strong>
10         </td>
11         <td class="{%template,ColorSwitch%} bottom">
12                 {--ADMIN_FORCED_COSTS_VISIBILITY--}:<br />
13                 <strong>{%pipe,translateForcedCostsVisibility=$content[forced_costs_visibility]%}</strong>
14         </td>
15 </tr>