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

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt (-2 / +3 lines)
Lines 100-107 $.tablesorter.addParser({ Link Here
100
            [% IF ( BORROWER_INF.lost ) %]
100
            [% IF ( BORROWER_INF.lost ) %]
101
                <li><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please contact the library.</li>
101
                <li><strong>Please note: </strong> Your library card has been marked as lost or stolen. If this is an error, please contact the library.</li>
102
            [% END %]
102
            [% END %]
103
            [% IF renewal_blocked_fines %]
103
            [% IF ( renewal_blocked_fines ) && ( OpacRenewalAllowed ) %]
104
                <li><strong>Please note: </strong> Since you have <a href="/cgi-bin/koha/opac-account.pl">more than [% renewal_blocked_fines %]</a> in fines, you cannot renew your books online. Please pay your fines if you wish to renew your books.</li>
104
                <li><strong>Please note: </strong> Since you have <a href="/cgi-bin/koha/opac-account.pl">more than [% renewal_blocked_fines %]</a> in fines, you cannot renew your books online. Please pay your fines if you wish to renew your books.</li>
105
            [% ELSIF ( renewal_blocked_fines ) %]
106
		<li><strong>Please note: </strong> You have <a href="/cgi-bin/koha/opac-account.pl">more than [% renewal_blocked_fines %]</a> in fines. </li>
105
            [% END %]
107
            [% END %]
106
        </ul></div>
108
        </ul></div>
107
        [% END %]
109
        [% END %]
108
- 

Return to bug 7110