Bugzilla – Attachment 72250 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]
Bug 20173: Fix favicon.ico path in installer
Bug-20173-Fix-faviconico-path-in-installer.patch (text/plain), 1.57 KB, created by
Fridolin Somers
on 2018-02-27 08:30:08 UTC
(
hide
)
Description:
Bug 20173: Fix favicon.ico path in installer
Filename:
MIME Type:
Creator:
Fridolin Somers
Created:
2018-02-27 08:30:08 UTC
Size:
1.57 KB
patch
obsolete
>From 63ed1036620b9878f0766c8a4b3ee186e0c3e01b 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] Bug 20173: 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 >Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> >--- > 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 16de754..87229c2 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.7.4
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