Lines 91-97
Link Here
|
91 |
<div class="alert"> |
91 |
<div class="alert"> |
92 |
<ul> |
92 |
<ul> |
93 |
[% IF ( userdebarred ) %] |
93 |
[% IF ( userdebarred ) %] |
94 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen[% IF ( BORROWER_INFO.userdebarreddate ) %] until <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>[% END %][% IF ( BORROWER_INFO.debarredcomment ) %] with the comment <span id="userdebarred_comment">"[% BORROWER_INFO.debarredcomment %]"</span>[% END %]. Usually the reason for freezing an account is old overdues or damage fees. If <a href="/cgi-bin/koha/opac-account.pl">your account page</a> shows your account to be clear, please contact the library.</li> |
94 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen[% IF ( BORROWER_INFO.userdebarreddate ) %] until <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>[% END %] |
|
|
95 |
[% IF ( BORROWER_INFO.debarredcomment ) %] with the comment |
96 |
<span id="userdebarred_comment"> |
97 |
[% IF BORROWER_INFO.debarredcomment.search('OVERDUES_PROCESS') %] |
98 |
"Restriction added by overdues process [% BORROWER_INFO.debarredcomment.remove('OVERDUES_PROCESS ') %]" |
99 |
[% ELSE %] |
100 |
[% BORROWER_INFO.debarredcomment %] |
101 |
[% END %] |
102 |
</span> |
103 |
[% END %]. Usually the reason for freezing an account is old overdues or damage fees. If <a href="/cgi-bin/koha/opac-account.pl">your account page</a> shows your account to be clear, please contact the library.</li> |
95 |
[% END %] |
104 |
[% END %] |
96 |
[% IF ( BORROWER_INFO.gonenoaddress ) %] |
105 |
[% IF ( BORROWER_INFO.gonenoaddress ) %] |
97 |
<li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date [% UNLESS OPACPatronDetails %]<a href="/cgi-bin/koha/opac-memberentry.pl">contact information</a>[% ELSE %]contact information[% END %] on file. Please contact the library[% IF OPACPatronDetails %] or use the <a href="/cgi-bin/koha/opac-memberentry.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)[% END %].</li> |
106 |
<li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date [% UNLESS OPACPatronDetails %]<a href="/cgi-bin/koha/opac-memberentry.pl">contact information</a>[% ELSE %]contact information[% END %] on file. Please contact the library[% IF OPACPatronDetails %] or use the <a href="/cgi-bin/koha/opac-memberentry.pl">online update form</a> to submit current information (<em>Please note:</em> there may be a delay in restoring your account if you submit online)[% END %].</li> |
98 |
- |
|
|