From d00be85828a79d3d7246f85f5f69a28d89a9ec59 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 23 May 2012 13:08:10 -0400 Subject: [PATCH] kpac : make hold-placement terminology more clear Signed-off-by: Bill Erickson --- Open-ILS/src/templates/kpac/getit.tt2 | 2 +- Open-ILS/src/templates/kpac/getit_results.tt2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2 index 02f80a5fd3..dd7552ac86 100644 --- a/Open-ILS/src/templates/kpac/getit.tt2 +++ b/Open-ILS/src/templates/kpac/getit.tt2 @@ -26,7 +26,7 @@

get it!

-

[% |l %]If you would like to request this item, please enter the +

[% |l %]If you would like to place a hold on this item, please enter the following information and click
Submit below:[% END %]

diff --git a/Open-ILS/src/templates/kpac/getit_results.tt2 b/Open-ILS/src/templates/kpac/getit_results.tt2 index db0beefb93..485eb12e9b 100644 --- a/Open-ILS/src/templates/kpac/getit_results.tt2 +++ b/Open-ILS/src/templates/kpac/getit_results.tt2 @@ -30,11 +30,11 @@

[% ELSIF CGI.param('hold') %] [% lib_html = ctx.get_aou(ctx.hold.pickup_lib).name | html %] -

[% l('You Got It!') %]

+

[% l('Hold Successfull!') %]

[% |l(title_html, lib_html) %] Your request for [_1] was successful.
- You will be able to pick up this material at [_2]. + You will be notified when your item is ready for pickup. You will be able to pick your item up at [_2]. [% END %]

[% ELSE %] -- 2.11.0