Lines 100-116
var MSG_CONFIRM_RESUME_HOLDS = _("Are you sure you want to resume all suspended
Link Here
|
100 |
|
100 |
|
101 |
[% IF ( BORROWER_INF.warnexpired ) %] |
101 |
[% IF ( BORROWER_INF.warnexpired ) %] |
102 |
<div class="dialog alert" id="warnexpired"> |
102 |
<div class="dialog alert" id="warnexpired"> |
103 |
<strong>Please note:</strong><span> Your account has expired. Please contact the library for more information.</span> |
103 |
<strong>Please note:</strong><span> You account has expired as of [% BORROWER_INF.warnexpired | $KohaDates %]. Please contact the library if you wish to renew your account.</span> |
104 |
</div> |
|
|
105 |
[% ELSIF ( BORROWER_INF.warnexpired ) %] |
106 |
<div class="dialog alert"> |
107 |
<strong>Please note:</strong><span> You account has expired as of [% BORROWER_INF.warnexpired %]. Please contact the library if you wish to renew your account.</span> |
108 |
</div> |
104 |
</div> |
109 |
[% END %] |
105 |
[% END %] |
110 |
|
106 |
|
111 |
[% IF ( RENEW_ERROR ) %] |
107 |
[% IF ( RENEW_ERROR ) %] |
112 |
<div class="dialog alert"> |
108 |
<div class="dialog alert"> |
113 |
<string>Please note:</string> |
109 |
<strong>Please note:</strong> |
114 |
<span> |
110 |
<span> |
115 |
Your account renewal failed because of the following: |
111 |
Your account renewal failed because of the following: |
116 |
[% FOREACH error IN RENEW_ERROR.split('\|') %] |
112 |
[% FOREACH error IN RENEW_ERROR.split('\|') %] |