Lines 92-97
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
92 |
It is too soon after the checkout date for this item to be renewed. |
92 |
It is too soon after the checkout date for this item to be renewed. |
93 |
[% ELSIF error == 'on_reserve' %] |
93 |
[% ELSIF error == 'on_reserve' %] |
94 |
This item is on hold for another borrower. |
94 |
This item is on hold for another borrower. |
|
|
95 |
[% ELSIF error == 'item_denied_renewal' %] |
96 |
Item renewal is not allowed. |
95 |
[% END %] |
97 |
[% END %] |
96 |
[% END %] |
98 |
[% END %] |
97 |
</span> |
99 |
</span> |
Lines 300-305
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
300 |
[% ELSIF ( ISSUE.too_soon ) %] |
302 |
[% ELSIF ( ISSUE.too_soon ) %] |
301 |
No renewal before [% ISSUE.soonestrenewdate %] |
303 |
No renewal before [% ISSUE.soonestrenewdate %] |
302 |
<span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span> |
304 |
<span class="renewals">([% ISSUE.renewsleft %] of [% ISSUE.renewsallowed %] renewals remaining)</span> |
|
|
305 |
[% ELSIF ( ISSUE.item_denied_renewal ) %] |
306 |
Renewal not allowed |
303 |
[% END %] |
307 |
[% END %] |
304 |
</td> |
308 |
</td> |
305 |
[% END %] |
309 |
[% END %] |