Lines 2-19
Link Here
|
2 |
<title>Sending your cart › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
2 |
<title>Sending your cart › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
</head> |
4 |
</head> |
5 |
<body style="padding: 1em;" id="cart_sendbasketform" class="cart"> |
5 |
<body id="cart_sendbasketform" class="cart"> |
6 |
<div class="container">[% IF ( email_add ) %] |
6 |
<div class="container">[% IF ( email_add ) %] |
7 |
|
7 |
|
8 |
[% IF ( SENT ) %] |
8 |
[% IF ( SENT ) %] |
9 |
<h3>Message sent</h3> |
9 |
<h3>Message sent</h3> |
10 |
<p>The cart was sent to: [% email_add | html %]</p> |
10 |
<p>The cart was sent to: [% email_add | html %]</p> |
11 |
<p><a class="focus close" href="#">Close window</a></p> |
|
|
12 |
[% END %] |
11 |
[% END %] |
13 |
[% IF ( error ) %] |
12 |
[% IF ( error ) %] |
14 |
<p>Problem sending the cart...</p> |
13 |
<p>Problem sending the cart...</p> |
15 |
[% END %] |
14 |
[% END %] |
16 |
|
15 |
|
|
|
16 |
<nav class="navbar navbar-default navbar-fixed-bottom"> |
17 |
<div class="container-fluid"> |
18 |
<fieldset class="action"> |
19 |
<a class="btn btn-default close focus" href="#">Close window</a> |
20 |
</fieldset> |
21 |
</div> |
22 |
</nav> |
23 |
|
17 |
[% ELSE %] |
24 |
[% ELSE %] |
18 |
|
25 |
|
19 |
[% INCLUDE 'blocking_errors.inc' %] |
26 |
[% INCLUDE 'blocking_errors.inc' %] |
Lines 31-39
Link Here
|
31 |
</li> |
38 |
</li> |
32 |
</ol> |
39 |
</ol> |
33 |
</fieldset> |
40 |
</fieldset> |
34 |
<fieldset class="action"> <input type="submit" class="btn btn-primary" value="Send" /> <a class="cancel close" href="#">Cancel</a> </fieldset> |
|
|
35 |
<input type="hidden" name="bib_list" value="[% bib_list | html %]" /> |
41 |
<input type="hidden" name="bib_list" value="[% bib_list | html %]" /> |
36 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
42 |
<input type="hidden" name="csrf_token" value="[% csrf_token | html %]" /> |
|
|
43 |
|
44 |
<nav class="navbar navbar-default navbar-fixed-bottom"> |
45 |
<div class="container-fluid"> |
46 |
<fieldset class="action"> |
47 |
<input type="submit" class="btn btn-primary" value="Send" /> |
48 |
<button type="button" class="btn btn-default close_window">Cancel</button> |
49 |
</fieldset> |
50 |
</div> |
51 |
</nav> |
37 |
</form> |
52 |
</form> |
38 |
|
53 |
|
39 |
[% END %]</div> |
54 |
[% END %]</div> |