Bugzilla – Attachment 157806 Details for
Bug 33169
Improve vue breadcrumbs and left-hand menu
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[23.05 without DNP-Patch] Bug 33169: (QA follow-up) Fix some icons for lower FA version
2305-without-DNP-Patch-Bug-33169-QA-follow-up-Fix-.patch (text/plain), 1.63 KB, created by
Katrin Fischer
on 2023-10-25 15:02:22 UTC
(
hide
)
Description:
[23.05 without DNP-Patch] Bug 33169: (QA follow-up) Fix some icons for lower FA version
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-10-25 15:02:22 UTC
Size:
1.63 KB
patch
obsolete
>From 053d15cc7f34ace73e9910ac91dd71b1f8024ec8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Wed, 25 Oct 2023 11:38:27 +0000 >Subject: [PATCH] [23.05 without DNP-Patch] Bug 33169: (QA follow-up) Fix some > icons for lower FA version > >In the navigation some icons were missing, because they had changed >names between versions, this restores them. Fixed icons concerned >the navigation items: > >* Local >* Local > Titles >* EBSCO > Titles >--- > koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >index dbd78f57f66..8e7075f6811 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/routes/erm.js >@@ -116,7 +116,7 @@ export const routes = [ > { > path: "local", > title: $__("Local"), >- icon: "fa-solid fa-location-dot", >+ icon: "fa fa-map-marker", > disabled: true, > children: [ > { >@@ -161,7 +161,7 @@ export const routes = [ > { > path: "titles", > title: $__("Titles"), >- icon: "fa-solid fa-arrow-down-a-z", >+ icon: "fa fa-sort-alpha-asc", > is_end_node: true, > children: [ > { >-- >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 33169
:
147962
|
148044
|
148081
|
148097
|
149710
|
149744
|
151530
|
151797
|
152068
|
152539
|
152540
|
152541
|
153889
|
153890
|
157785
|
157806
|
157807