From 63fc107bf864b19569aa61e4587e0cda513be3a7 Mon Sep 17 00:00:00 2001 From: Lucas Gass 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. --- 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 ) %]
  • - Koha administration + Koha administration
  • [% END %]
  • -- 2.30.2