change user terminology from Temporary List to Cart
authorGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 May 2018 21:20:41 +0000 (17:20 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Wed, 23 May 2018 21:20:41 +0000 (17:20 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/mylist.tt2
Open-ILS/src/templates/opac/parts/anon_list.tt2
Open-ILS/src/templates/opac/parts/bookbag_actions.tt2
Open-ILS/src/templates/opac/parts/record/summary.tt2
Open-ILS/src/templates/opac/temp_warn.tt2

index 1e37cc6..896663e 100644 (file)
@@ -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 %];
index 5057800..b09f5f8 100644 (file)
@@ -4,7 +4,7 @@
     INCLUDE "opac/parts/topnav.tt2";
     ctx.metalinks.push('<meta name="robots" content="noindex,follow">');
     ctx.page_title = l("Record Detail") %]
-    <h2 class="sr-only">[% l('Temporary List') %]</h2>
+    <h2 class="sr-only">[% l('Cart') %]</h2>
     <div class="mobile_hide">
     [% INCLUDE "opac/parts/searchbar.tt2" %]
     </div>
@@ -13,7 +13,7 @@
             [%  IF ctx.mylist.size;
                     INCLUDE "opac/parts/anon_list.tt2";
                 ELSE %]
-                <div class="opac-auto-171 opac-auto-097">[% l("You have not created a list yet."); %]</div>
+                <div class="opac-auto-171 opac-auto-097">[% l("You have not created a cart yet."); %]</div>
                 [% END %]
             <div class="common-full-pad"></div>        
         </div>
index 9ec6d58..7888792 100644 (file)
@@ -1,9 +1,9 @@
         [% IF ctx.mylist.size %]
         <div class="bookbag-specific">
-        <p class="big-strong">[% l('Temporary List') %]</p>
+        <p class="big-strong">[% l('Cart') %]</p>
         <div class="sort">
             <form method="get">
-                <label for="anonsort">[% l("Sort list items by: ") %]</label>
+                <label for="anonsort">[% l("Sort cart items by: ") %]</label>
                 [% INCLUDE "opac/parts/filtersort.tt2" mode='bookbag'
                     id="anonsort" name="anonsort" value=CGI.param("anonsort") %]
                 <input type="hidden" name="id"
@@ -17,7 +17,7 @@
             <select name="action">
                 <option>[% l('-- Actions for these items --') %]</option>
                 <option value="place_hold">[% l('Place hold') %]</option>
-                <option value="delete">[% l('Remove from list') %]</option>
+                <option value="delete">[% l('Remove from cart') %]</option>
                 [% IF ctx.user AND ctx.bookbags.size %]
                     <optgroup label="[% l('Move selected items to list:') %]">
                     [% FOR bbag IN ctx.bookbags %]]
index 0b0ee67..bb342f4 100644 (file)
@@ -45,7 +45,7 @@
         </a>
     <ul>
     <li class="[% tclass %]">
-    <a href="[% href %]">[% l('Temporary List') %]</a>
+    <a href="[% href %]">[% l('Cart') %]</a>
     </li>
     [% IF default_list;
        label = (ctx.default_bookbag) ? ctx.default_bookbag : l('Default List');
index 7797c5e..673ecdb 100644 (file)
                         [%- IF ctx.user; %]
                         <a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="[% l('View My Lists') %]" />[% l(' View My Lists') %]</a>
                         [%- ELSE %]
-                        <a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="[% l('View My Temporary List') %]" />[% l(' View My Temporary List') %]</a>
+                        <a href="[% mkurl(ctx.opac_root _ '/mylist') %]" class="no-dec" rel="nofollow" vocab=""><img src="[% ctx.media_prefix %]/images/clipboard.png[% ctx.cache_key %]" alt="[% l('View My Cart') %]" />[% l(' View My Cart') %]</a>
                         [%- END %]
                     [% END %]
                 </div>
index 8aa978d..829394d 100644 (file)
@@ -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") %]
-    <h2 class="sr-only">[% l('Temporary List Warning') %]</h2>
+    ctx.page_title = l("Cart Warning") %]
+    <h2 class="sr-only">[% l('Cart Warning') %]</h2>
     [% INCLUDE "opac/parts/searchbar.tt2" %]
     <div id="content-wrapper">
         <div id="main-content">
-             <p class="big-strong">[% l('You are adding to a temporary list.') %]
+             <p class="big-strong">[% 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;