@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 32 ++++++++++++++----- 1 files changed, 23 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -109,8 +109,8 @@ function Dopop(link) { [% IF ( soundon ) %] -[% END %] - +[% END %] +

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

[% IF ( reservenotes ) %]

Notes: [% reservenotes %]

[% END %] @@ -150,6 +150,9 @@ function Dopop(link) { [% IF ( diffbranch ) %] + [% IF ( soundon ) %] + + [% END %]

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

Hold for:

@@ -188,10 +191,18 @@ function Dopop(link) { [% IF ( transfer ) %]
-

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

[% END %] +

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

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

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

Transfer Now?
@@ -208,10 +219,13 @@ function Dopop(link) { [% END %]
- [% END %] + [% END %] [% IF ( diffbranch ) %] + [% IF ( soundon ) %] + + [% END %]

Item Consigned:

@@ -236,11 +250,11 @@ function Dopop(link) { [% IF ( reserved ) %] - -[% IF ( soundon ) %] - -[% END %] - + + [% IF ( soundon ) %] + + [% END %] +

Hold Found: [% title |html %]

[% IF ( reservenotes ) %]

Notes: [% reservenotes %]

[% END %] --
[% title |html %]