Lines 149-159
Link Here
|
149 |
[% ELSIF error == 'too_soon' %] |
149 |
[% ELSIF error == 'too_soon' %] |
150 |
<li>It is too soon after the checkout date for this item to be renewed.</li> |
150 |
<li>It is too soon after the checkout date for this item to be renewed.</li> |
151 |
[% ELSIF error == 'on_reserve' %] |
151 |
[% ELSIF error == 'on_reserve' %] |
152 |
<li>This item is on hold for another borrower.</li> |
152 |
<li>This item is on hold for another patron.</li> |
153 |
[% ELSIF error == 'item_denied_renewal' %] |
153 |
[% ELSIF error == 'item_denied_renewal' %] |
154 |
<li>Item renewal is not allowed.</li> |
154 |
<li>Item renewal is not allowed.</li> |
155 |
[% ELSIF error == 'item_issued_to_other_patron'%] |
155 |
[% ELSIF error == 'item_issued_to_other_patron'%] |
156 |
<li>Item already issued to other borrower.</li> |
156 |
<li>This item is already checked out to another patron.</li> |
157 |
[% ELSIF error == 'auto_too_soon' %] |
157 |
[% ELSIF error == 'auto_too_soon' %] |
158 |
<li>This item is scheduled for auto renewal.</li> |
158 |
<li>This item is scheduled for auto renewal.</li> |
159 |
[% END %] |
159 |
[% END %] |
160 |
- |
|
|