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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/html_helpers.inc (+8 lines)
Lines 168-170 Link Here
168
        </li>
168
        </li>
169
    [% END %]
169
    [% END %]
170
[% END %]
170
[% END %]
171
172
[% BLOCK library_name_title %]
173
    [% IF ( LibraryNameTitle ) %]
174
        [% tx("{library} catalog", { library = LibraryNameTitle }) | html %]
175
    [% ELSE %]
176
        [% t("Koha online catalog") | html %]
177
    [% END %]
178
[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/errors/errorpage.tt (-1 / +6 lines)
Lines 1-9 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE AdditionalContents %]
2
[% USE AdditionalContents %]
3
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'html_helpers.inc' %]
3
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
4
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", 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 ) %]
5
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
6
<title>An error has occurred &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
8
<title>[% FILTER collapse %]
9
    [% t("An error has occurred") | html %] &rsaquo;
10
    [% PROCESS 'library_name_title' %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
[% BLOCK cssinclude %][% END %]
13
[% BLOCK cssinclude %][% END %]
9
</head>
14
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt (-17 / +18 lines)
Lines 1-38 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'html_helpers.inc' %]
3
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
5
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
4
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", 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 ) %]
5
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
6
<title>
8
<title>[% FILTER collapse %]
7
    [% IF ( GetAvailability ) %]
9
    [% IF ( GetAvailability ) %]
8
        ILS-DI &rsaquo; GetAvailability
10
        [% t("GetAvailability") | html %] &rsaquo;
9
    [% ELSIF ( GetRecords ) %]
11
    [% ELSIF ( GetRecords ) %]
10
        ILS-DI &rsaquo; GetRecords
12
        [% t("GetRecords") | html %] &rsaquo;
11
    [% ELSIF ( GetAuthorityRecords ) %]
13
    [% ELSIF ( GetAuthorityRecords ) %]
12
        ILS-DI &rsaquo; GetAuthorityRecords
14
        [% t("GetAuthorityRecords") | html %] &rsaquo;
13
    [% ELSIF ( LookupPatron ) %]
15
    [% ELSIF ( LookupPatron ) %]
14
        ILS-DI &rsaquo; LookupPatron
16
        [% t("LookupPatron") | html %] &rsaquo;
15
    [% ELSIF ( AuthenticatePatron ) %]
17
    [% ELSIF ( AuthenticatePatron ) %]
16
        ILS-DI &rsaquo; AuthenticatePatron
18
        [% t("AuthenticatePatron") | html %] &rsaquo;
17
    [% ELSIF ( GetPatronInfo ) %]
19
    [% ELSIF ( GetPatronInfo ) %]
18
        ILS-DI &rsaquo; GetPatronInfo
20
        [% t("GetPatronInfo") | html %] &rsaquo;
19
    [% ELSIF ( GetPatronStatus ) %]
21
    [% ELSIF ( GetPatronStatus ) %]
20
        ILS-DI &rsaquo; GetPatronStatus
22
        [% t("GetPatronStatus") | html %] &rsaquo;
21
    [% ELSIF ( GetServices ) %]
23
    [% ELSIF ( GetServices ) %]
22
        ILS-DI &rsaquo; GetServices
24
        [% t("GetServices") | html %] &rsaquo;
23
    [% ELSIF ( RenewLoan ) %]
25
    [% ELSIF ( RenewLoan ) %]
24
        ILS-DI &rsaquo; RenewLoan
26
        [% t("RenewLoan") | html %] &rsaquo;
25
    [% ELSIF ( HoldTitle ) %]
27
    [% ELSIF ( HoldTitle ) %]
26
        ILS-DI &rsaquo; HoldTitle
28
        [% t("HoldTitle") | html %] &rsaquo;
27
    [% ELSIF ( HoldItem ) %]
29
    [% ELSIF ( HoldItem ) %]
28
        ILS-DI &rsaquo; HoldItem
30
        [% t("HoldItem") | html %] &rsaquo;
29
    [% ELSIF ( CancelHold ) %]
31
    [% ELSIF ( CancelHold ) %]
30
        ILS-DI &rsaquo; CancelHold
32
        [% t("CancelHold") | html %] &rsaquo;
31
    [% ELSE %]
32
        ILS-DI
33
    [% END %]
33
    [% END %]
34
 &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog
34
    [% t("ILS-DI") | html %] &rsaquo;
35
</title>
35
    [% PROCESS 'library_name_title' %]
36
[% END %]</title>
36
[% INCLUDE 'doc-head-close.inc' %]
37
[% INCLUDE 'doc-head-close.inc' %]
37
[% BLOCK cssinclude %][% END %]
38
[% BLOCK cssinclude %][% END %]
38
</head>
39
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/maintenance.tt (-1 / +6 lines)
Lines 1-12 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
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
5
[% SET OpacHeader = AdditionalContents.get( location => "opacheader", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
7
[% SET OpacHeader = AdditionalContents.get( location => "opacheader", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
6
[% SET OpacMaintenanceNotice = AdditionalContents.get( location => "OpacMaintenanceNotice", lang => lang, library => branchcode || default_branch ) %]
8
[% SET OpacMaintenanceNotice = AdditionalContents.get( location => "OpacMaintenanceNotice", lang => lang, library => branchcode || default_branch ) %]
7
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %]
9
[% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %]
8
[% SET opaclanguagedisplay = Koha.Preference('opaclanguagedisplay') %]
10
[% SET opaclanguagedisplay = Koha.Preference('opaclanguagedisplay') %]
9
<title>[% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
11
<title>[% FILTER collapse %]
12
    [% t("System maintenance") | html %] &rsaquo;
13
    [% PROCESS 'library_name_title' %]
14
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %]
16
[% BLOCK cssinclude %]
12
    <style>
17
    <style>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-ISBDdetail.tt (-2 / +7 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'html_helpers.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>ISBD view &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
6
<title>[% FILTER collapse %]
7
    [% tx("ISBD view for: {title}", { title = biblio.title }) | html %] &rsaquo;
8
    [% PROCESS 'library_name_title' %]
9
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
6
[% BLOCK cssinclude %][% END %]
11
[% BLOCK cssinclude %][% END %]
7
</head>
12
</head>
Lines 11-17 Link Here
11
16
12
    [% WRAPPER breadcrumbs %]
17
    [% WRAPPER breadcrumbs %]
13
        [% WRAPPER breadcrumb_item bc_active= 1 %]
18
        [% WRAPPER breadcrumb_item bc_active= 1 %]
14
            <span>ISBD view for: [% biblio.title | html %]</span>
19
            [% tx("ISBD view for {title}", { title = biblio.title }) | html %]
15
        [% END %]
20
        [% END %]
16
    [% END #/ WRAPPER breadcrumbs %]
21
    [% END #/ WRAPPER breadcrumbs %]
17
22
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-MARCdetail.tt (-1 / +6 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'html_helpers.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title>MARC details for record no. [% biblio.biblionumber | html %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
6
<title>[% FILTER collapse %]
7
    [% tx("MARC view for: {title}", { title = bibliotitle }) | html %] &rsaquo;
8
    [% PROCESS 'library_name_title' %]
9
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
10
[% INCLUDE 'doc-head-close.inc' %]
6
[% BLOCK cssinclude %][% END %]
11
[% BLOCK cssinclude %][% END %]
7
</head>
12
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-2 / +7 lines)
Lines 4-16 Link Here
4
[% USE KohaDates %]
4
[% USE KohaDates %]
5
[% USE AuthorisedValues %]
5
[% USE AuthorisedValues %]
6
[% USE Price %]
6
[% USE Price %]
7
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'html_helpers.inc' %]
7
[% SET ENABLE_OPAC_PAYMENTS = payment_methods %]
9
[% SET ENABLE_OPAC_PAYMENTS = payment_methods %]
8
[% USE AdditionalContents %]
10
[% USE AdditionalContents %]
9
[% SET DISPLAY_PAYMENT_BLOCK = 0 %]
11
[% SET DISPLAY_PAYMENT_BLOCK = 0 %]
10
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
11
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
13
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
12
[% INCLUDE 'doc-head-open.inc' %]
14
[% INCLUDE 'doc-head-open.inc' %]
13
<title>Your charges &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
15
<title>[% FILTER collapse %]
16
    [% t("Your charges") | html %] &rsaquo;
17
    [% PROCESS 'library_name_title' %]
18
[% END %]</title>
14
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
15
[% BLOCK cssinclude %][% END %]
20
[% BLOCK cssinclude %][% END %]
16
</head>
21
</head>
Lines 38-44 Link Here
38
            <div class="col-md-12 col-lg-10 order-1">
43
            <div class="col-md-12 col-lg-10 order-1">
39
                <div id="useraccount" class="maincontent">
44
                <div id="useraccount" class="maincontent">
40
45
41
                    <h1>Charges</h1>
46
                    <h1>Your charges</h1>
42
                    [% IF message %]
47
                    [% IF message %]
43
                        <div class="alert alert-info">
48
                        <div class="alert alert-info">
44
                            [% IF message == 'valid_payment' %]
49
                            [% IF message == 'valid_payment' %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-addbybiblionumber.tt (-1 / +7 lines)
Lines 1-5 Link Here
1
[% USE raw %]
2
[% PROCESS 'i18n.inc' %]
3
[% PROCESS 'html_helpers.inc' %]
1
[% INCLUDE 'doc-head-open.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Add to your list &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
5
<title>[% FILTER collapse %]
6
    [% t("Add to your list") | html %] &rsaquo;
7
    [% PROCESS 'library_name_title' %]
8
[% END %]</title>
3
[% INCLUDE 'doc-head-close.inc' %]
9
[% INCLUDE 'doc-head-close.inc' %]
4
[% BLOCK cssinclude %][% END %]
10
[% BLOCK cssinclude %][% END %]
5
</head>
11
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-advsearch.tt (-1 / +6 lines)
Lines 2-9 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE Branches %]
4
[% USE Branches %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
7
[% INCLUDE 'doc-head-open.inc' %]
6
<title>Advanced search &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
8
<title>[% FILTER collapse %]
9
    [% t("Advanced search") | html %] &rsaquo;
10
    [% PROCESS 'library_name_title' %]
11
[% END %]</title>
7
[% INCLUDE 'doc-head-close.inc' %]
12
[% INCLUDE 'doc-head-close.inc' %]
8
[% BLOCK cssinclude %][% END %]
13
[% BLOCK cssinclude %][% END %]
9
</head>
14
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-alert-subscribe.tt (-1 / +11 lines)
Lines 1-7 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE Koha %]
2
[% USE Koha %]
3
[% PROCESS 'i18n.inc' %]
4
[% PROCESS 'html_helpers.inc' %]
3
[% INCLUDE 'doc-head-open.inc' %]
5
[% INCLUDE 'doc-head-open.inc' %]
4
<title> [% IF ( typeissue ) %]Subscribe to a subscription alert [% ELSIF ( typeissuecancel ) %] Unsubscribe from a subscription alert [% END %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
6
<title>[% FILTER collapse %]
7
    [% IF ( typeissue ) %]
8
        [% t("Subscribe to a subscription alert") | html %]
9
    [% ELSIF ( typeissuecancel ) %]
10
        [% t("Unsubscribe from a subscription alert") | html %]
11
    [% END %] &rsaquo;
12
    [% bibliotitle | html %] &rsaquo;
13
    [% PROCESS 'library_name_title' %]
14
[% END %]</title>
5
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
6
[% BLOCK cssinclude %][% END %]
16
[% BLOCK cssinclude %][% END %]
7
</head>
17
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-MARCdetail.tt (-2 / +14 lines)
Lines 2-12 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE AdditionalContents %]
4
[% USE AdditionalContents %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
5
[% PROCESS 'opac-authorities.inc' %]
7
[% PROCESS 'opac-authorities.inc' %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", 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 ) %]
9
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Entry [% authtypetext | html %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
11
<title>[% FILTER collapse %]
12
    [% t("MARC view") | html %] &rsaquo;
13
    [% summary.mainentry | html %]
14
    [% IF authtypetext %]
15
        ([% authtypetext | html %])
16
    [% END %] &rsaquo;
17
    [% PROCESS 'library_name_title' %]
18
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %]
20
[% BLOCK cssinclude %]
12
    [% IF ( displayhierarchy ) %]
21
    [% IF ( displayhierarchy ) %]
Lines 22-29 Link Here
22
            [% WRAPPER breadcrumb_item %]
31
            [% WRAPPER breadcrumb_item %]
23
                <a href="/cgi-bin/koha/opac-authorities-home.pl">Authority search</a>
32
                <a href="/cgi-bin/koha/opac-authorities-home.pl">Authority search</a>
24
            [% END %]
33
            [% END %]
34
            [% WRAPPER breadcrumb_item %]
35
                <a href="/cgi-bin/koha/opac-authoritiesdetail.pl?authid=[% authid | uri %]">[% summary.mainentry | html %] [% IF authtypetext %] ([% authtypetext | html %]) [% END %]</a>
36
            [% END %]
25
            [% WRAPPER breadcrumb_item bc_active= 1 %]
37
            [% WRAPPER breadcrumb_item bc_active= 1 %]
26
                <span>Entry [% authtypetext | html %]</span>
38
                [% t("MARC view") | html %]
27
            [% END %]
39
            [% END %]
28
        [% END #/ WRAPPER breadcrumbs %]
40
        [% END #/ WRAPPER breadcrumbs %]
29
41
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (-1 / +10 lines)
Lines 2-12 Link Here
2
[% USE Asset %]
2
[% USE Asset %]
3
[% USE Koha %]
3
[% USE Koha %]
4
[% USE AdditionalContents %]
4
[% USE AdditionalContents %]
5
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
5
[% PROCESS 'opac-authorities.inc' %]
7
[% PROCESS 'opac-authorities.inc' %]
6
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", 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 ) %]
9
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% INCLUDE 'doc-head-open.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
9
<title>[% summary.mainentry | html %][% IF authtypetext %] ([% authtypetext | html %])[% END %] &rsaquo; Authority search &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
11
<title>[% FILTER collapse %]
12
    [% summary.mainentry | html %]
13
    [% IF authtypetext %]
14
        ([% authtypetext | html %])
15
    [% END %] &rsaquo;
16
    [% t("Authority search") | html %] &rsaquo;
17
    [% PROCESS 'library_name_title' %]
18
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
19
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %]
20
[% BLOCK cssinclude %]
12
    [% IF ( displayhierarchy ) %]
21
    [% IF ( displayhierarchy ) %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth.tt (-9 / +14 lines)
Lines 3-19 Link Here
3
[% USE Categories %]
3
[% USE Categories %]
4
[% USE AdditionalContents %]
4
[% USE AdditionalContents %]
5
[% USE AuthClient %]
5
[% USE AuthClient %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'html_helpers.inc' %]
7
[% PROCESS 'html_helpers.inc' %]
7
[% SET OpacLoginInstructions = AdditionalContents.get( location => "OpacLoginInstructions", lang => lang, library => branchcode || default_branch ) %]
8
[% SET OpacLoginInstructions = AdditionalContents.get( location => "OpacLoginInstructions", lang => lang, library => branchcode || default_branch ) %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
[% INCLUDE 'doc-head-open.inc' %]
9
<title>
10
<title>[% FILTER collapse %]
10
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
11
    [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
11
    Log in to your account
12
        [% t("Log in to your account") | html %]
12
[% ELSE %]
13
    [% ELSE %]
13
    Catalog login disabled
14
        [% t("Catalog login disabled") | html %]
14
[% END %] &rsaquo;
15
    [% END %] &rsaquo;
15
 [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog
16
    [% PROCESS 'library_name_title' %]
16
</title>
17
[% END %]</title>
17
[% INCLUDE 'doc-head-close.inc' %]
18
[% INCLUDE 'doc-head-close.inc' %]
18
[% BLOCK cssinclude %][% END %]
19
[% BLOCK cssinclude %][% END %]
19
</head>
20
</head>
Lines 23-29 Link Here
23
<div class="main">
24
<div class="main">
24
    [% WRAPPER breadcrumbs %]
25
    [% WRAPPER breadcrumbs %]
25
        [% WRAPPER breadcrumb_item bc_active= 1 %]
26
        [% WRAPPER breadcrumb_item bc_active= 1 %]
26
            <span>Log in</span>
27
            [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
28
                <span>Log in to your account</span>
29
            [% ELSE %]
30
                <span>Catalog login disabled</span>
31
            [% END %]
27
        [% END %]
32
        [% END %]
28
    [% END #/ WRAPPER breadcrumbs %]
33
    [% END #/ WRAPPER breadcrumbs %]
29
34
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authorities-home.tt (-1 / +6 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>Authority search &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title>[% FILTER collapse %]
10
    [% t("Authority search") | html %] &rsaquo;
11
    [% PROCESS 'library_name_title' %]
12
[% END %]</title>
8
<meta name="robots" content="noindex">
13
<meta name="robots" content="noindex">
9
[% INCLUDE 'doc-head-close.inc' %]
14
[% INCLUDE 'doc-head-close.inc' %]
10
[% BLOCK cssinclude %][% END %]
15
[% BLOCK cssinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-authoritiessearchresultlist.tt (-1 / +7 lines)
Lines 1-6 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
[% PROCESS 'opac-authorities.inc' %]
8
[% PROCESS 'opac-authorities.inc' %]
Lines 38-44 Link Here
38
    </nav> <!-- / #pages -->
40
    </nav> <!-- / #pages -->
39
[% END %]
41
[% END %]
40
[% INCLUDE 'doc-head-open.inc' %]
42
[% INCLUDE 'doc-head-open.inc' %]
41
<title>[% IF ( total ) %]Authority search result[% ELSE %]No results found[% END %] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
43
<title>[% FILTER collapse %]
44
    [% t("Results") | html %] &rsaquo;
45
    [% t("Authority search") | html %] &rsaquo;
46
    [% PROCESS 'library_name_title' %]
47
[% END %]</title>
42
[% INCLUDE 'doc-head-close.inc' %]
48
[% INCLUDE 'doc-head-close.inc' %]
43
[% BLOCK cssinclude %][% END %]
49
[% BLOCK cssinclude %][% END %]
44
</head>
50
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt (-1 / +6 lines)
Lines 4-14 Link Here
4
[% USE Branches %]
4
[% USE Branches %]
5
[% USE KohaDates %]
5
[% USE KohaDates %]
6
[% USE Asset %]
6
[% USE Asset %]
7
[% PROCESS 'i18n.inc' %]
8
[% PROCESS 'html_helpers.inc' %]
7
[% SET is_popup = 1 %]
9
[% SET is_popup = 1 %]
8
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && TagsEnabled && TagsInputOnList ) %]
10
[% SET TagsInputEnabled = ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && TagsEnabled && TagsInputOnList ) %]
9
11
10
[% INCLUDE 'doc-head-open.inc' %]
12
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Your cart &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
13
<title>[% FILTER collapse %]
14
    [% t("Your cart") | html %] &rsaquo;
15
    [% PROCESS 'library_name_title' %]
16
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
17
[% INCLUDE 'doc-head-close.inc' %]
13
[% BLOCK cssinclude %]<style>.item-status, .dt-buttons { display: inline; } @media print { body { height: 99%; } }</style>[% END %]
18
[% BLOCK cssinclude %]<style>.item-status, .dt-buttons { display: inline; } @media print { body { height: 99%; } }</style>[% END %]
14
</head>
19
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-blocked.tt (-10 / +8 lines)
Lines 1-15 Link Here
1
[% USE raw %]
1
[% USE raw %]
2
[% USE AdditionalContents %]
2
[% USE AdditionalContents %]
3
[% SET OpacSuppressionMessage = AdditionalContents.get( location => "OpacSuppressionMessage", lang => lang, library => branchcode || default_branch ) %]
3
[% SET OpacSuppressionMessage = AdditionalContents.get( location => "OpacSuppressionMessage", lang => lang, library => branchcode || default_branch ) %]
4
[% PROCESS 'i18n.inc' %]
5
[% PROCESS 'html_helpers.inc' %]
4
[% INCLUDE 'doc-head-open.inc' %]
6
[% INCLUDE 'doc-head-open.inc' %]
5
<title>
7
<title>[% FILTER collapse %]
6
    Record blocked &rsaquo;
8
    [% t("Record blocked") | html %] &rsaquo;
7
    [% IF ( LibraryNameTitle ) %]
9
    [% PROCESS 'library_name_title' %]
8
        [% LibraryNameTitle | html %]
10
[% END %]</title>
9
    [% ELSE %]
10
        Koha online
11
    [% END %] catalog
12
</title>
13
[% INCLUDE 'doc-head-close.inc' %]
11
[% INCLUDE 'doc-head-close.inc' %]
14
[% BLOCK cssinclude %][% END %]
12
[% BLOCK cssinclude %][% END %]
15
</head>
13
</head>
Lines 18-24 Link Here
18
<div class="main">
16
<div class="main">
19
    [% WRAPPER breadcrumbs %]
17
    [% WRAPPER breadcrumbs %]
20
        [% WRAPPER breadcrumb_item bc_active= 1 %]
18
        [% WRAPPER breadcrumb_item bc_active= 1 %]
21
            <span>Blocked record</span>
19
            <span>Record blocked</span>
22
        [% END %]
20
        [% END %]
23
    [% END #/ WRAPPER breadcrumbs %]
21
    [% END #/ WRAPPER breadcrumbs %]
24
22
Lines 26-32 Link Here
26
        <div class="row justify-content-center">
24
        <div class="row justify-content-center">
27
            <div class="col-md-10 col-lg-6">
25
            <div class="col-md-10 col-lg-6">
28
                <div id="opac-blocked-message" class="maincontent">
26
                <div id="opac-blocked-message" class="maincontent">
29
                    <h1>Blocked</h1>
27
                    <h1>Record blocked</h1>
30
                    <p>You are not authorized to view this record.</p>
28
                    <p>You are not authorized to view this record.</p>
31
                    [% IF ( OpacSuppressionMessage ) %]
29
                    [% IF ( OpacSuppressionMessage ) %]
32
                        <div id="opacsuppressionmessage">
30
                        <div id="opacsuppressionmessage">
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browse.tt (-2 / +7 lines)
Lines 1-11 Link Here
1
[% USE raw %]
1
[% USE Koha %]
2
[% USE Koha %]
2
[% USE Asset %]
3
[% USE Asset %]
3
[% USE raw %]
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>Browse our catalog &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
10
<title>[% FILTER collapse %]
11
    [% t("Browse search") | html %] &rsaquo;
12
    [% PROCESS 'library_name_title' %]
13
[% END %]</title>
9
<meta name="robots" content="noindex">
14
<meta name="robots" content="noindex">
10
[% INCLUDE 'doc-head-close.inc' %]
15
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %][% END %]
16
[% BLOCK cssinclude %][% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-browser.tt (-1 / +6 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>Browse our catalog &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title>[% FILTER collapse %]
10
    [% t("Browse our catalog") | html %] &rsaquo;
11
    [% PROCESS 'library_name_title' %]
12
[% END %]</title>
8
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
9
[% BLOCK cssinclude %][% END %]
14
[% BLOCK cssinclude %][% END %]
10
</head>
15
</head>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-details.tt (-3 / +7 lines)
Lines 7-14 Link Here
7
[% USE Branches %]
7
[% USE Branches %]
8
[% USE TablesSettings %]
8
[% USE TablesSettings %]
9
[% PROCESS 'i18n.inc' %]
9
[% PROCESS 'i18n.inc' %]
10
[% PROCESS 'html_helpers.inc' %]
10
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
11
<title>Course reserves for [% course.course_name | html %][%- IF course.section -%] - [% course.section | html %][%- END -%] &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
12
<title>[% FILTER collapse %]
13
    [% tx("Course reserves for '{course_name}'", { course_name = course.course_name }) | html %] &rsaquo;
14
    [% PROCESS 'library_name_title' %]
15
[% END %]</title>
12
[% INCLUDE 'doc-head-close.inc' %]
16
[% INCLUDE 'doc-head-close.inc' %]
13
[% BLOCK cssinclude %][% END %]
17
[% BLOCK cssinclude %][% END %]
14
18
Lines 22-28 Link Here
22
            <a href="/cgi-bin/koha/opac-course-reserves.pl">Course reserves</a>
26
            <a href="/cgi-bin/koha/opac-course-reserves.pl">Course reserves</a>
23
        [% END %]
27
        [% END %]
24
        [% WRAPPER breadcrumb_item bc_active= 1 %]
28
        [% WRAPPER breadcrumb_item bc_active= 1 %]
25
            <span>Course reserves for &nbsp;<em>[% course.course_name | html %][%- IF course.section -%] - [% course.section | html %][%- END -%]</em></span>
29
            [% tx("Course reserves for '{course_name}'", { course_name = course.course_name }) | html %]
26
        [% END %]
30
        [% END %]
27
    [% END #/ WRAPPER breadcrumbs %]
31
    [% END #/ WRAPPER breadcrumbs %]
28
32
Lines 31-37 Link Here
31
            <div class="col">
35
            <div class="col">
32
                <div id="course_reserves" class="maincontent">
36
                <div id="course_reserves" class="maincontent">
33
37
34
                    <h1>Course reserves for <em>[% course.course_name | html %][%- IF course.section -%] - [% course.section | html %][%- END -%]</em></h1>
38
                    <h1>[% tx("Course reserves for '{course_name}'", { course_name = course.course_name }) | html %]</h1>
35
                    <div class="rows">
39
                    <div class="rows">
36
                        <ol>
40
                        <ol>
37
                            [% IF ( course.term ) %]<li><span class="label">[% tp('Semester', 'Term:') | html %]</span> [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %]</li>[% END %]
41
                            [% IF ( course.term ) %]<li><span class="label">[% tp('Semester', 'Term:') | html %]</span> [% AuthorisedValues.GetByCode( 'TERM', course.term, 1 ) | html %]</li>[% END %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-course-reserves.tt (-3 / +6 lines)
Lines 4-12 Link Here
4
[% USE AuthorisedValues %]
4
[% USE AuthorisedValues %]
5
[% USE TablesSettings %]
5
[% USE TablesSettings %]
6
[% PROCESS 'i18n.inc' %]
6
[% PROCESS 'i18n.inc' %]
7
7
[% PROCESS 'html_helpers.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
8
[% INCLUDE 'doc-head-open.inc' %]
9
<title>Courses &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog</title>
9
<title>[% FILTER collapse %]
10
    [% t("Course reserves") | html %] &rsaquo;
11
    [% PROCESS 'library_name_title' %]
12
[% END %]</title>
10
[% INCLUDE 'doc-head-close.inc' %]
13
[% INCLUDE 'doc-head-close.inc' %]
11
[% BLOCK cssinclude %][% END %]
14
[% BLOCK cssinclude %][% END %]
12
15
Lines 25-31 Link Here
25
        <div class="row">
28
        <div class="row">
26
            <div class="col order-first order-md-first order-lg-2">
29
            <div class="col order-first order-md-first order-lg-2">
27
                <div id="courses" class="maincontent">
30
                <div id="courses" class="maincontent">
28
                    <h1>Courses</h1>
31
                    <h1>Courses reserves</h1>
29
32
30
                    <table id="course_reserves_table" class="table table-bordered table-striped table-condensed">
33
                    <table id="course_reserves_table" class="table table-bordered table-striped table-condensed">
31
                        <caption class="sr-only">Courses</caption>
34
                        <caption class="sr-only">Courses</caption>
(-)a/opac/opac-authoritiesdetail.pl (-1 / +2 lines)
Lines 167-172 if ($show_marc) { Link Here
167
        }
167
        }
168
    }
168
    }
169
    $template->param( "Tab0XX" => \@loop_data );
169
    $template->param( "Tab0XX" => \@loop_data );
170
    my $summary = BuildSummary( $record, $authid, $authtypecode );
171
    $template->param( summary => $summary );
170
} else {
172
} else {
171
    my $AuthorityXSLTOpacDetailsDisplay = C4::Context->preference('AuthorityXSLTOpacDetailsDisplay');
173
    my $AuthorityXSLTOpacDetailsDisplay = C4::Context->preference('AuthorityXSLTOpacDetailsDisplay');
172
    if ($AuthorityXSLTOpacDetailsDisplay) {
174
    if ($AuthorityXSLTOpacDetailsDisplay) {
173
- 

Return to bug 33907