From 053d15cc7f34ace73e9910ac91dd71b1f8024ec8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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