Bug 36359 - Broken OPAC mainpage layouts in 23.05.09
Summary: Broken OPAC mainpage layouts in 23.05.09
Status: Pushed to oldstable
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 23.05
Hardware: All All
: P5 - low normal (vote)
Assignee: Lucas Gass
QA Contact: Testopia
URL:
Keywords:
Depends on: 34647
Blocks:
  Show dependency treegraph
 
Reported: 2024-03-19 16:06 UTC by Lucas Gass
Modified: 2024-03-21 17:33 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
23.05.09
Version(s) released in:


Attachments
Bug 36359: [23.05.x] Fix bad rebase of opac-main.tt (3.44 KB, patch)
2024-03-19 16:16 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 36359: [23.05.x] Fix bad rebase of opac-main.tt (3.50 KB, patch)
2024-03-19 16:29 UTC, Kyle M Hall
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Lucas Gass 2024-03-19 16:16:26 UTC
Created attachment 163464 [details] [review]
Bug 36359: [23.05.x] Fix bad rebase of opac-main.tt

To test:
1. Add a OPAC news item
2. Go to the OPAC home page, view source, and copy that into an HTML validator. See errors.
3. APPLY PATCH
4. Try step 2 again, errors should be fixed.
Comment 2 Kyle M Hall 2024-03-19 16:29:23 UTC
Created attachment 163465 [details] [review]
Bug 36359: [23.05.x] Fix bad rebase of opac-main.tt

To test:
1. Add a OPAC news item
2. Go to the OPAC home page, view source, and copy that into an HTML validator. See errors.
3. APPLY PATCH
4. Try step 2 again, errors should be fixed.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 3 Christopher Brannon 2024-03-19 16:50:29 UTC
Until this hits servers, a temporary workaround:

$('#opac-main #rssnews-container').unwrap();
$('#opac-main #OpacMainUserBlock').insertAfter('#news');
$('#opac-main div.order-md-2').insertAfter('div.maincontent');
Comment 4 Lucas Gass 2024-03-19 17:11:41 UTC
Backported to 23.05.x for upcoming 23.05.10