]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates-bootstrap/opac/mylist/clear.tt2
LP#1778972: Tweaks and fixes to Bootstrap 4 template
[Evergreen.git] / Open-ILS / src / templates-bootstrap / opac / mylist / clear.tt2
1 [%- PROCESS "opac/parts/header.tt2";
2     PROCESS "opac/parts/misc_util.tt2";
3     WRAPPER "opac/parts/base.tt2";
4     INCLUDE "opac/parts/topnav.tt2";
5     ctx.page_title = l("Confirm Clearing of Basket") %]
6
7     [% INCLUDE "opac/parts/searchbar.tt2" %]
8 <div class="container">
9   <hr>
10   <h3>[% l('Confirm Clearing of Basket') %]</h3>
11   <p class="big-strong">[% l('Please confirm that you want to remove all [_1] titles from the basket.', ctx.mylist.size) %]
12     <form method="post" action="[% mkurl(ctx.opac_root _ '/cache/clear', {}, 1) %]">
13       <input type="hidden" name="redirect_to" value="[% ctx.referer %]" />
14       <button id="print_cart_submit" type="submit"
15         value="[% l('Confirm') %]"  class="btn btn-confirm"><i class="fas fa-check" aria-hidden="true"></i> [% l('Confirm') %]</button>
16       <button type="reset" onclick="window.location='[% ctx.referer | html %]'" id="clear_basket_cancel" class="btn btn-deny"><i class="fas fa-times-circle" aria-hidden="true"></i> [% l('Cancel') %]</button>
17     </form>
18 </div>
19 [%- END %]