Lines 79-84
Link Here
|
79 |
Your account has expired. Please contact the library for more information. |
79 |
Your account has expired. Please contact the library for more information. |
80 |
[% ELSIF error == 'too_many' %] |
80 |
[% ELSIF error == 'too_many' %] |
81 |
You have renewed this item the maximum number of times allowed. |
81 |
You have renewed this item the maximum number of times allowed. |
|
|
82 |
[% ELSIF error == 'too_soon' %] |
83 |
It is too soon after the checkout date for this item to be renewed. |
82 |
[% ELSIF error == 'on_reserve' %] |
84 |
[% ELSIF error == 'on_reserve' %] |
83 |
This item is on hold for another patron. |
85 |
This item is on hold for another patron. |
84 |
[% END %] |
86 |
[% END %] |
85 |
- |
|
|