From e11428488b60110c480df420bb8fa9c6ff32b74f Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 21 Jun 2012 09:07:18 -0400 Subject: [PATCH] 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 Signed-off-by: Mike Rylander --- Open-ILS/src/templates/kpac/getit.tt2 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 @@

[% l('save it!') %]

-

[% l('If you would like to save this item to a list to be requested later, please choose a location and click
Submit below.') %]

+

[% l('If you would like to save this item to a list to be requested later, click Submit below.') %]

+ [% IF ctx.user AND ctx.bookbags AND ctx.bookbags.size > 0 %] +
+

+ [% l('You may also save this item to a list you have already created by selecting one of your lists below.') %] +

+ [% END %]
-- 2.43.2