Bugzilla – Attachment 152281 Details for
Bug 33988
Font awesome fa-gears on staff main page look wrong after upgrade to FA6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33988: Update gear icon on staff main page
Bug-33988-Update-gear-icon-on-staff-main-page.patch (text/plain), 1.39 KB, created by
Owen Leonard
on 2023-06-12 18:31:19 UTC
(
hide
)
Description:
Bug 33988: Update gear icon on staff main page
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-06-12 18:31:19 UTC
Size:
1.39 KB
patch
obsolete
>From 849dc67694401bbc371e432be59adda45907c464 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Mon, 12 Jun 2023 17:54:53 +0000 >Subject: [PATCH] Bug 33988: Update gear icon on staff main page > >To test. >1. On staff home page notice the gear icon necxt to 'Koha > administration' looks different than the others/ >2. Apply patch. >3. It looks better. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >index e283bcf984..c2b555d3d3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt >@@ -159,7 +159,7 @@ > > [% IF ( CAN_user_parameters ) %] > <li> >- <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-solid fa-gears"></i>Koha administration</a> >+ <a class="icon_general icon_administration" href="/cgi-bin/koha/admin/admin-home.pl"><i class="fa fa-fw fa-gears"></i>Koha administration</a> > </li> > [% END %] > <li> >-- >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 33988
:
152278
|
152281
|
152283