From e00a3bfd44c5ce6a24490ed77b32c54fdd931db6 Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 17 Jul 2012 09:48:16 +1000 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 changes the div classes, so that the prompts for action stand out and actually grab the attention of the user. It also adds more precise, descriptive language for the prompt messages and fixes the grammar (e.g. comma splices). The most important part being the second instruction where staff are prompted to check-in the item to continue processing the hold for the next patron in the holds queue. --- .../prog/en/modules/circ/waitingreserves.tt | 14 +++++++------- 1 files changed, 7 insertions(+), 7 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 0101d7f..24027e2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/waitingreserves.tt @@ -46,9 +46,9 @@ $.tablesorter.addParser({ [% IF ( cancel_result ) %] [% IF ( cancel_result.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

+

This hold ([% nextreservtitle %]) was placed by : [% nextreservsurname %], [% nextreservfirstname %] for pick-up at the library : [% branchname %] . Please transfer this hold.

@@ -56,10 +56,10 @@ $.tablesorter.addParser({
[% END %] [% IF ( cancel_result.waiting ) %] -
-

This hold is waiting

-

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

+

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

+

This hold ([% nextreservtitle %]) was placed by : [% nextreservsurname %], [% nextreservfirstname %]. + Please retain this hold, and check in the item to process the hold for this patron.

-- 1.7.7.4