From 75ff8daeef3ff19a4800e0096f75b17ced6ea061 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Wed, 23 May 2018 17:20:41 -0400 Subject: [PATCH] change user terminology from Temporary List to Cart Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 +- Open-ILS/src/templates/opac/mylist.tt2 | 4 ++-- Open-ILS/src/templates/opac/parts/anon_list.tt2 | 6 +++--- Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 | 2 +- Open-ILS/src/templates/opac/parts/record/summary.tt2 | 2 +- Open-ILS/src/templates/opac/temp_warn.tt2 | 6 +++--- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 1e37cc6d4a..896663e5c3 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -2469,7 +2469,7 @@ a.preflib_change { background-color: [% css_colors.accent_ultralight %]; color: [% css_colors.primary %]; } -/* Styles for the temporary list entry. */ +/* Styles for the cart entry. */ .popmenu li:hover li[class~="temporary"] a { background-color: [% css_colors.primary %]; color: [% css_colors.accent_ultralight %]; diff --git a/Open-ILS/src/templates/opac/mylist.tt2 b/Open-ILS/src/templates/opac/mylist.tt2 index 50578008b7..b09f5f8c1c 100644 --- a/Open-ILS/src/templates/opac/mylist.tt2 +++ b/Open-ILS/src/templates/opac/mylist.tt2 @@ -4,7 +4,7 @@ INCLUDE "opac/parts/topnav.tt2"; ctx.metalinks.push(''); ctx.page_title = l("Record Detail") %] -

[% l('Temporary List') %]

+

[% l('Cart') %]

[% INCLUDE "opac/parts/searchbar.tt2" %]
@@ -13,7 +13,7 @@ [% IF ctx.mylist.size; INCLUDE "opac/parts/anon_list.tt2"; ELSE %] -
[% l("You have not created a list yet."); %]
+
[% l("You have not created a cart yet."); %]
[% END %]
diff --git a/Open-ILS/src/templates/opac/parts/anon_list.tt2 b/Open-ILS/src/templates/opac/parts/anon_list.tt2 index 9ec6d588a5..78887926e7 100644 --- a/Open-ILS/src/templates/opac/parts/anon_list.tt2 +++ b/Open-ILS/src/templates/opac/parts/anon_list.tt2 @@ -1,9 +1,9 @@ [% IF ctx.mylist.size %]
-

[% l('Temporary List') %]

+

[% l('Cart') %]

- + [% INCLUDE "opac/parts/filtersort.tt2" mode='bookbag' id="anonsort" name="anonsort" value=CGI.param("anonsort") %] - + [% IF ctx.user AND ctx.bookbags.size %] [% FOR bbag IN ctx.bookbags %]] diff --git a/Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 b/Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 index 0b0ee67e26..bb342f4b3c 100644 --- a/Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 +++ b/Open-ILS/src/templates/opac/parts/bookbag_actions.tt2 @@ -45,7 +45,7 @@
diff --git a/Open-ILS/src/templates/opac/temp_warn.tt2 b/Open-ILS/src/templates/opac/temp_warn.tt2 index 8aa978d3fd..829394d7ff 100644 --- a/Open-ILS/src/templates/opac/temp_warn.tt2 +++ b/Open-ILS/src/templates/opac/temp_warn.tt2 @@ -2,12 +2,12 @@ PROCESS "opac/parts/misc_util.tt2"; WRAPPER "opac/parts/base.tt2"; INCLUDE "opac/parts/topnav.tt2"; - ctx.page_title = l("Temporary List Warning") %] -

[% l('Temporary List Warning') %]

+ ctx.page_title = l("Cart Warning") %] +

[% l('Cart Warning') %]

[% INCLUDE "opac/parts/searchbar.tt2" %]
-

[% l('You are adding to a temporary list.') %] +

[% l('You are adding to a cart.') %] [% IF ctx.user ; l('This information will disappear when you logout, unless you save it to a permanent list.'); ELSE; -- 2.11.0