|
Lines 93-98
Link Here
|
| 93 |
<li>This item is on hold for another borrower.</li> |
93 |
<li>This item is on hold for another borrower.</li> |
| 94 |
[% ELSIF error == 'item_denied_renewal' %] |
94 |
[% ELSIF error == 'item_denied_renewal' %] |
| 95 |
<li>Item renewal is not allowed.</li> |
95 |
<li>Item renewal is not allowed.</li> |
|
|
96 |
[% ELSIF error == 'auto_too_soon' %] |
| 97 |
<li>This item is scheduled for auto renewal.</li> |
| 96 |
[% END %] |
98 |
[% END %] |
| 97 |
[% END %] |
99 |
[% END %] |
| 98 |
</ul> |
100 |
</ul> |
| 99 |
- |
|
|