We missed one instance of cart when changing everything over to baskets. Also,
I updated language for clearing a basket after placing a hold to make it a
little clearer.
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Bill Erickson <berickxx@gmail.com>
</blockquote>
</p>
[% IF CGI.param('from_basket') %]
- <blockquote><input type="checkbox" name="clear_cart">[% l('Clear basket?') %]</input></blockquote>
+ <blockquote><input type="checkbox" name="clear_cart">[% l('Clear basket after holds are requested?') %]</input></blockquote>
[% END %]
<input id="place_hold_submit" type="submit" name="submit"
value="[% l('Submit') %]" title="[% l('Submit') %]"
</a>
<span id="hit_selected_record_limit" class="hidden">Reached limit!</span>
<span>
- <a id="clear_basket" href="#">[% l('Clear cart') %]</a>
+ <a id="clear_basket" href="#">[% l('Clear basket') %]</a>
</div>
[% END %]
<table id="result_table_table" title="[% l('Search Results') %]"