Bugzilla – Attachment 152325 Details for
Bug 33998
Installer and onboarding have incorrect Font Awesome asset links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33998: Installer and onboarding have incorrect Font Awesome asset links
Bug-33998-Installer-and-onboarding-have-incorrect-.patch (text/plain), 1.89 KB, created by
Lucas Gass (lukeg)
on 2023-06-13 19:58:51 UTC
(
hide
)
Description:
Bug 33998: Installer and onboarding have incorrect Font Awesome asset links
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2023-06-13 19:58:51 UTC
Size:
1.89 KB
patch
obsolete
>From e0b92c99aaf8d2d603cae658e0dbfa30c5afbb7c Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 13 Jun 2023 16:11:53 +0000 >Subject: [PATCH] Bug 33998: Installer and onboarding have incorrect Font > Awesome asset links > >This patch corrects the Font Awesome asset links in the web installer. >They were not updated during the upgrade to Font Awesome 6. > >Unrelated: The patch also removes the inclusion of jQueryUI. It is not >used in the installation or onboarding process. > >To test, apply the patch and run the web installer. The display of >installation steps should include square icons indicating which steps >are complete. > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> >--- > .../prog/en/includes/installer-doc-head-close.inc | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >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 e1637d7bcc..62b01cc951 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 >@@ -2,9 +2,10 @@ > [% USE Asset %] > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <link rel="shortcut icon" href="[% IF ( IntranetFavicon ) %][% IntranetFavicon | html %][% ELSE %][% interface | html %]/[% theme | html %]/img/favicon.ico[% END %]" type="image/x-icon" /> >-[% Asset.css("lib/jquery/jquery-ui-1.13.1.min.css") | $raw %] > [% Asset.css("lib/bootstrap/bootstrap.min.css") | $raw %] >-[% Asset.css("lib/font-awesome/css/font-awesome.min.css") | $raw %] >+[% Asset.css("lib/fontawesome/css/fontawesome.min.css") | $raw %] >+[% Asset.css("lib/fontawesome/css/brands.min.css") | $raw %] >+[% Asset.css("lib/fontawesome/css/solid.min.css") | $raw %] > [% Asset.css("css/installer.css") | $raw %] > <script> > var Koha = {}; >-- >2.30.2
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 33998
:
152310
|
152325
|
152330