View | Details | Raw Unified | Return to bug 15775
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-2 / +1 lines)
Lines 60-66 Link Here
60
60
61
                    [% IF ( borrower.blockedonfines ) %]
61
                    [% IF ( borrower.blockedonfines ) %]
62
                        <div class="alert" id="blockedonfines">
62
                        <div class="alert" id="blockedonfines">
63
                            <strong>Please note:</strong><span> Your account has outstanding fees & charges of [% amountoutstanding | $Price %]. Checkouts and holds are blocked because your fine balance is over the limit.</span>
63
                            <strong>Please note:</strong><span> Your account has outstanding fees & charges of [% amountoutstanding | $Price %]. Holds are blocked because your fine balance is over the limit.</span>
64
                        </div>
64
                        </div>
65
                    [% END %]
65
                    [% END %]
66
66
67
- 

Return to bug 15775