Used EL code {%template,LoadTemplate=foo%} instead of loadTemplate('foo', TRUE);
[mailer.git] / templates / de / html / admin / admin_list_rallyes_row.tpl
index d54281012c619baee49e40cd60526fb58d37cb2d..dd4f4076e4d98467d91d956925d11145b90950c6 100644 (file)
 <tr>
        <td align="center" class="{%template,ColorSwitch%} bottom right" colspan="3">
                <strong>{--ADMIN_RALLYE_MIN_USERS_MINI--}:</strong><br />
-               $content[min_users]
+               {%pipe,determineReferralRallyeMinimumUsers=$content[min_users]%}
        </td>
        <td align="center" class="{%template,ColorSwitch%} bottom" colspan="2">
                <strong>{--ADMIN_RALLYE_MIN_PRICES_MINI--}:</strong><br />
-               $content[min_prices]
+               {%pipe,determineReferralRallyeMinimumPrices=$content[min_prices]%}
        </td>
 </tr>