Deprecated variables for templates removed, mor EL-rewrites, getMessage() rewritten:
[mailer.git] / templates / de / html / admin / admin_list_bank_package_row.tpl
index b9f1353c83c949bf08cce20b9d95451df581491a..dbe4b2d8fc58da59ccf848f2cbe064f6faf99a95 100644 (file)
                $content[description]
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[fee] {?POINTS?}
+               {%pipe,translateComma=$content[account_fee]%} {?POINTS?}
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[plus]%
+               {%pipe,translateComma=$content[interest_plus]%}%
        </td>
        <td align="center" class="switch_sw$content[sw] bottom right">
-               $content[minus]%
+               {%pipe,translateComma=$content[interest_minus]%}%
        </td>
        <td align="center" class="switch_sw$content[sw] bottom">
-               $content[active]
+               {%pipe,translateComma=$content[package_active]%}
        </td>
 </tr>