Bugzilla – Attachment 157807 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), 2.07 KB, created by
Katrin Fischer
on 2023-10-25 15:04:05 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:04:05 UTC
Size:
2.07 KB
patch
obsolete
>From d3033ada5b7f968b271f661e73ab251f1cf3c09b 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 | 6 +++--- > 1 file changed, 3 insertions(+), 3 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..e0bc15107bc 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: [ > { >@@ -247,7 +247,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