]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_row.tpl
Description made more clear
[mailer.git] / templates / de / html / admin / admin_config_payouts_row.tpl
index 29623bc01ff42ddd83e1c23700957c3296568594..38fd64f9bf348e5556f53912fd251b20a5ddbcf2 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
-       <td class="switch_sw$content[sw] bottom2 right2" align="center">
-               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="form_field" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[from_account]
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[from_account]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[type]
+       <td class="{%template,ColorSwitch%} bottom right">
+               $content[type]
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[rate]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[rate]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2">
-               &nbsp;$content[min_points]
+       <td class="{%template,ColorSwitch%} bottom">
+               {%pipe,translateComma=$content[min_points]%}
        </td>
 </tr>