]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_delete_rallye_prices_row.tpl
AJAX installation is 'basicly finished' :) Plus I threw in a small christmas present...
[mailer.git] / templates / de / html / admin / admin_delete_rallye_prices_row.tpl
1 <tr>
2         <td class="{%template,ColorSwitch%} bottom right" align="center">
3                 $content[id]
4                 <input type="hidden" claass="form_field" name="sel[$content[id]]" value="1" />
5         </td>
6         <td class="{%template,ColorSwitch%} bottom right" align="center">
7                 $content[price_level]
8         </td>
9         <td class="{%template,ColorSwitch%} bottom right">
10                 {%pipe,translateComma=$content[points]%}
11         </td>
12         <td class="{%template,ColorSwitch%} bottom">
13                 {%pipe,fixEmptyContentToDashes=$content[info]%}
14         </td>
15 </tr>