]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_del_row.tpl
A lot code rewritten:
[mailer.git] / templates / de / html / admin / admin_config_rallye_del_row.tpl
index 3996a71e0c8b1b47900bbb368172429f6d4acee8..6396fe30cf23cb0063dd8785f0173d73678f9d4d 100644 (file)
@@ -1,8 +1,14 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-       $content[id] <INPUT type="hidden" claass="admin_normal"
-               name="sel[$content[id]]" value="1"></td>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">$content[level]</td>
-       <td class="switch_sw$content[sw] bottom2 right2">&nbsp;$content[points]</td>
-       <td class="switch_sw$content[sw] bottom2">&nbsp;$content[infos]</td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[rallye_id] <input type="hidden" claass="admin_normal" name="sel[$content[rallye_id]]" value="1" />
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[price_level]
+       </td>
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[points]%}
+       </td>
+       <td class="{%template,ColorSwitch%} bottom">
+               {%pipe,fixEmptyContentToDashes=$content[info]%}
+       </td>
 </tr>