| Summary: | Two attributes class in OPAC masthead-langmenu.inc | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Fridolin Somers <fridolin.somers> |
| Component: | Templates | Assignee: | Fridolin Somers <fridolin.somers> |
| Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
| Severity: | minor | ||
| Priority: | P5 - low | CC: | m.de.rooy |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | Trivial patch |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: |
23.11.00,23.05.04,22.11.10
|
|
| Circulation function: | |||
| Bug Depends on: | 27881 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 34646: Fix two attributes class in OPAC masthead-langmenu.inc
Bug 34646: Fix two attributes class in OPAC masthead-langmenu.inc Bug 34646: Fix two attributes class in OPAC masthead-langmenu.inc |
||
|
Description
Fridolin Somers
2023-08-29 17:57:08 UTC
Created attachment 154915 [details] [review] 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 Created attachment 154945 [details] [review] 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> Created attachment 155054 [details] [review] 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> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed to master for 23.11. Nice work everyone, thanks! Pushed to 23.05.x for 23.05.04 Nice work everyone! Pushed to oldstable for 22.11.x |