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 %];
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>
[% 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>
[% 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"
<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 %]]
</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');
[%- 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>
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;