]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_del_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_payouts_del_row.tpl
index 56d2fc38315f61959a170698c17984ab23bf62f5..e4d72ce4dbfb52adcde3293f49e42d481673c690 100644 (file)
@@ -1,8 +1,15 @@
 <tr>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2"
-               height="25">$content[id]<INPUT type="hidden"
-               name="sel[$content[id]]" value="1"></td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[title]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[rate]</td>
-       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[mpoi]</td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right" height="25">
+               $content[id]
+               <input type="hidden" name="sel[$content[id]]" value="1" />
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               $content[type]
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[rate]%}
+       </td>
+       <td align="center" class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[min_points]%}
+       </td>
 </tr>