From c2837b39a4dede60e6d65e01fdaa02c835067e70 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Thu, 22 Dec 2011 15:43:08 +1300 Subject: [PATCH] Bug 7220 - Add IDs to check-in message dialogs to facilitate CSS customization Signed-off-by: Owen Leonard Signed-off-by: Paul Poulain --- .../prog/en/modules/circ/returns.tt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 70367aedda..3747d3473b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/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:
      -- 2.39.5