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=672105a191bc03b2809654be1562f6e7cfba9a42;hb=51b671224f08f40518e40461328d07ebd5df0968;hp=525e9b4a3c2fbbaccf17b34402f3f193ba4c51d1;hpb=0b0212cae3497f7746eb58a5397453c6e0173ba0;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 525e9b4a3c..672105a191 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 %] or Cancel Transfer

+[% IF ( WrongTransfer ) %]

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

Print slip or Cancel transfer

[% IF ( wborcnum ) %]
Hold for:
[% END %] @@ -118,7 +124,7 @@ function Dopop(link) { [% 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 %] @@ -180,7 +186,7 @@ function Dopop(link) { - + [% FOREACH inputloo IN inputloop %] @@ -195,9 +201,9 @@ function Dopop(link) { [% END %] [% IF ( transfer ) %] - +
    -

    Please return [% title or "item" |html %] to [% homebranchname %]

    +

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

    [% IF ( soundon ) %] @@ -210,8 +216,11 @@ function Dopop(link) { [% END %]

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

    - Transfer Now?
    + Transfer now?
    + [% IF itemnumber %] + + [% END %] @@ -232,7 +241,7 @@ function Dopop(link) { [% IF ( soundon ) %] [% END %] -

    Item Consigned:

    +

    Item consigned:

    @@ -262,7 +271,7 @@ function Dopop(link) { [% END %]
    -

    Hold Found: [% title |html %]

    +

    Hold found: [% title |html %]

    [% IF ( reservenotes ) %]

    Notes: [% reservenotes %]

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

      @@ -319,16 +328,21 @@ 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.

      [% 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 ) %] @@ -375,54 +389,33 @@ function Dopop(link) {
      Options - -
        [% IF ( overduecharges ) %] -
      • +

        [% IF ( exemptfine ) %] [% ELSE %] [% END %] -

      • +

        [% END %] -
      • +

        [% IF ( dropboxmode ) %] [% ELSE %] [% 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 %] @@ -438,6 +431,8 @@ function Dopop(link) { [% riloo.itemtitle |html %] + +
    Due DateTitle Author BarcodeShelving LocationCall NumberType PatronNote
    Due dateTitle Author BarcodeHome branchHolding branchShelving locationCall numberType PatronNote
    [% riloo.itemauthor %] [% riloo.barcode %][% riloo.homebranch %][% riloo.holdingbranch %] [% riloo.location %] [% riloo.itemcallnumber %] [% riloo.itemtype %] [% riloo.ccode %]