Lines 119-135
Link Here
|
119 |
|
119 |
|
120 |
[% IF ( BORROWER_INF.warnexpired ) %] |
120 |
[% IF ( BORROWER_INF.warnexpired ) %] |
121 |
<div class="dialog alert" id="warnexpired"> |
121 |
<div class="dialog alert" id="warnexpired"> |
122 |
<strong>Please note:</strong><span> Your account has expired. Please contact the library for more information.</span> |
122 |
<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> |
123 |
</div> |
|
|
124 |
[% ELSIF ( BORROWER_INF.warnexpired ) %] |
125 |
<div class="dialog alert"> |
126 |
<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> |
127 |
</div> |
123 |
</div> |
128 |
[% END %] |
124 |
[% END %] |
129 |
|
125 |
|
130 |
[% IF ( RENEW_ERROR ) %] |
126 |
[% IF ( RENEW_ERROR ) %] |
131 |
<div class="dialog alert"> |
127 |
<div class="dialog alert"> |
132 |
<string>Please note:</string> |
128 |
<strong>Please note:</strong> |
133 |
<span> |
129 |
<span> |
134 |
Your account renewal failed because of the following: |
130 |
Your account renewal failed because of the following: |
135 |
[% FOREACH error IN RENEW_ERROR.split('\|') %] |
131 |
[% FOREACH error IN RENEW_ERROR.split('\|') %] |