Bugzilla – Attachment 155748 Details for
Bug 34735
Current/disabled links in breadcrumbs are styled differently when in ERM module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34735: Update breadcrumb markup
Bug-34735-Update-breadcrumb-markup.patch (text/plain), 1.47 KB, created by
Katrin Fischer
on 2023-09-17 13:08:00 UTC
(
hide
)
Description:
Bug 34735: Update breadcrumb markup
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-17 13:08:00 UTC
Size:
1.47 KB
patch
obsolete
>From 8a9b2e9ec4fd8b7762e6639aa98bde55bebae701 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Thu, 7 Sep 2023 09:53:43 +0000 >Subject: [PATCH] Bug 34735: Update breadcrumb markup > >Make the breadcrumb navigation item markup match the rest of Koha > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/js/vue/components/NavigationItem.vue | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/NavigationItem.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/NavigationItem.vue >index baa20e5e64..c2683cec79 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/NavigationItem.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/NavigationItem.vue >@@ -31,14 +31,14 @@ > </template> > <span v-if="item.title">{{ $__(item.title) }}</span> > </a> >- <span v-else :class="{ disabled: item.disabled }"> >+ <a v-else href="#" aria-current="page"> > <template v-if="item.icon"> > <i :class="`${item.icon}`"></i> > </template> > <span class="item-last" v-if="item.title">{{ > $__(item.title) > }}</span> >- </span> >+ </a> > </span> > <ul v-if="item.children && item.children.length"> > <NavigationItem >-- >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 34735
:
155283
|
155287
|
155288
|
155289
|
155303
|
155304
|
155305
|
155306
|
155746
|
155747
| 155748 |
155749