Bugzilla – Attachment 155054 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.86 KB, created by
Marcel de Rooy
on 2023-09-01 07:46:42 UTC
(
hide
)
Description:
Bug 34646: Fix two attributes class in OPAC masthead-langmenu.inc
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-09-01 07:46:42 UTC
Size:
1.86 KB
patch
obsolete
>From 0e6f3d3a1858d28a54afd343da5188f613dfbc2a 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 >Content-Type: text/plain; charset=utf-8 > >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> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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