@@ -, +, @@ --- .../intranet-tmpl/prog/en/modules/circ/returns.tt | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -55,7 +55,7 @@ function Dopop(link) {
[% IF ( collectionItemNeedsTransferred ) %] -
This item is part of a Rotating Collection and needs to be Transferred to [% collectionBranch %]
+
This item is part of a Rotating Collection and needs to be Transferred to [% collectionBranch %]
[% END %] @@ -68,7 +68,7 @@ function Dopop(link) { [% IF ( waiting_holds ) %] -
+

[% holdsfirstname %] [% holdssurname %] has [% waiting_holds %] hold(s) waiting for pickup.

Check out to this patron.

@@ -80,7 +80,7 @@ function Dopop(link) {
[% END %] -[% IF ( WrongTransfer ) %]

Please return [% title |html %] to [% TransferWaitingAt %] or Cancel Transfer

+[% IF ( WrongTransfer ) %]

Please return [% title |html %] to [% TransferWaitingAt %] or Cancel Transfer

[% IF ( wborcnum ) %]
Hold for:
  • [% borsurname %], [% borfirstname %] ([% borcnum %])
  • @@ -111,7 +111,7 @@ function Dopop(link) { [% END %] -
    +

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

    [% IF ( reservenotes ) %]

    Notes: [% reservenotes %]

    [% END %]

    Hold for:

    @@ -153,7 +153,7 @@ function Dopop(link) { [% IF ( soundon ) %] [% END %] -
    +

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

    Hold for:

      @@ -190,7 +190,7 @@ function Dopop(link) { [% IF ( transfer ) %] -
      +

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

      [% IF ( soundon ) %] @@ -203,7 +203,7 @@ function Dopop(link) { [% IF ( soundon ) %] [% END %] -

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

      +

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

      Transfer Now?
      @@ -255,7 +255,7 @@ function Dopop(link) { [% END %] -
      +

      Hold Found: [% title |html %]

      [% IF ( reservenotes ) %]

      Notes: [% reservenotes %]

      [% END %]
      Hold for:
      --