X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Fcirc%2Freturns.tt;h=1ee9efe53da9308d8f2f76d71595167b080f95d3;hb=9dca7096c89bef81c3a4cfb46df788e65818e86b;hp=004a44ef8736696796187af489ced3fb385d005c;hpb=e7da536551623337aed4ac6f14a127d0f50bd265;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 004a44ef87..1ee9efe53d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -1,51 +1,57 @@ +[% USE KohaDates %] +[% USE KohaBranchName %] + [% INCLUDE 'doc-head-open.inc' %] -Koha › Circulation › Check In [% title |html %] +Koha › Circulation › Check in [% title |html %] [% INCLUDE 'doc-head-close.inc' %] - + + [% INCLUDE 'header.inc' %] [% INCLUDE 'checkin-search.inc' %] - +
@@ -82,11 +88,11 @@ function Dopop(link) { [% IF ( wrongbranch ) %] -

Cannot Check In

This item must be checked in at its home library. NOT CHECKED IN

+

Cannot check in

This item must be checked in at its home library. NOT CHECKED IN

[% END %] -[% IF ( WrongTransfer ) %]

Please return [% title |html %] to [% TransferWaitingAt %]

Print Slip or Cancel Transfer

+[% IF ( WrongTransfer ) %]

Please return [% title |html %] to [% TransferWaitingAt | $KohaBranchName %]

Print slip or Cancel transfer

[% IF ( wborcnum ) %]
Hold for:
[% END %] @@ -114,11 +120,11 @@ function Dopop(link) { [% IF ( soundon ) %] - + [% END %]
-

Hold Found (item is already waiting): [% title |html %]

+

Hold found (item is already waiting): [% title |html %]

[% IF ( reservenotes ) %]

Notes: [% reservenotes %]

[% END %]

Hold for:

    @@ -138,7 +144,7 @@ function Dopop(link) {
    - + [% FOREACH inputloo IN inputloop %] @@ -157,7 +163,7 @@ function Dopop(link) { [% IF ( diffbranch ) %] [% IF ( soundon ) %] - + [% END %]

    Hold needing transfer found: [% title |html %]

    @@ -180,7 +186,7 @@ function Dopop(link) { - + [% FOREACH inputloo IN inputloop %] @@ -195,22 +201,22 @@ function Dopop(link) { [% END %] [% IF ( transfer ) %] - +
    -

    Please return [% title or "item" |html %] to [% homebranchname %]
    ( Print Slip )

    +

    Please return [% title or "item" |html %] to [% homebranchname %]
    ( Print slip )

    [% IF ( soundon ) %] - + [% END %] [% END %] [% IF ( needstransfer ) %] [% IF ( soundon ) %] - + [% END %]

    This item needs to be transferred to [% homebranchname %]

    - Transfer Now?
    + Transfer now?
    [% IF itemnumber %] @@ -233,9 +239,9 @@ function Dopop(link) { [% IF ( diffbranch ) %] [% IF ( soundon ) %] - + [% END %] -

    Item Consigned:

    +

    Item consigned:

    @@ -261,11 +267,11 @@ function Dopop(link) { [% IF ( soundon ) %] - + [% END %]
    -

    Hold Found: [% title |html %]

    +

    Hold found: [% title |html %]

    [% IF ( reservenotes ) %]

    Notes: [% reservenotes %]

    [% END %]
    Hold for:
      @@ -287,11 +293,11 @@ function Dopop(link) { [% END %] [% IF ( transfertodo ) %] - - + + [% ELSE %] - + [% END %] [% FOREACH inputloo IN inputloop %] @@ -307,13 +313,14 @@ function Dopop(link) {
    [% END %] -[% ELSE %] +[% END %] [% IF ( errmsgloop ) %]
    +

    Check in message

    [% FOREACH errmsgloo IN errmsgloop %] [% IF ( errmsgloo.badbarcode ) %] -

    No Item with barcode: [% errmsgloo.msg %]

    +

    No item with barcode: [% errmsgloo.msg %]

    [% END %] [% IF ( errmsgloo.ispermanent ) %]

    Please return to [% errmsgloo.msg %]

    @@ -322,28 +329,47 @@ function Dopop(link) {

    Not checked out.

    [% END %] [% IF ( errmsgloo.localuse) %] -

    Local Use recorded

    +

    Local use recorded

    [% END %] [% IF ( errmsgloo.waslost ) %]

    Item was lost, now found.

    + [% IF ( LostItemFeeRefunded ) %] +

    A refund has been applied to the borrowing patron's account.

    + [% ELSE %] +

    Any lost item fees for this item will remain on the patron's account

    + [% END %] [% END %] [% IF ( errmsgloo.withdrawn ) %] -

    Item is withdrawn.

    + [% IF BlockReturnOfWithdrawnItems %] +
    Cannot check in
    +

    Item is withdrawn. NOT CHECKED IN

    + [% ELSE %] +

    Item is withdrawn.

    + [% END %] [% END %] [% IF ( errmsgloo.debarred ) %] -

    [% errmsgloo.debarname %]([% errmsgloo.debarcardnumber %]) is now debarred until [% errmsgloo.debarred %]

    +

    [% errmsgloo.debarname %]([% errmsgloo.debarcardnumber %]) is now debarred until [% errmsgloo.debarred | $KohaDates %]

    [% END %] [% END %] [% IF ( soundon ) %] - + [% END %] [% ELSE %] [% IF ( soundon ) %] - + [% END %] [% END %]
    -[% END %] + +[% IF ( checkinmsg ) %] + [% IF ( checkinmsgtype == 'alert' ) %] +
    + [% ELSE %] +
    + [% END %] +

    [% checkinmsg %]

    +
    +[% END%] -[% IF ( returned ) %] -
    [% title |html %]
    - - - - - -
    Item InformationPatron Information
    [% title |html %] - - [% riborsurname %], [% ribortitle %] [% riborfirstname %] ([% riborcnum %]) - [% IF ( flagset ) %] - ([% FOREACH flagloo IN flagloop %] - [% flagloo.flag %] - [% IF ( flagloo.charges ) %] of [% flagloo.chargeamount %] [% END %] - , - [% END %])[% END %] -
    -[% END %] [% IF ( riloop ) %] -

    Checked-In items

    +

    Checked-in items

    - + [% FOREACH riloo IN riloop %] @@ -441,6 +446,8 @@ function Dopop(link) { [% riloo.itemtitle |html %] + +
    Due DateTitle Author BarcodeShelving LocationCall NumberType PatronNote
    Due dateTitle Author BarcodeHome libraryHolding libraryShelving locationCall numberType PatronNote
    [% riloo.itemauthor %] [% riloo.barcode %][% riloo.homebranch %][% riloo.holdingbranch %] [% riloo.location %] [% riloo.itemcallnumber %] [% riloo.itemtype %] [% riloo.ccode %]