Lines 164-177
Link Here
|
164 |
<div class="alert alert-warning">Sorry, you are too young to place a hold for this item.</div> |
164 |
<div class="alert alert-warning">Sorry, you are too young to place a hold for this item.</div> |
165 |
[% END %] |
165 |
[% END %] |
166 |
[% IF ( bibitemloo.already_reserved ) %] |
166 |
[% IF ( bibitemloo.already_reserved ) %] |
167 |
<div class="alert alert-warning">You have already requested this title.</div> |
167 |
<div class="alert alert-warning" role="alert">You have already requested this title.</div> |
168 |
[% ELSIF ( bibitemloo.recall ) %] |
168 |
[% ELSIF ( bibitemloo.recall ) %] |
169 |
<div class="alert alert-warning">You have already placed a recall on this title.</div> |
169 |
<div class="alert alert-warning">You have already placed a recall on this title.</div> |
170 |
[% ELSE %] |
170 |
[% ELSE %] |
171 |
[% IF bibitemloo.alreadypossession %] |
171 |
[% IF bibitemloo.alreadypossession %] |
172 |
<div class="alert alert-warning">This title cannot be requested because it's already in your possession.</div> |
172 |
<div class="alert alert-warning">This title cannot be requested because it's already in your possession.</div> |
173 |
[% ELSIF bibitemloo.tooManyReserves %] |
173 |
[% ELSIF bibitemloo.tooManyReserves %] |
174 |
<div class="alert alert-warning">This title cannot be requested because you reached the maximum number of holds.</div> |
174 |
<div class="alert alert-warning" role="alert">This title cannot be requested because you reached the maximum number of holds.</div> |
175 |
[% ELSIF bibitemloo.tooManyHoldsForThisRecord %] |
175 |
[% ELSIF bibitemloo.tooManyHoldsForThisRecord %] |
176 |
<div class="alert alert-warning">This title cannot be requested because you exceeded max holds per record.</div> |
176 |
<div class="alert alert-warning">This title cannot be requested because you exceeded max holds per record.</div> |
177 |
[% ELSIF bibitemloo.tooManyReservesToday %] |
177 |
[% ELSIF bibitemloo.tooManyReservesToday %] |
178 |
- |
|
|