From: Bill Erickson <berick@esilibrary.com>
Date: Thu, 21 Jun 2012 13:07:18 +0000 (-0400)
Subject: kpac : better wording for the Save It dialog
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e11428488b60110c480df420bb8fa9c6ff32b74f;p=evergreen%2Fmasslnc.git

kpac : better wording for the Save It dialog

This removes any mention of selecting a location, which is not needed
for saving items to lists.  It also adds some language about saving
items to existing lists.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
---

diff --git a/Open-ILS/src/templates/kpac/getit.tt2 b/Open-ILS/src/templates/kpac/getit.tt2
index dd7552ac86..72619b0d8b 100644
--- a/Open-ILS/src/templates/kpac/getit.tt2
+++ b/Open-ILS/src/templates/kpac/getit.tt2
@@ -87,7 +87,13 @@
                 <div class="right_brain">
                     <div class="top_side">
                         <h2>[% l('save it!') %]</h2>
-                        <p>[% l('If you would like to save this item to a list to be requested later, please choose a location and click <br/>Submit below.') %]</p>
+                        <p>[% l('If you would like to save this item to a list to be requested later, click Submit below.') %]</p>
+                        [% IF ctx.user AND ctx.bookbags AND ctx.bookbags.size > 0 %]
+                        <br/>
+                        <p>
+                            [% l('You may also save this item to a list you have already created by selecting one of your lists below.') %]
+                        </p>
+                        [% END %]
                     </div>
                     <form method='POST'>
                         <input type='hidden' name='action' value='save'/>