Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Sending your cart</title> |
3 |
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Sending your cart</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 36-41
Link Here
|
36 |
<input type="hidden" name="bib_list" value="[% bib_list %]" /> |
37 |
<input type="hidden" name="bib_list" value="[% bib_list %]" /> |
37 |
<input type="hidden" name="csrf_token" value="[% csrf_token %]" /> |
38 |
<input type="hidden" name="csrf_token" value="[% csrf_token %]" /> |
38 |
</fieldset> |
39 |
</fieldset> |
|
|
40 |
[% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]<p>Please do not use this mail to request or renew books.</p>[% END %] |
39 |
<fieldset class="action"> |
41 |
<fieldset class="action"> |
40 |
<input type="submit" class="btn" value="Send" /> |
42 |
<input type="submit" class="btn" value="Send" /> |
41 |
<a class="cancel close" href="#">Cancel</a> |
43 |
<a class="cancel close" href="#">Cancel</a> |