View | Details | Raw Unified | Return to bug 18304
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt (+2 lines)
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 &rsaquo;  Sending your cart</title>
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;  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>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt (-1 / +2 lines)
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 &rsaquo;  Sending your list</title>
3
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog &rsaquo;  Sending your list</title>
3
[% INCLUDE 'doc-head-close.inc' %]
4
[% INCLUDE 'doc-head-close.inc' %]
Lines 40-45 Link Here
40
41
41
                                        <input type="hidden" name="shelfid" value="[% shelfid %]" />
42
                                        <input type="hidden" name="shelfid" value="[% shelfid %]" />
42
                                    </fieldset>
43
                                    </fieldset>
44
                                    [% IF Koha.Preference('RequestOnOpac') || Koha.Preference('OpacRenewalAllowed') %]<p>Please do not use this mail to request or renew books.</p>[% END %]
43
                                    <fieldset class="action">
45
                                    <fieldset class="action">
44
                                        <input type="submit" value="Send" class="btn" />
46
                                        <input type="submit" value="Send" class="btn" />
45
                                        <a class="cancel close" href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelfid %]">Cancel</a>
47
                                        <a class="cancel close" href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% shelfid %]">Cancel</a>
46
- 

Return to bug 18304