]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_rallye_prices_row.tpl
A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_config_rallye_prices_row.tpl
index f7db49861b92989dcdb979214bf8bfa0101d1b4f..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 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="switch_sw$content[sw] bottom2 right2" align="center">
-               $content[level]
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               $content[price_level]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[points]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[points]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2">
-               &nbsp;$content[infos]
+       <td class="{%template,ColorSwitch%} bottom">
+               {%pipe,fixEmptyContentToDashes=$content[infos]%}
        </td>
 </tr>