|
Lines 92-97
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
| 92 |
<li>It is too soon after the checkout date for this item to be renewed.</li> |
92 |
<li>It is too soon after the checkout date for this item to be renewed.</li> |
| 93 |
[% ELSIF error == 'on_reserve' %] |
93 |
[% ELSIF error == 'on_reserve' %] |
| 94 |
<li>This item is on hold for another borrower.</li> |
94 |
<li>This item is on hold for another borrower.</li> |
|
|
95 |
[% ELSIF error == 'item_denied_renewal' %] |
| 96 |
<li>Item renewal is not allowed.</li> |
| 95 |
[% END %] |
97 |
[% END %] |
| 96 |
[% END %] |
98 |
[% END %] |
| 97 |
</ul> |
99 |
</ul> |
|
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 %] |