|
Lines 181-216
Link Here
|
| 181 |
</div> |
181 |
</div> |
| 182 |
[% END %] |
182 |
[% END %] |
| 183 |
[% IF ( too_much_oweing ) %] |
183 |
[% IF ( too_much_oweing ) %] |
| 184 |
<div class="dialog alert"> |
184 |
<div id="too_much_oweing" class="dialog alert"> |
| 185 |
Sorry, you cannot place holds because you owe [% too_much_oweing %]. |
185 |
Sorry, you cannot place holds because you owe [% too_much_oweing %]. |
| 186 |
</div> |
186 |
</div> |
| 187 |
[% END %] |
187 |
[% END %] |
| 188 |
[% IF ( too_many_reserves ) %] |
188 |
[% IF ( too_many_reserves ) %] |
| 189 |
<div class="dialog alert">Sorry, you cannot place more than [% too_many_reserves %] holds. |
189 |
<div id="too_many_reserves" class="dialog alert">Sorry, you cannot place more than [% too_many_reserves %] holds. |
| 190 |
</div> |
190 |
</div> |
| 191 |
[% END %] |
191 |
[% END %] |
| 192 |
[% IF ( bad_biblionumber ) %] |
192 |
[% IF ( bad_biblionumber ) %] |
| 193 |
<div class="dialog alert">ERROR: No biblio record found for biblionumber [% bad_biblionumber %].</div> |
193 |
<div id="bad_biblionumber" class="dialog alert">ERROR: No biblio record found for biblionumber [% bad_biblionumber %].</div> |
| 194 |
[% END %] |
194 |
[% END %] |
| 195 |
[% IF ( no_items_selected ) %] |
195 |
[% IF ( no_items_selected ) %] |
| 196 |
<div class="dialog alert"> |
196 |
<div id="no_items_selected" class="dialog alert"> |
| 197 |
You must select at least one item. |
197 |
You must select at least one item. |
| 198 |
</div> |
198 |
</div> |
| 199 |
[% END %] |
199 |
[% END %] |
| 200 |
[% IF ( no_branch_selected ) %] |
200 |
[% IF ( no_branch_selected ) %] |
| 201 |
<div class="dialog alert"> |
201 |
<div id="no_branch_selected" class="dialog alert"> |
| 202 |
You must select a library for pickup. |
202 |
You must select a library for pickup. |
| 203 |
</div> |
203 |
</div> |
| 204 |
[% END %] |
204 |
[% END %] |
| 205 |
[% IF ( no_biblionumber ) %] |
205 |
[% IF ( no_biblionumber ) %] |
| 206 |
<div class="dialog alert">ERROR: No biblionumber received.</div> |
206 |
<div id="no_biblionumber" class="dialog alert">ERROR: No biblionumber received.</div> |
| 207 |
[% END %] |
207 |
[% END %] |
| 208 |
[% IF ( bad_data ) %] |
208 |
[% IF ( bad_data ) %] |
| 209 |
<div class="dialog alert">ERROR: Internal error: incomplete hold request.</div> |
209 |
<div id="bad_data" class="dialog alert">ERROR: Internal error: incomplete hold request.</div> |
| 210 |
[% END %] |
210 |
[% END %] |
| 211 |
[% ELSE %] |
211 |
[% ELSE %] |
| 212 |
[% IF ( none_available ) %] |
212 |
[% IF ( none_available ) %] |
| 213 |
<div class="dialog alert"><strong>Sorry</strong>, none of these items can be placed on hold. |
213 |
<div id="none_available" class="dialog alert"><strong>Sorry</strong>, none of these items can be placed on hold. |
| 214 |
</div> |
214 |
</div> |
| 215 |
[% END %] |
215 |
[% END %] |
| 216 |
[% END %]<!-- NAME="message" --> |
216 |
[% END %]<!-- NAME="message" --> |
| 217 |
- |
|
|