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=7fd8d1d55d286f1ba6c1fa720a38aa962195a87f;hpb=ca11d0ba2998996bbef39a9a9e2483bba21572d6;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 7fd8d1d55d..1ee9efe53d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -120,7 +120,7 @@ $(document).ready(function () { [% IF ( soundon ) %] - + [% END %]
@@ -163,7 +163,7 @@ $(document).ready(function () { [% IF ( diffbranch ) %] [% IF ( soundon ) %] - + [% END %]

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

@@ -206,14 +206,14 @@ $(document).ready(function () {

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?
@@ -239,7 +239,7 @@ $(document).ready(function () { [% IF ( diffbranch ) %] [% IF ( soundon ) %] - + [% END %]

Item consigned:

@@ -267,7 +267,7 @@ $(document).ready(function () { [% IF ( soundon ) %] - + [% END %]
@@ -313,10 +313,11 @@ $(document).ready(function () {
[% END %] -[% ELSE %] +[% END %] [% IF ( errmsgloop ) %]
+

Check in message

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

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

@@ -340,7 +341,7 @@ $(document).ready(function () { [% END %] [% IF ( errmsgloo.withdrawn ) %] [% IF BlockReturnOfWithdrawnItems %] -

Cannot Check In

+
Cannot check in

Item is withdrawn. NOT CHECKED IN

[% ELSE %]

Item is withdrawn.

@@ -351,15 +352,24 @@ $(document).ready(function () { [% END %] [% END %] [% IF ( soundon ) %] - + [% END %] [% ELSE %] [% IF ( soundon ) %] - + [% END %] [% END %]
-[% END %] + +[% IF ( checkinmsg ) %] + [% IF ( checkinmsgtype == 'alert' ) %] +
+ [% ELSE %] +
+ [% END %] +

[% checkinmsg %]

+
+[% END%]