Bugzilla – Attachment 152283 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.45 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-06-12 18:40:52 UTC
(
hide
)
Description:
Bug 33988: Update gear icon on staff main page
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-06-12 18:40:52 UTC
Size:
1.45 KB
patch
obsolete
>From 0e65ef7fe3b917d996dc9ff759f1af0da7781a24 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> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 e283bcf984d..c2b555d3d3f 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.39.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