]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_sponsor_pay_del_row.tpl
Naming convention, more usage of EL, new wrapper function introduced:
[mailer.git] / templates / de / html / admin / admin_list_sponsor_pay_del_row.tpl
index 9ef5bbf588103f6ea3e17d0e27fb0ea606ea96ec..56edab981aac8599ad2674f07cefe1e65d930bae 100644 (file)
@@ -3,15 +3,15 @@
                <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="id[$content[id]]" class="admin_normal" value="1" />
        </td>
        <td class="{%template,ColorSwitch%} bottom right">
-               &nbsp;$content[name]
+               {%pipe,encodeEntities=$content[pay_name]%}
        </td>
        <td class="{%template,ColorSwitch%} bottom right">
-               &nbsp;$content[rate]
+               {%pipe,translateComma=$content[pay_rate]%}
        </td>
        <td class="{%template,ColorSwitch%} bottom right">
-               &nbsp;$content[min]
+               {%pipe,translateComma=$content[pay_min_count]%}
        </td>
        <td class="{%template,ColorSwitch%} bottom">
-               &nbsp;$content[curr]
+               {%pipe,encodeEntities=$content[pay_currency]%}
        </td>
 </tr>