Lines 106-115
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
106 |
<div class="alert"> |
106 |
<div class="alert"> |
107 |
<ul> |
107 |
<ul> |
108 |
[% IF ( userdebarred ) %] |
108 |
[% IF ( userdebarred ) %] |
109 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen. |
109 |
[% IF ( discharge_available ) %] |
110 |
[% IF ( BORROWER_INFO.debarredcomment ) %] Comment: <span id="userdebarred_comment">"[% BORROWER_INFO.debarredcomment %]"</span>[% END %] |
110 |
<li id="discharged"> |
111 |
[% IF ( BORROWER_INFO.userdebarreddate ) %] End date: <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>[% END %] |
111 |
<strong>Please note:</strong> Your account is frozen because it has been discharged. <a href="/cgi-bin/koha/opac-discharge.pl?op=get">Get your discharge</a> |
112 |
<em>Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library.</em> <a href="/cgi-bin/koha/opac-account.pl">Go to your account page</a></li> |
112 |
</li> |
|
|
113 |
[% ELSE %] |
114 |
<li id="userdebarred"><strong>Please note:</strong> Your account has been frozen. |
115 |
[% IF ( BORROWER_INFO.debarredcomment ) %] Comment: <span id="userdebarred_comment">"[% BORROWER_INFO.debarredcomment %]"</span>[% END %] |
116 |
[% IF ( BORROWER_INFO.userdebarreddate ) %] End date: <span id="userdebarred_date">[% BORROWER_INFO.userdebarreddate | $KohaDates %]</span>[% END %] |
117 |
<em>Usually the reason for freezing an account is old overdues or damage fees. If your account shows to be clear, please contact the library.</em> <a href="/cgi-bin/koha/opac-account.pl">Go to your account page</a></li> |
118 |
[% END %] |
113 |
[% END %] |
119 |
[% END %] |
114 |
[% IF ( BORROWER_INFO.gonenoaddress ) %] |
120 |
[% IF ( BORROWER_INFO.gonenoaddress ) %] |
115 |
<li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date contact information. Please contact the library. |
121 |
<li id="gonenoaddress"><strong>Please note:</strong> According to our records, we don't have up-to-date contact information. Please contact the library. |