Bugzilla – Attachment 170783 Details for
Bug 37752
Tabs for MARC subfield structure are missing a class
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37752: Add missing class to navigation tab links
Bug-37752-Add-missing-class-to-navigation-tab-link.patch (text/plain), 2.69 KB, created by
Lucas Gass (lukeg)
on 2024-08-27 20:12:25 UTC
(
hide
)
Description:
Bug 37752: Add missing class to navigation tab links
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2024-08-27 20:12:25 UTC
Size:
2.69 KB
patch
obsolete
>From 1d0ca0da3011ac3d4babb07754c78ff33a27f008 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Tue, 27 Aug 2024 20:11:23 +0000 >Subject: [PATCH] Bug 37752: Add missing class to navigation tab links > >To test: >1. Go to Administration > MARC bibliographic frameworks > Default framework Tag 942 > subfield structure >2. Notice the tabs at the top have no style. >3. APPLY PATCH >4. 1 -3 again, tabs should look right. >--- > .../prog/en/modules/admin/marc_subfields_structure.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >index d5ef541220f..617a66963b8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/marc_subfields_structure.tt >@@ -115,9 +115,9 @@ > [% FOREACH loo IN loop %] > <li id="tab_subfield_[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]" class="tab-item" role="presentation"> > [% IF ( loo.new_subfield ) %] >- <a href="#sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" aria-controls="sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" role="tab" data-bs-toggle="tab" title="[% loo.liblibrarian | html_entity %]">New</a> >+ <a href="#sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" class="nav-link" aria-controls="sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" role="tab" data-bs-toggle="tab" title="[% loo.liblibrarian | html_entity %]">New</a> > [% ELSE %] >- <a href="#sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" aria-controls="sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" role="tab" data-bs-toggle="tab" title="[% loo.liblibrarian | html_entity %]"> >+ <a href="#sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" class="nav-link" aria-controls="sub[%- PROCESS outputsubfield subfieldanchor = loo.subfieldcode -%]field" role="tab" data-bs-toggle="tab" title="[% loo.liblibrarian | html_entity %]"> > [% loo.subfieldcode | html %] > </a> > [% END %] >-- >2.39.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 37752
:
170783
|
170791
|
170863