]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_payouts_row.tpl
Some text shorter, alternative text added to forced-ads table row
[mailer.git] / templates / de / html / admin / admin_config_payouts_row.tpl
index 1bac739f423e4136e1eade4ea57fd4a44534f49e..38fd64f9bf348e5556f53912fd251b20a5ddbcf2 100644 (file)
@@ -1,17 +1,17 @@
 <tr>
        <td class="{%template,ColorSwitch%} bottom right" align="center">
-               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="admin_normal" value="1" />
+               <input type="checkbox" title="{--ID_SELECT--} $content[id]" name="sel[$content[id]]" class="form_field" value="1" />
        </td>
        <td class="{%template,ColorSwitch%} bottom right">
-               &nbsp;$content[from_account]
+               $content[from_account]
        </td>
        <td class="{%template,ColorSwitch%} bottom right">
-               &nbsp;$content[type]
+               $content[type]
        </td>
        <td class="{%template,ColorSwitch%} bottom right">
-               &nbsp;$content[rate]
+               {%pipe,translateComma=$content[rate]%}
        </td>
        <td class="{%template,ColorSwitch%} bottom">
-               &nbsp;$content[min_points]
+               {%pipe,translateComma=$content[min_points]%}
        </td>
 </tr>