]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_prices_row.tpl
Extension ext-forced/network continued:
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices_row.tpl
index 0a13f45cd54ef2ae6597ea195e7aae458da9ac8b..f8bd71ef1fd48323a4f42547140686d6ab548f5c 100644 (file)
@@ -1,14 +1,14 @@
-<TR>
-       <TD class="switch_sw$content[sw] bottom2 right2" align="center">
-               <INPUT type="checkbox" class="admin_normal" title="{--ID_SELECT--} $content[id]" 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>
-</TR>
+<tr>
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" class="form_field" title="{--ID_SELECT--} $content[id]" name="sel[$content[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[infos]%}
+       </td>
+</tr>