Bugzilla – Attachment 154945 Details for
Bug 34646
Two attributes class in OPAC masthead-langmenu.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34646: Fix two attributes class in OPAC masthead-langmenu.inc
Bug-34646-Fix-two-attributes-class-in-OPAC-masthea.patch (text/plain), 1.76 KB, created by
Owen Leonard
on 2023-08-30 11:02:07 UTC
(
hide
)
Description:
Bug 34646: Fix two attributes class in OPAC masthead-langmenu.inc
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-08-30 11:02:07 UTC
Size:
1.76 KB
patch
obsolete
>From 61345d796c89d6371ae4beeebc34e4c6f93ba15f Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Tue, 29 Aug 2023 07:59:05 -1000 >Subject: [PATCH] Bug 34646: Fix two attributes class in OPAC > masthead-langmenu.inc > >In OPAC template masthead-langmenu.inc a link as two class attributes : > <a class="dropdown-item" href="#" tabindex="-1" class="menu-inactive" role="menuitem"> > >Test plan : >1) Go to OPAC with at least one translation >2) Look at HTML source code >=> Without patch you see a link with 2 class attributes >=> With patch you see the 2 classes in same class attribute > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc >index de27ee097b..daf4e9de6e 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead-langmenu.inc >@@ -20,7 +20,7 @@ > [% ELSE %] > [% IF ( languages_loo.group_enabled ) %] > [% IF ( languages_loo.current ) %] >- <a class="dropdown-item" href="#" tabindex="-1" class="menu-inactive" role="menuitem"> >+ <a class="dropdown-item menu-inactive" href="#" tabindex="-1" role="menuitem"> > [% IF ( languages_loo.native_description ) %] > [% languages_loo.native_description | html %] > [% ELSE %] >-- >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 34646
:
154915
|
154945
|
155054