Bugzilla – Attachment 71917 Details for
Bug 20173
Clean up koha-tmpl directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix favicon.ico path in installer
Fix-faviconico-path-in-installer.patch (text/plain), 1.51 KB, created by
David Cook
on 2018-02-18 23:12:58 UTC
(
hide
)
Description:
Fix favicon.ico path in installer
Filename:
MIME Type:
Creator:
David Cook
Created:
2018-02-18 23:12:58 UTC
Size:
1.51 KB
patch
obsolete
>From 6d2879caa0b4e38cda7c93030a605628899c1af2 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Mon, 19 Feb 2018 10:11:29 +1100 >Subject: [PATCH] Fix favicon.ico path in installer > >This patch corrects the favicon.ico path for the installer. > >On git installs, it used to point to ./koha-tmpl/favicon.ico, >and on regular installs, it probably just didn't work. > >https://bugs.koha-community.org/show_bug.cgi?id=20173 >--- > koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc >index 16de754256..87229c2fd9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/installer-doc-head-close.inc >@@ -1,5 +1,5 @@ > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> >-<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> >+<link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon %][% ELSE %][% interface %]/[% theme %]/img/favicon.ico[% END %]" type="image/x-icon" /> > <link rel="stylesheet" type="text/css" href="[% interface %]/lib/jquery/jquery-ui-1.11.4.min.css" /> > <link rel="stylesheet" type="text/css" href="[% interface %]/lib/bootstrap/bootstrap.min.css" /> > <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/css/installer.css" /> >-- >2.12.3
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20173
:
71408
|
71695
|
71917
|
72249
|
72250
|
72285
|
72286