kpac : make hold-placement terminology more clear
authorBill Erickson <berick@esilibrary.com>
Wed, 23 May 2012 17:08:10 +0000 (13:08 -0400)
committerMike Rylander <mrylander@gmail.com>
Mon, 30 Jul 2012 19:05:04 +0000 (15:05 -0400)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Open-ILS/src/templates/kpac/getit.tt2
Open-ILS/src/templates/kpac/getit_results.tt2

index 02f80a5..dd7552a 100644 (file)
@@ -26,7 +26,7 @@
 
                     <div class="top_side">
                         <h2>get it!</h2>
-                        <p>[% |l %]If you would like to request this item, please enter the 
+                        <p>[% |l %]If you would like to place a hold on this item, please enter the 
                             following information and click<br />Submit below:[% END %]</p>
                     </div>
 
index db0beef..485eb12 100644 (file)
         <p>
     [% ELSIF CGI.param('hold') %]
         [% lib_html = ctx.get_aou(ctx.hold.pickup_lib).name | html %]
-        <h2 class="sub_header2">[% l('You Got It!') %]</h2>
+        <h2 class="sub_header2">[% l('Hold Successfull!') %]</h2>
         <p>
         [% |l(title_html, lib_html) %]
         Your request for <a href="[% mkurl(ctx.kpac_root _ '/record/' _ ctx.bre_id, {}, kill_params) %]">[_1]</a> was successful.<br/>
-        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 %]
         <p>
     [% ELSE %]