Bug 31939 - Add page-section to admin > libraries area
Summary: Add page-section to admin > libraries area
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Martin Renvoize
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on: 30952
Blocks: 31757 31950
  Show dependency treegraph
 
Reported: 2022-10-24 11:18 UTC by Martin Renvoize
Modified: 2023-12-28 20:43 UTC (History)
2 users (show)

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


Attachments
Bug 31939: Add page-section to branches template (2.36 KB, patch)
2022-10-24 11:22 UTC, Martin Renvoize
Details | Diff | Splinter Review
Bug 31939: Add page-section to branches template (2.40 KB, patch)
2022-10-24 13:17 UTC, David Nind
Details | Diff | Splinter Review
Bug 31939: Add page-section to branches template (2.46 KB, patch)
2022-10-24 15:18 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Renvoize 2022-10-24 11:18:22 UTC
The libraries administration area needs page-section classes adding.
Comment 1 Martin Renvoize 2022-10-24 11:22:52 UTC
Created attachment 142480 [details] [review]
Bug 31939: Add page-section to branches template

This patch adds the page-section class to the appropriate blocks in the Libraries administration area.

Test plan
1) Confirm that Administration > Libraries correctly displays the table
   inside a page-section card
2) Confirm that Administration > Libraries > 'A library' correctly
   displays a card for the main information at the top and a separate
   card for OPAC Information if added.
3) Confirm that the 'Add' and 'Edit' library forms still look good.
Comment 2 David Nind 2022-10-24 13:17:30 UTC
Created attachment 142499 [details] [review]
Bug 31939: Add page-section to branches template

This patch adds the page-section class to the appropriate blocks in the Libraries administration area.

Test plan
1) Confirm that Administration > Libraries correctly displays the table
   inside a page-section card
2) Confirm that Administration > Libraries > 'A library' correctly
   displays a card for the main information at the top and a separate
   card for OPAC Information if added.
3) Confirm that the 'Add' and 'Edit' library forms still look good.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2022-10-24 15:18:16 UTC
Created attachment 142526 [details] [review]
Bug 31939: Add page-section to branches template

This patch adds the page-section class to the appropriate blocks in the Libraries administration area.

Test plan
1) Confirm that Administration > Libraries correctly displays the table
   inside a page-section card
2) Confirm that Administration > Libraries > 'A library' correctly
   displays a card for the main information at the top and a separate
   card for OPAC Information if added.
3) Confirm that the 'Add' and 'Edit' library forms still look good.

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Comment 4 Tomás Cohen Arazi 2022-10-24 16:24:20 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!