From 68a9441a1847175e64e4f844e8381ed7d8d3090f Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 23 Aug 2012 11:49:38 -0400 Subject: [PATCH] Bug 8449 - Improve wording and styling for "cancelled holds" on Holds Awaiting Pickup screen Content-Type: text/plain; charset="utf-8" This patch re-implements and adapts the changes dcook@prosentient.com.au submitted in a patch which no longer applies. I have changed the "alert" style messages to "message" style to match the style which is applied to "hold found" messages elsewhere. I have also revised the language in a way that I think is more clear and accurate. --- .../prog/en/modules/circ/waitingreserves.tt | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt index ea0faef..8561745 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -47,23 +47,24 @@ $.tablesorter.addParser({ [% IF ( cancel_result ) %] [% FOREACH cancel_result %] [% IF ( messagetransfert ) %] -
-

Hold find for ([% nextreservtitle %]), must be transferred

-

This hold placed by : [% nextreservsurname %] [% nextreservfirstname %] at the library : [% branchname %] , Please transfer this hold. +

+

This item is on hold for pick-up at another library

+

[% nextreservtitle %] is on hold for [% nextreservsurname %], [% nextreservfirstname %]. + Please retain this item and check it in to process the hold.

- +
[% END %] [% IF ( waiting ) %] -
-

This hold is waiting

-

This hold ([% nextreservtitle %]) was placed by : [% nextreservsurname %] [% nextreservfirstname %], - Please retain this hold. +

+

This item is on hold for pick-up at your library

+

[% nextreservtitle %] is on hold for [% nextreservsurname %], [% nextreservfirstname %]. + Please retain this item and check it in to process the hold.

- +
[% END %] -- 1.7.9.5