]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_row.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_row.tpl
index 7fa6be34278d082cd89549b286812cee2edb1a10..7f8c5b126113c6a4d7a8c9374d774e4bb37c74b0 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="id[$content[id]]" class="admin_normal" value="1" />
+       <td class="{%template,ColorSwitch%} bottom right" align="center">
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="form_field" value="1" />
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[name]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,encodeEntities=$content[pay_name]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[rate]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[pay_rate]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2 right2">
-               &nbsp;$content[min]
+       <td class="{%template,ColorSwitch%} bottom right">
+               {%pipe,translateComma=$content[pay_min_count]%}
        </td>
-       <td class="switch_sw$content[sw] bottom2">
-               &nbsp;$content[currency]
+       <td class="{%template,ColorSwitch%} bottom">
+               {%pipe,encodeEntities=$content[pay_currency]%}
        </td>
 </tr>