]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_list_forced_costs_row.tpl
Renamed many stuff (again), added points/user breakup:
[mailer.git] / templates / de / html / admin / admin_list_forced_costs_row.tpl
1 <tr>
2         <td align="center" class="bottom right {%template,ColorSwitch%}">
3                 <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[forced_costs_id]" name="forced_costs_id[$content[forced_costs_id]]" value="1" />
4         </td>
5         <td align="center" class="bottom right {%template,ColorSwitch%}">
6                 {%pipe,translateComma=$content[forced_costs_price_click]%}
7         </td>
8         <td align="center" class="bottom right {%template,ColorSwitch%}">
9                 {%pipe,translateComma=$content[forced_costs_payment_click]%}
10         </td>
11         <td align="center" class="bottom {%template,ColorSwitch%}">
12                 {%pipe,translateForcedCostsVisibility=$content[forced_costs_visibility]%}
13         </td>
14 </tr>