X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Freserve%2Frequest.tt;h=6ebafd697806effd3e8c5c13aac9f3099edb5460;hb=95811a29993cd7718e90e4fcb37344a61e000fe4;hp=a257e2ef90674d3036863ba5dfbb0a0eb4b0e936;hpb=1474d95c103c27f90361b5b9b93851aff5d92d0c;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index a257e2ef90..6ebafd6978 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -1,13 +1,18 @@ +[% USE Koha %] +[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% UNLESS ( multi_hold ) %] Koha › Circulation › Holds › Place a hold on [% title |html %] [% ELSE %] - Koha › Circulation › Holds › Confirm Holds + Koha › Circulation › Holds › Confirm holds [% END %] [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables.inc' %] [% INCLUDE 'calendar.inc' %] - Clear Date + + + Clear date [% END %]
  • - - - Show Calendar - - Clear Date + + + Clear date
  • [% UNLESS ( multi_hold ) %] -
  • +
  • @@ -362,11 +431,11 @@ function checkMultiHold() {
    [% IF ( borrowernumber ) %] [% IF ( override_required ) %] - + [% ELSIF ( none_available ) %] - + [% ELSE %] - + [% END %] [% END %]
    @@ -379,103 +448,111 @@ function checkMultiHold() { [% IF ( bibitemloo.publicationyear ) %]
  • Publication year: [% bibitemloo.publicationyear %]
  • [% END %] +

    Place a hold on a specific item

    - - - - [% IF ( item_level_itypes ) %] - - [% END %] - - - - - - [% IF itemdata_enumchron %] - - [% END %] - - - [% FOREACH itemloo IN bibitemloo.itemloop %] - [% UNLESS ( itemloo.hide ) %] - - - [% IF ( item_level_itypes ) %] - + + + [% IF ( item_level_itypes ) %] + + [% END %] + + + + + + [% IF itemdata_enumchron %] + + [% END %] + + + + + [% FOREACH itemloo IN bibitemloo.itemloop %] + [% UNLESS ( itemloo.hide ) %] + + + [% IF ( item_level_itypes ) %] + - [% END %] + [% itemloo.itypename %] + + [% END %] - - - - - - [% IF itemdata_enumchron %] - - [% END %] - + + + + + [% IF itemdata_enumchron %] + + [% END %] + - - [% END %] - [% END %] + [% END %] + + + [% END %] + [% END %] +
    Place a hold on a specific copy
    HoldItem typeBarcodeHome LibraryLast LocationCall no.Copy no.Vol no.Information
    - [% IF ( itemloo.available ) %] - - [% ELSIF ( itemloo.override ) %] - - Requires override of hold policy - [% ELSE %] - - Cannot be put on hold - [% END %] - +
    HoldItem typeBarcodeHome libraryLast locationCall no.Copy numberVol no.Information
    + [% IF ( itemloo.available ) %] + + [% ELSIF ( itemloo.override ) %] + + Requires override of hold policy + [% ELSE %] + + Cannot be put on hold + [% END %] + [% UNLESS ( noItemTypeImages ) %] [% IF ( itemloo.imageurl ) %]
    [% END %] [% END %] - [% itemloo.itypename %] -
    - [% itemloo.barcode %] - - [% itemloo.homebranchname %] - - [% itemloo.holdingbranchname %] - - [% itemloo.itemcallnumber %] - [% IF ( itemloo.copynumber ) %][% itemloo.copynumber %][% ELSE %] [% END %] - [% itemloo.enumchron %] - - [% IF ( itemloo.onloan ) %] - Due [% itemloo.date_due %] - [% ELSE %] - [% IF ( itemloo.transfertwhen ) %] - In transit from [% itemloo.transfertfrom %], - to [% itemloo.transfertto %], since [% itemloo.transfertwhen %] - [% END %] - [% END %] - - [% IF ( itemloo.message ) %] - Unavailable (lost or missing) - [% END %] - - [% IF ( itemloo.notforloan ) %] - Not for loan ([% itemloo.notforloanvalue %]) - [% END %] - - [% IF ( itemloo.reservedate ) %] + + [% itemloo.barcode %] + + [% itemloo.homebranchname %] + + [% itemloo.holdingbranchname %] + + [% itemloo.itemcallnumber %] + + [% IF ( itemloo.copynumber ) %][% itemloo.copynumber %][% ELSE %] [% END %] + + [% itemloo.enumchron %] + + [% IF ( itemloo.onloan ) %] + Due [% itemloo.date_due | $KohaDates as_due_date => 1 %] + [% ELSE %] + + [% IF ( itemloo.transfertwhen ) %] + In transit from [% itemloo.transfertfrom %], + to [% itemloo.transfertto %], since [% itemloo.transfertwhen %] + [% END %] + + [% END %] + + [% IF ( itemloo.message ) %] + Unavailable (lost or missing) + [% END %] + + [% IF ( itemloo.notforloan ) %] + Not for loan ([% itemloo.notforloanvalue %]) + [% END %] + + [% IF ( itemloo.reservedate ) %] [% IF ( itemloo.nocancel ) %] Can't be cancelled when item is in transit [% ELSE %] [% IF ( itemloo.waitingdate ) %]Waiting[% ELSE %]On hold[% END %] [% IF ( itemloo.canreservefromotherbranches ) %]for [% itemloo.ReservedForFirstname %] [% itemloo.ReservedForSurname %][% END %] [% IF ( itemloo.waitingdate ) %]at[% ELSE %]expected at[% END %] [% itemloo.ExpectedAtLibrary %] since - [% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate %][% ELSE %][% IF ( itemloo.reservedate ) %][% itemloo.reservedate %][% END %][% END %]. Cancel hold + [% IF ( itemloo.waitingdate ) %][% itemloo.waitingdate | $KohaDates %][% ELSE %][% IF ( itemloo.reservedate ) %][% itemloo.reservedate %][% END %][% END %]. Cancel hold [% END %] - [% ELSE %] + [% ELSE %] Not on hold - [% END %] -
    [% IF ( bibitemloo.hiddencount ) %]
    -

    Show all items ([% bibitemloo.hiddencount %] hidden)

    +

    Show all items ([% bibitemloo.hiddencount %] hidden)

    [% END %] [% END %] @@ -486,7 +563,7 @@ function checkMultiHold() { Title [% UNLESS ( item_level_itypes ) %] - Item Type + Item type [% END %] Priority Information @@ -529,7 +606,7 @@ function checkMultiHold() {
  • [% borrowerfirstname %] [% borrowersurname %] already has a hold on this item
  • [% END %] [% IF ( biblioloo.none_avail ) %] -
  • No copies are available to be placed on hold
  • +
  • No items are available to be placed on hold
  • [% END %] [% IF ( biblioloo.alreadyres ) %] @@ -550,11 +627,11 @@ function checkMultiHold() {
    [% IF ( borrowernumber ) %] [% IF ( override_required ) %] - + [% ELSIF ( none_available ) %] - + [% ELSE %] - + [% END %] [% END %]
    @@ -591,49 +668,60 @@ function checkMultiHold() { Notes Date Expiration - Pick up Library + Pickup library Details [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - Toggle Set to Lowest Priority + Toggle set to lowest priority [% END %]   + [% IF SuspendHoldsIntranet %] [% END %] [% FOREACH reserveloo IN biblioloo.reserveloop %] [% UNLESS ( loop.odd ) %][% ELSE %][% END %] + [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - - Go up + + Go up - - Go top + + Go top - - Go bottom + + Go bottom - - Go down + + Go down [% END %] @@ -653,7 +741,7 @@ function checkMultiHold() { [% IF ( reserveloo.wait ) %] [% IF ( reserveloo.atdestination ) %] - [% IF ( reserveloo.found ) %] + [% IF ( reserveloo.found ) %] Item waiting at [% reserveloo.wbrname %] [% ELSE %] Waiting to be pulled @@ -665,9 +753,9 @@ function checkMultiHold() { [% ELSE %] - No Barcode + No barcode [% END %] [% ELSE %] - [% IF ( reserveloo.constrainttypea ) %] [% IF ( reserveloo.item_level_hold ) %] Only item @@ -694,7 +781,7 @@ function checkMultiHold() { [% reserveloo.barcodenumber %] [% ELSE %] - No Barcode + No barcode [% END %] @@ -702,32 +789,43 @@ function checkMultiHold() { Next available [% END %] - [% ELSE %] - [% IF ( reserveloo.constrainttypeo ) %] - only this type :[% reserveloo.volumeddesc %] [% reserveloo.itemtype %] - [% END %] - [% END %] [% END %] [% IF ( CAN_user_reserveforothers_modify_holds_priority ) %] - + [% IF ( reserveloo.lowestPriority ) %] - Unset Lowest Priority + Unset lowest priority [% ELSE %] - Set To Lowest Priority + Set to lowest priority [% END %] - + [% END %] - - Cancel + + Cancel + [% IF SuspendHoldsIntranet %] + + [% UNLESS ( reserveloo.wait ) %] + + + [% IF AutoResumeSuspendedHolds %] + + + Clear date + [% END %] + [% ELSE %] + + [% END %] + + [% END # IF SuspendHoldsIntranet %] + [% END %]