|
Lines 185-195
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
| 185 |
<div class="yui-g"> |
185 |
<div class="yui-g"> |
| 186 |
|
186 |
|
| 187 |
<div id="circ_needsconfirmation" class="dialog alert"> |
187 |
<div id="circ_needsconfirmation" class="dialog alert"> |
| 188 |
<h3>Please confirm checkout</h3> |
188 |
[% IF CAN_user_circulate_force_checkout %] |
|
|
189 |
<h3>Please confirm checkout</h3> |
| 190 |
[% ELSE %] |
| 191 |
<h3>Cannot checkout</h3> |
| 192 |
[% END %] |
| 189 |
|
193 |
|
| 190 |
<ul> |
194 |
<ul> |
| 191 |
[%IF ( AGE_RESTRICTION ) %] |
195 |
[%IF ( AGE_RESTRICTION ) %] |
| 192 |
<li>Age restriction [% AGE_RESTRICTION %]. Check out anyway?</li> |
196 |
<li>Age restriction [% AGE_RESTRICTION %]. |
|
|
197 |
[% IF CAN_user_circulate_force_checkout %] |
| 198 |
Check out anyway? |
| 199 |
[% END %] |
| 200 |
</li> |
| 193 |
[% END %] |
201 |
[% END %] |
| 194 |
|
202 |
|
| 195 |
[% IF ( DEBT ) %] |
203 |
[% IF ( DEBT ) %] |
|
Lines 209-215
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
| 209 |
[% END %] |
217 |
[% END %] |
| 210 |
|
218 |
|
| 211 |
[% IF ( ISSUED_TO_ANOTHER ) %] |
219 |
[% IF ( ISSUED_TO_ANOTHER ) %] |
| 212 |
<li>Item <i>[% getTitleMessageIteminfo %]</i> ([% getBarcodeMessageIteminfo %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber %]">[% issued_firstname %] [% issued_surname %]</a> ([% issued_cardnumber %]). Check in and check out?</li> |
220 |
<li>Item <i>[% getTitleMessageIteminfo %]</i> ([% getBarcodeMessageIteminfo %]) is checked out to <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% issued_borrowernumber %]">[% issued_firstname %] [% issued_surname %]</a> ([% issued_cardnumber %]). |
|
|
221 |
[% IF CAN_user_circulate_force_checkout %] |
| 222 |
Check in and check out? |
| 223 |
[% END %] |
| 224 |
</li> |
| 213 |
[% END %] |
225 |
[% END %] |
| 214 |
|
226 |
|
| 215 |
[% IF ( TOO_MANY ) %] |
227 |
[% IF ( TOO_MANY ) %] |
|
Lines 232-251
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
| 232 |
[% item_notforloan_lib = KohaAuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) %] |
244 |
[% item_notforloan_lib = KohaAuthorisedValues.GetByCode( authvalcode_notforloan, item_notforloan, 0 ) %] |
| 233 |
Item is normally not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib %])[% END %]. |
245 |
Item is normally not for loan [% IF (item_notforloan_lib) %]([% item_notforloan_lib %])[% END %]. |
| 234 |
[% END %] |
246 |
[% END %] |
|
|
247 |
[% IF CAN_user_circulate_force_checkout %] |
| 235 |
Check out anyway? |
248 |
Check out anyway? |
|
|
249 |
[% END %] |
| 236 |
</li> |
250 |
</li> |
| 237 |
[% END %] |
251 |
[% END %] |
| 238 |
|
252 |
|
| 239 |
[% IF ( USERBLOCKEDOVERDUE ) %] |
253 |
[% IF ( USERBLOCKEDOVERDUE ) %] |
| 240 |
<li>Patron has [% USERBLOCKEDOVERDUE %] overdue item(s). Check out anyway?</li> |
254 |
<li>Patron has [% USERBLOCKEDOVERDUE %] overdue item(s). |
|
|
255 |
[% IF CAN_user_circulate_force_checkout %] |
| 256 |
Check out anyway? |
| 257 |
[% END %] |
| 258 |
</li> |
| 241 |
[% END %] |
259 |
[% END %] |
| 242 |
|
260 |
|
| 243 |
[% IF ( ITEM_LOST ) %] |
261 |
[% IF ( ITEM_LOST ) %] |
| 244 |
<li>This item has been lost with a status of "[% ITEM_LOST %]". Check out anyway?</li> |
262 |
<li>This item has been lost with a status of "[% ITEM_LOST %]". |
|
|
263 |
[% IF CAN_user_circulate_force_checkout %] |
| 264 |
Check out anyway? |
| 265 |
[% END %] |
| 266 |
</li> |
| 245 |
[% END %] |
267 |
[% END %] |
| 246 |
|
268 |
|
| 247 |
[% IF HIGHHOLDS %] |
269 |
[% IF HIGHHOLDS %] |
| 248 |
<li>High demand item. Loan period shortened to [% HIGHHOLDS.duration %] days (due [% HIGHHOLDS.returndate %]). Check out anyway?</li> |
270 |
<li>High demand item. Loan period shortened to [% HIGHHOLDS.duration %] days (due [% HIGHHOLDS.returndate %]). |
|
|
271 |
[% IF CAN_user_circulate_force_checkout %] |
| 272 |
Check out anyway? |
| 273 |
[% END %] |
| 274 |
</li> |
| 249 |
[% END %] |
275 |
[% END %] |
| 250 |
</ul> |
276 |
</ul> |
| 251 |
|
277 |
|
|
Lines 256-261
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
| 256 |
}); |
282 |
}); |
| 257 |
</script> |
283 |
</script> |
| 258 |
[% END %] |
284 |
[% END %] |
|
|
285 |
|
| 286 |
[% IF CAN_user_circulate_force_checkout %] |
| 259 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
287 |
<form method="post" action="/cgi-bin/koha/circ/circulation.pl" autocomplete="off"> |
| 260 |
|
288 |
|
| 261 |
[% IF ( RESERVED ) %] |
289 |
[% IF ( RESERVED ) %] |
|
Lines 305-310
var MSG_EXPORT_SELECT_CHECKOUTS = _("You must select checkout(s) to export");
Link Here
|
| 305 |
<input type="submit" class="deny" value="No, Don't Check Out (N)" accesskey="n" /> |
333 |
<input type="submit" class="deny" value="No, Don't Check Out (N)" accesskey="n" /> |
| 306 |
[% END %] |
334 |
[% END %] |
| 307 |
</form> |
335 |
</form> |
|
|
336 |
[% END %] |
| 308 |
|
337 |
|
| 309 |
</div></div> |
338 |
</div></div> |
| 310 |
[% END %] <!-- NEEDSCONFIRMATION --> |
339 |
[% END %] <!-- NEEDSCONFIRMATION --> |
|
Lines 481-487
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 481 |
|
510 |
|
| 482 |
<div class="hint">Enter item barcode:</div> |
511 |
<div class="hint">Enter item barcode:</div> |
| 483 |
|
512 |
|
| 484 |
[% IF ( NEEDSCONFIRMATION ) %] |
513 |
[% IF NEEDSCONFIRMATION %] |
| 485 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" /> |
514 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" disabled="disabled" /> |
| 486 |
[% ELSE %] |
515 |
[% ELSE %] |
| 487 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
516 |
<input type="text" name="barcode" id="barcode" class="barcode focus" size="14" /> |
|
Lines 558-569
No patron matched <span class="ex">[% message %]</span>
Link Here
|
| 558 |
[% IF ( userdebarred ) %] |
587 |
[% IF ( userdebarred ) %] |
| 559 |
<li class="blocker"> |
588 |
<li class="blocker"> |
| 560 |
<span class="circ-hlt"> Restricted:</span> Patron's account is restricted [% IF (userdebarreddate ) %] until [% userdebarreddate %] [% END %] [% IF (debarredcomment ) %] with the comment "[% debarredcomment %]"[% END %] |
589 |
<span class="circ-hlt"> Restricted:</span> Patron's account is restricted [% IF (userdebarreddate ) %] until [% userdebarreddate %] [% END %] [% IF (debarredcomment ) %] with the comment "[% debarredcomment %]"[% END %] |
|
|
590 |
[% IF CAN_user_circulate_lift_restriction %] |
| 561 |
<form class="inline compact" action="/cgi-bin/koha/members/setstatus.pl" method="post"> |
591 |
<form class="inline compact" action="/cgi-bin/koha/members/setstatus.pl" method="post"> |
| 562 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
592 |
<input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> |
| 563 |
<input type="hidden" name="destination" value="circ" /> |
593 |
<input type="hidden" name="destination" value="circ" /> |
| 564 |
<input type="hidden" name="cardnumber" value="[% cardnumber %]" /> |
594 |
<input type="hidden" name="cardnumber" value="[% cardnumber %]" /> |
| 565 |
<input type="submit" value="Lift restriction" /> |
595 |
<input type="submit" value="Lift restriction" /> |
| 566 |
</form> |
596 |
</form> |
|
|
597 |
[% END %] |
| 567 |
</li>[% END %] |
598 |
</li>[% END %] |
| 568 |
|
599 |
|
| 569 |
[% IF ( odues ) %]<li>[% IF ( nonreturns ) %]<span class="circ-hlt">Overdues:</span> Patron has <span class="circ-hlt">ITEMS OVERDUE</span>. See highlighted items <a href="#checkouts">below</a>[% END %]</li> |
600 |
[% IF ( odues ) %]<li>[% IF ( nonreturns ) %]<span class="circ-hlt">Overdues:</span> Patron has <span class="circ-hlt">ITEMS OVERDUE</span>. See highlighted items <a href="#checkouts">below</a>[% END %]</li> |