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=775454fabbb44ff6a97afddd36339f026bdb4915;hb=5192fd81adaccf9b0f4a01dcc0ffc689edc9468f;hp=c51fed1db20142ef41a602c934cc4a4e6d676ad2;hpb=9ab692693ef1f32d8a3067db362e61a844b357fe;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 c51fed1db2..775454fabb 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -1,52 +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' %] - +
@@ -83,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 %] @@ -115,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:

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

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

    @@ -181,7 +186,7 @@ function Dopop(link) { - + [% FOREACH inputloo IN inputloop %] @@ -198,20 +203,20 @@ function Dopop(link) { [% 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 %] @@ -234,9 +239,9 @@ function Dopop(link) { [% IF ( diffbranch ) %] [% IF ( soundon ) %] - + [% END %] -

    Item Consigned:

    +

    Item consigned:

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

    Hold Found: [% title |html %]

    +

    Hold found: [% title |html %]

    [% IF ( reservenotes ) %]

    Notes: [% reservenotes %]

    [% END %]
    Hold for:
      @@ -288,11 +293,11 @@ function Dopop(link) { [% END %] [% IF ( transfertodo ) %] - - + + [% ELSE %] - + [% END %] [% FOREACH inputloo IN inputloop %] @@ -308,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 %]

    @@ -323,28 +329,37 @@ 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 | $KohaDates %]

    [% END %] [% END %] [% IF ( soundon ) %] - + [% END %] [% ELSE %] [% IF ( soundon ) %] - + [% END %] [% END %]
    -[% 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 %] @@ -442,6 +436,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 %]