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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendbasketform.tt (-1 / +9 lines)
Lines 1-6 Link Here
1
[% USE raw %]
1
[% USE Koha %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'html_helpers.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Sending your cart &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
6
<title
7
    >[% FILTER collapse %]
8
        [% t("Sending your cart") | html %]
9
        &rsaquo; [% PROCESS 'library_name_title' %]
10
    [% END %]</title
11
>
4
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
13
[% BLOCK cssinclude %]
6
[% END %]
14
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-sendshelfform.tt (-1 / +20 lines)
Lines 1-6 Link Here
1
[% USE Koha %]
1
[% USE Koha %]
2
[% PROCESS 'i18n.inc' %]
3
[% PROCESS 'html_helpers.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
3
<title>Sending your list &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
5
<title
6
    >[% FILTER collapse %]
7
        [% IF ( email ) %]
8
            [% IF ( SENT ) %]
9
                [% t("Message sent") | html %]
10
            [% ELSIF ( error ) %]
11
                [% t("Error") | html %]
12
            [% END %]
13
        [% ELSE %]
14
            [% IF ( invalidlist ) %]
15
                [% t("Error") | html %]
16
            [% ELSE %]
17
                [% t("Sending your list") | html %]
18
            [% END %]
19
        [% END %]
20
        &rsaquo; [% PROCESS 'library_name_title' %]
21
    [% END %]</title
22
>
4
[% INCLUDE 'doc-head-close.inc' %]
23
[% INCLUDE 'doc-head-close.inc' %]
5
[% BLOCK cssinclude %]
24
[% BLOCK cssinclude %]
6
[% END %]
25
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt (-1 / +8 lines)
Lines 2-11 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
5
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Issues for a subscription &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
10
<title
11
    >[% FILTER collapse %]
12
        [% t("Issues for a subscription") | html %]
13
        &rsaquo; [% PROCESS 'library_name_title' %]
14
    [% END %]</title
15
>
9
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
10
[% BLOCK cssinclude %]
17
[% BLOCK cssinclude %]
11
    <style>
18
    <style>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shareshelf.tt (-1 / +12 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Share a list &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title
10
    >[% FILTER collapse %]
11
        [% IF op == 'show' || op == 'invited' %]
12
            [% t("Share a list") | html %]
13
        [% ELSIF op == 'accept' %]
14
            [% t("Accept a shared list") | html %]
15
        [% END %]
16
        &rsaquo; [% PROCESS 'library_name_title' %]
17
    [% END %]</title
18
>
8
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
20
[% BLOCK cssinclude %]
10
[% END %]
21
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt (-1 / +12 lines)
Lines 4-9 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE AdditionalContents %]
5
[% USE AdditionalContents %]
6
[% USE KohaPlugins %]
6
[% USE KohaPlugins %]
7
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'html_helpers.inc' %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET LoginEnabled = ( Koha.Preference('opacuserlogin') == 1 ) %]
11
[% SET LoginEnabled = ( Koha.Preference('opacuserlogin') == 1 ) %]
Lines 45-51 Link Here
45
[% END %]
47
[% END %]
46
48
47
[% INCLUDE 'doc-head-open.inc' %]
49
[% INCLUDE 'doc-head-open.inc' %]
48
<title>[% IF op == 'view' %]Contents of [% shelf.shelfname | html %][% ELSE %]Your lists[% END %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
50
<title
51
    >[% FILTER collapse %]
52
        [% IF op == 'view' %]
53
            [% tx("Contents of {list}", {list = shelf.shelfname}) | html %]
54
        [% ELSE %]
55
            [% t("Your lists") | html %]
56
        [% END %]
57
        &rsaquo; [% PROCESS 'library_name_title' %]
58
    [% END %]</title
59
>
49
[% INCLUDE 'doc-head-close.inc' %]
60
[% INCLUDE 'doc-head-close.inc' %]
50
[% BLOCK cssinclude %]
61
[% BLOCK cssinclude %]
51
[% END %]
62
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showmarc.tt (-1 / +8 lines)
Lines 1-5 Link Here
1
[% PROCESS 'i18n.inc' %]
2
[% PROCESS 'html_helpers.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
2
<title>MARC view</title>
4
<title
5
    >[% FILTER collapse %]
6
        [% t("MARC view") | html %]
7
        &rsaquo; [% PROCESS 'library_name_title' %]
8
    [% END %]</title
9
>
3
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4
</head>
11
</head>
5
[% INCLUDE 'bodytag.inc' bodyid='opac-showmarc' %]
12
[% INCLUDE 'bodytag.inc' bodyid='opac-showmarc' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews-rss.tt (-49 / +58 lines)
Lines 1-58 Link Here
1
[% USE KohaDates # XML declaration should have no white space before it %][% USE Koha %]<?xml version="1.0" encoding="utf-8"?>
1
[% FILTER collapse %]
2
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
2
    [% USE KohaDates %]
3
    <channel>
3
    [% USE Koha %]
4
        <title><![CDATA[[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog recent comments]]></title>
4
    [% PROCESS 'i18n.inc' %]
5
        <!-- prettier-ignore-start -->
5
    [% PROCESS 'html_helpers.inc' %]
6
    <?xml version="1.0" encoding="utf-8"?>
7
    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
8
        <channel>
9
            <title> <![CDATA[ [% t("Recent comments") | html %] - [% PROCESS 'library_name_title' %] ]]> </title>
10
            <!-- prettier-ignore-start -->
6
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2</link>
11
     <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2</link>
7
     <!-- prettier-ignore-end -->
12
     <!-- prettier-ignore-end -->
8
        <description
13
            <description
9
            ><![CDATA[ The most recent comments from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] Catalog. Comments can be made by logged in users and are moderated by library
14
                ><![CDATA[ The most recent comments from [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] Catalog. Comments can be made by logged in users and are moderated by library
10
            staff.]]></description
15
                staff.]]></description
11
        >
16
            >
12
        <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2" rel="self" type="application/rss+xml" />
17
            <atom:link href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-showreviews.pl&amp;format=rss2" rel="self" type="application/rss+xml" />
13
        <lastBuildDate>[% timestamp | html %]</lastBuildDate>
18
            <lastBuildDate>[% timestamp | html %]</lastBuildDate>
14
        [% FOREACH review IN reviews %]
19
            [% FOREACH review IN reviews %]
15
            <item>
20
                <item>
16
                <title>New comment on [% INCLUDE 'biblio-title-head.inc' biblio=review %]</title>
21
                    <title>New comment on [% INCLUDE 'biblio-title-head.inc' biblio=review %]</title>
17
                <!-- prettier-ignore-start -->
22
                    <!-- prettier-ignore-start -->
18
       <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber | html %]#comments</link>
23
       <link>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber | html %]#comments</link>
19
       <!-- prettier-ignore-end -->
24
       <!-- prettier-ignore-end -->
20
                <description
25
                    <description
21
                    ><![CDATA[ [% IF ( OPACAmazonCoverImages ) %][% IF ( review.normalized_isbn ) %]<img src="https://images-na.ssl-images-amazon.com/images/P/[% review.normalized_isbn | html %].01.TZZZZZZZ.jpg" alt="" />[% END %][% END %]
26
                        ><![CDATA[
27
                        [% IF ( OPACAmazonCoverImages ) %][% IF ( review.normalized_isbn ) %]<img src="https://images-na.ssl-images-amazon.com/images/P/[% review.normalized_isbn | html %].01.TZZZZZZZ.jpg" alt="" />[% END %][% END %]
22
28
23
                    [% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( review.content_identifier_exists ) %]
29
                        [% IF ( SyndeticsEnabled ) %][% IF ( SyndeticsCoverImages ) %][% IF ( review.content_identifier_exists ) %]
24
                        <img
30
                            <img
25
                            src="https://secure.syndetics.com/index.aspx?isbn=[% review.normalized_isbn | html %]/SC.GIF&amp;client=[% SyndeticsClientCode | html %]&amp;type=xw10&amp;upc=[% review.normalized_upc | html %]&amp;oclc=[% review.normalized_oclc | html %]"
31
                                src="https://secure.syndetics.com/index.aspx?isbn=[% review.normalized_isbn | html %]/SC.GIF&amp;client=[% SyndeticsClientCode | html %]&amp;type=xw10&amp;upc=[% review.normalized_upc | html %]&amp;oclc=[% review.normalized_oclc | html %]"
26
                            alt=""
32
                                alt=""
27
                        />
33
                            />
28
                    [% END %][% END %][% END %]
34
                        [% END %][% END %][% END %]
29
35
30
                    [% bt_id = ( review.normalized_upc || review.normalized_isbn ) %]
36
                        [% bt_id = ( review.normalized_upc || review.normalized_isbn ) %]
31
                    [% IF ( BakerTaylorEnabled && bt_id ) %]<a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>[% END %]
37
                        [% IF ( BakerTaylorEnabled && bt_id ) %]
38
                            <a href="https://[% BakerTaylorBookstoreURL | uri %][% bt_id | uri %]"><img alt="See Baker &amp; Taylor" src="[% BakerTaylorImageURL | html %][% bt_id | html %]" /></a>
39
                        [% END %]
32
40
33
                    [% IF Koha.Preference('OPACCustomCoverImages') AND Koha.Preference('CustomCoverImagesURL') %]
41
                        [% IF Koha.Preference('OPACCustomCoverImages') AND Koha.Preference('CustomCoverImagesURL') %]
34
                        [% SET custom_cover_image_url = review.biblio_object.custom_cover_image_url %]
42
                            [% SET custom_cover_image_url = review.biblio_object.custom_cover_image_url %]
35
                        [% IF custom_cover_image_url %]
43
                            [% IF custom_cover_image_url %]
36
                            <a href="[% custom_cover_image_url | url %]"><img alt="Cover image" src="[% custom_cover_image_url | url %]" /></a>
44
                                <a href="[% custom_cover_image_url | url %]"><img alt="Cover image" src="[% custom_cover_image_url | url %]" /></a>
45
                            [% END %]
37
                        [% END %]
46
                        [% END %]
38
                    [% END %]
39
47
40
                    [% IF ( review.author ) %]<p>By [% review.author | html %].</p>[% END %]
48
                        [% IF ( review.author ) %]<p>By [% review.author | html %].</p>[% END %]
41
                    <p>[% IF ( review.place ) %][% review.place | html %][% END %][% IF ( review.publishercode ) %][% review.publishercode | html %][% END %][% IF ( review.publicationyear ) %]
49
                        <p>[% IF ( review.place ) %][% review.place | html %][% END %][% IF ( review.publishercode ) %][% review.publishercode | html %][% END %][% IF ( review.publicationyear ) %]
42
                        [% review.publicationyear | html %]
50
                            [% review.publicationyear | html %]
43
                    [% ELSE %]
51
                        [% ELSE %]
44
                        [% IF ( review.copyrightdate ) %][% review.copyrightdate | html %][% END %]
52
                            [% IF ( review.copyrightdate ) %][% review.copyrightdate | html %][% END %]
45
                    [% END %]
53
                        [% END %]
46
                    [% IF ( review.pages ) %]. [% review.pages | html %][% END %]
54
                        [% IF ( review.pages ) %]. [% review.pages | html %][% END %]
47
                    [% IF ( review.notes ) %], [% review.notes | html %][% END %]
55
                        [% IF ( review.notes ) %], [% review.notes | html %][% END %]
48
                    [% IF ( review.size ) %][% review.size | html %].[% END %]
56
                        [% IF ( review.size ) %][% review.size | html %].[% END %]
49
                    [% IF ( review.isbn ) %][% review.isbn | html %][% END %]
57
                        [% IF ( review.isbn ) %][% review.isbn | html %][% END %]
50
                    </p> <p>[% IF ( review.borrowernumber && ShowReviewer ) %][% review.firstname | html %] [% review.surname | html %] commented[% ELSE %]Comment[% END %] on [% review.datereviewed | $KohaDates %]:
58
                        </p> <p>[% IF ( review.borrowernumber && ShowReviewer ) %][% review.firstname | html %] [% review.surname | html %] commented[% ELSE %]Comment[% END %] on [% review.datereviewed | $KohaDates %]:
51
                    [% review.review | html %]</p> ]]></description
59
                        [% review.review | html %]</p> ]]></description
52
                >
60
                    >
53
                <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber | html %]&amp;reviewid=[% review.reviewid | html %]</guid>
61
                    <guid>[% OPACBaseURL | html %]/cgi-bin/koha/opac-detail.pl?biblionumber=[% review.biblionumber | html %]&amp;reviewid=[% review.reviewid | html %]</guid>
54
                <pubDate>[% review.timestamp | html %]</pubDate>
62
                    <pubDate>[% review.timestamp | html %]</pubDate>
55
            </item>
63
                </item>
56
        [% END %]
64
            [% END %]
57
    </channel>
65
        </channel>
58
</rss>
66
    </rss>
67
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-showreviews.tt (-1 / +8 lines)
Lines 2-11 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE AdditionalContents %]
4
[% USE AdditionalContents %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
5
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
8
<title>Recent comments &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
10
<title
11
    >[% FILTER collapse %]
12
        [% t("Recent comments") | html %]
13
        &rsaquo; [% PROCESS 'library_name_title' %]
14
    [% END %]</title
15
>
9
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
10
[% BLOCK cssinclude %]
17
[% BLOCK cssinclude %]
11
[% END %]
18
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-5 / +12 lines)
Lines 5-19 Link Here
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE KohaDates %]
6
[% USE KohaDates %]
7
[% USE AdditionalContents %]
7
[% USE AdditionalContents %]
8
[% PROCESS 'i18n.inc' %]
9
[% PROCESS 'html_helpers.inc' %]
8
[% SET opacsuggestion = AdditionalContents.get( location => "OpacSuggestioninstructions", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
10
[% SET opacsuggestion = AdditionalContents.get( location => "OpacSuggestioninstructions", lang => lang, library => logged_in_user.branchcode || default_branch ) %]
9
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% SET AllPublicBranches = Branches.all(  search_params => { public => 1 }, selected => logged_in_user.branchcode ) %]
13
[% SET AllPublicBranches = Branches.all(  search_params => { public => 1 }, selected => logged_in_user.branchcode ) %]
12
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
13
<title
15
<title
14
    >[% IF ( op_add_form ) %]Enter a new purchase suggestion[% END %]
16
    >[% FILTER collapse %]
15
    [% IF ( op_else ) %]Purchase suggestions[% END %]
17
        [% IF ( op_add_form ) %]
16
    &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title
18
            [% t("New purchase suggestion") | html %]
19
        [% END %]
20
        [% IF ( op_else ) %]
21
            [% t("Purchase suggestions") | html %]
22
        [% END %]
23
        &rsaquo; [% PROCESS 'library_name_title' %]
24
    [% END %]</title
17
>
25
>
18
[% INCLUDE 'doc-head-close.inc' %]
26
[% INCLUDE 'doc-head-close.inc' %]
19
[% BLOCK cssinclude %]
27
[% BLOCK cssinclude %]
Lines 66-73 Link Here
66
                            [% IF ( opacsuggestion ) %]
74
                            [% IF ( opacsuggestion ) %]
67
                                [% PROCESS koha_news_block news => opacsuggestion %]
75
                                [% PROCESS koha_news_block news => opacsuggestion %]
68
                            [% ELSE %]
76
                            [% ELSE %]
69
                                <h2>Enter a new purchase suggestion</h2>
70
71
                                <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.</p>
77
                                <p>Please fill out this form to make a purchase suggestion. You will receive an email when the library processes your suggestion.</p>
72
                                <p
78
                                <p
73
                                    >Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide
79
                                    >Only certain fields (marked in red) are required, but the more information you enter the easier it will be for the librarians to find the title you're requesting. The "Notes" field can be used to provide
Lines 90-95 Link Here
90
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form">
96
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post" id="add_suggestion_form">
91
                                [% INCLUDE 'csrf-token.inc' %]
97
                                [% INCLUDE 'csrf-token.inc' %]
92
                                <fieldset class="rows">
98
                                <fieldset class="rows">
99
                                    <legend>New purchase suggestion</legend>
93
                                    <ol>
100
                                    <ol>
94
                                        [% IF Koha.Preference( 'OPACSuggestionAutoFill' ) %]
101
                                        [% IF Koha.Preference( 'OPACSuggestionAutoFill' ) %]
95
                                            <li>
102
                                            <li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags.tt (-1 / +8 lines)
Lines 2-7 Link Here
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE KohaDates %]
3
[% USE KohaDates %]
4
[% USE AdditionalContents %]
4
[% USE AdditionalContents %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
5
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET LoginEnabled = ( Koha.Preference('opacuserlogin') == 1 ) %]
9
[% SET LoginEnabled = ( Koha.Preference('opacuserlogin') == 1 ) %]
Lines 16-22 Link Here
16
[% SET ArticleRequestsEnabled = ( Koha.Preference('ArticleRequests') == 1 ) && LoginEnabled %]
18
[% SET ArticleRequestsEnabled = ( Koha.Preference('ArticleRequests') == 1 ) && LoginEnabled %]
17
[% SET MultiHolds = ( Koha.Preference('DisplayMultiPlaceHold') == 1 ) && HoldsEnabled %]
19
[% SET MultiHolds = ( Koha.Preference('DisplayMultiPlaceHold') == 1 ) && HoldsEnabled %]
18
[% INCLUDE 'doc-head-open.inc' %]
20
[% INCLUDE 'doc-head-open.inc' %]
19
<title>Tags &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
21
<title
22
    >[% FILTER collapse %]
23
        [% t("Tags") | html %]
24
        &rsaquo; [% PROCESS 'library_name_title' %]
25
    [% END %]</title
26
>
20
[% INCLUDE 'doc-head-close.inc' %]
27
[% INCLUDE 'doc-head-close.inc' %]
21
[% BLOCK cssinclude %]
28
[% BLOCK cssinclude %]
22
    <style>
29
    <style>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-tags_subject.tt (-1 / +8 lines)
Lines 1-10 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% USE AdditionalContents %]
3
[% USE AdditionalContents %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
7
<title>Subject cloud &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title
10
    >[% FILTER collapse %]
11
        [% t("Subject cloud") | html %]
12
        &rsaquo; [% PROCESS 'library_name_title' %]
13
    [% END %]</title
14
>
8
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %]
16
[% BLOCK cssinclude %]
10
[% END %]
17
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-topissues.tt (-1 / +8 lines)
Lines 4-13 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE ItemTypes %]
5
[% USE ItemTypes %]
6
[% USE AdditionalContents %]
6
[% USE AdditionalContents %]
7
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'html_helpers.inc' %]
7
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
10
<title>Most popular titles &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
12
<title
13
    >[% FILTER collapse %]
14
        [% t("Most popular titles") | html %]
15
        &rsaquo; [% PROCESS 'library_name_title' %]
16
    [% END %]</title
17
>
11
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
12
[% BLOCK cssinclude %]
19
[% BLOCK cssinclude %]
13
    <style>
20
    <style>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt (-1 / +8 lines)
Lines 8-13 Link Here
8
[% USE Price %]
8
[% USE Price %]
9
[% USE AuthorisedValues %]
9
[% USE AuthorisedValues %]
10
[% USE AdditionalContents %]
10
[% USE AdditionalContents %]
11
[% PROCESS 'i18n.inc' %]
12
[% PROCESS 'html_helpers.inc' %]
11
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
13
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
14
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
13
[% SET OpacMySummaryNote = AdditionalContents.get( location => "OpacMySummaryNote", lang => lang, library => branchcode ) %]
15
[% SET OpacMySummaryNote = AdditionalContents.get( location => "OpacMySummaryNote", lang => lang, library => branchcode ) %]
Lines 18-24 Link Here
18
[% SET OverDriveCirculation = ( OverDriveEnabled && Koha.Preference( "OverDriveCirculation" ) ) %]
20
[% SET OverDriveCirculation = ( OverDriveEnabled && Koha.Preference( "OverDriveCirculation" ) ) %]
19
21
20
[% INCLUDE 'doc-head-open.inc' %]
22
[% INCLUDE 'doc-head-open.inc' %]
21
<title>Your summary &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
23
<title
24
    >[% FILTER collapse %]
25
        [% t("Your summary") | html %]
26
        &rsaquo; [% PROCESS 'library_name_title' %]
27
    [% END %]</title
28
>
22
[% INCLUDE 'doc-head-close.inc' %]
29
[% INCLUDE 'doc-head-close.inc' %]
23
[% Asset.css("css/overdrive.css") | $raw %]
30
[% Asset.css("css/overdrive.css") | $raw %]
24
[% BLOCK cssinclude %]
31
[% BLOCK cssinclude %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-1 / +8 lines)
Lines 4-9 Link Here
4
[% USE Koha %]
4
[% USE Koha %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE AdditionalContents %]
6
[% USE AdditionalContents %]
7
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'html_helpers.inc' %]
7
[%# Helper template functions %]
9
[%# Helper template functions %]
8
[% BLOCK error_message %]
10
[% BLOCK error_message %]
9
    [% IF messages.BadBarcode %]
11
    [% IF messages.BadBarcode %]
Lines 25-31 Link Here
25
[% SET SelfCheckInMainUserBlock = AdditionalContents.get( location => "SelfCheckInMainUserBlock", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
27
[% SET SelfCheckInMainUserBlock = AdditionalContents.get( location => "SelfCheckInMainUserBlock", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
26
[% INCLUDE 'doc-head-open.inc' %]
28
[% INCLUDE 'doc-head-open.inc' %]
27
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %]
29
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %]
28
<title>Self check-in &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
30
<title
31
    >[% FILTER collapse %]
32
        [% t("Self check-in") | html %]
33
        &rsaquo; [% PROCESS 'library_name_title' %]
34
    [% END %]</title
35
>
29
36
30
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
37
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
31
<meta name="generator" content="Koha" />
38
<meta name="generator" content="Koha" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +7 lines)
Lines 4-12 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE AdditionalContents %]
5
[% USE AdditionalContents %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
[% PROCESS 'html_helpers.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% SET SelfCheckHelpMessage = AdditionalContents.get( location => "SelfCheckHelpMessage", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
[% SET SelfCheckHelpMessage = AdditionalContents.get( location => "SelfCheckHelpMessage", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
9
<title>Self checkout help &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
10
<title
11
    >[% FILTER collapse %]
12
        [% t("Self checkout help") | html %]
13
        &rsaquo; [% PROCESS 'library_name_title' %]
14
    [% END %]</title
15
>
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
16
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
<meta name="generator" content="Koha" />
17
<meta name="generator" content="Koha" />
12
<!-- leave this for stats -->
18
<!-- leave this for stats -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/printslip.tt (-1 / +8 lines)
Lines 1-8 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
5
<title>Print receipt for [% borrowernumber | html %] &rsaquo; Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
7
<title
8
    >[% FILTER collapse %]
9
        [% tx("Print receipt for {borrowernumber}", {borrowernumber = borrowernumber}) | html %]
10
        &rsaquo; [% t("Self checkout") | html %] &rsaquo; [% PROCESS 'library_name_title' %]
11
    [% END %]</title
12
>
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
14
<link rel="shortcut icon" href="[% IF ( OpacFavicon  ) %][% OpacFavicon | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
8
[% IF ( bidi ) %]
15
[% IF ( bidi ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-1 / +6 lines)
Lines 10-16 Link Here
10
[% SET SCOMainUserBlock = AdditionalContents.get( location => "SCOMainUserBlock", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
10
[% SET SCOMainUserBlock = AdditionalContents.get( location => "SCOMainUserBlock", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% PROCESS 'html_helpers.inc' %]
11
[% PROCESS 'html_helpers.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
13
<title>Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha[% END %]</title>
13
<title
14
    >[% FILTER collapse %]
15
        [% t("Self checkout") | html %]
16
        &rsaquo; [% PROCESS 'library_name_title' %]
17
    [% END %]</title
18
>
14
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
19
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
15
<meta name="generator" content="Koha" />
20
<meta name="generator" content="Koha" />
16
<!-- leave this for stats -->
21
<!-- leave this for stats -->
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/svc/suggestion.tt (-2 / +6 lines)
Lines 18-24 Link Here
18
18
19
[% IF (render=='standalone') %]
19
[% IF (render=='standalone') %]
20
    [% INCLUDE 'doc-head-open.inc' %]
20
    [% INCLUDE 'doc-head-open.inc' %]
21
    <title>Search suggestions</title>
21
    <title
22
        >[% FILTER collapse %]
23
            [% t("Search suggestions") | html %]
24
            &rsaquo; [% PROCESS 'library_name_title' %]
25
        [% END %]</title
26
    >
22
    [% INCLUDE 'doc-head-close.inc' %]
27
    [% INCLUDE 'doc-head-close.inc' %]
23
    [% BLOCK cssinclude %]
28
    [% BLOCK cssinclude %]
24
    [% END %]
29
    [% END %]
25
- 

Return to bug 39255