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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-1 / +1 lines)
Lines 4-10 Link Here
4
[%- USE KohaPlugins -%]
4
[%- USE KohaPlugins -%]
5
[% USE Asset %]
5
[% USE Asset %]
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
7
<meta name="generator" content="Koha" /> <!-- leave this for stats -->
8
<meta name="viewport" content="width=device-width, initial-scale=1" />
8
<meta name="viewport" content="width=device-width, initial-scale=1" />
9
<meta name="csrf-token" content="[% Koha.GenerateCSRF | $raw %]">
9
<meta name="csrf-token" content="[% Koha.GenerateCSRF | $raw %]">
10
[% Asset.css("lib/jquery/responsive.dataTables.min.css") | $raw %]
10
[% Asset.css("lib/jquery/responsive.dataTables.min.css") | $raw %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sci/sci-main.tt (-1 / +1 lines)
Lines 28-34 Link Here
28
<title>Self check-in &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
28
<title>Self check-in &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
29
29
30
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
30
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
31
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
31
<meta name="generator" content="Koha" /> <!-- leave this for stats -->
32
32
33
[% IF ( Koha.Preference('OpacFavicon') ) %]
33
[% IF ( Koha.Preference('OpacFavicon') ) %]
34
    <link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" />
34
    <link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/help.tt (-1 / +1 lines)
Lines 8-14 Link Here
8
[% SET SelfCheckHelpMessage = AdditionalContents.get( location => "SelfCheckHelpMessage", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %]
8
[% 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>
9
<title>Self checkout help &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
10
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
11
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
11
<meta name="generator" content="Koha" /> <!-- leave this for stats -->
12
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon')  ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
12
<link rel="shortcut icon" href="[% IF ( Koha.Preference('OpacFavicon')  ) %][% Koha.Preference('OpacFavicon') | url %][% ELSE %][% interface | html %]/[% theme | html %]/images/favicon.ico[% END %]" type="image/x-icon" />
13
[% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %]
13
[% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %]
14
[% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %]
14
[% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 11-17 Link Here
11
[% INCLUDE 'doc-head-open.inc' %]
11
[% INCLUDE 'doc-head-open.inc' %]
12
<title>Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
12
<title>Self checkout &rsaquo; [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha [% END %]</title>
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
13
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
14
<meta name="generator" content="Koha [% Version | html %]" /> <!-- leave this for stats -->
14
<meta name="generator" content="Koha" /> <!-- leave this for stats -->
15
[% IF ( Koha.Preference('OpacFavicon') ) %]
15
[% IF ( Koha.Preference('OpacFavicon') ) %]
16
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" />
16
<link rel="shortcut icon" href="[% Koha.Preference('OpacFavicon') | url %]" type="image/x-icon" />
17
[% ELSE %]
17
[% ELSE %]
18
- 

Return to bug 37724