Bug 32238

Summary: Add page-section to label creator pages
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: normal    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
URL: /cgi-bin/koha/labels/label-edit-batch.pl?op=add&number_type=itemnumber&number_list=18
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
22.11.00
Bug Depends on: 30952    
Bug Blocks: 31757    
Attachments: Bug 32238: Add page-section to label creator pages
Bug 32238: Add page-section to label creator pages

Description Katrin Fischer 2022-11-16 23:15:52 UTC
When printing a batch in the label creator, the list of items is missing the page section.
Comment 1 Owen Leonard 2022-11-17 19:37:00 UTC
Created attachment 144032 [details] [review]
Bug 32238: Add page-section to label creator pages

This patch modifies two label creator templates so that a .page-section
container is used to wrap main content.

To test, apply the patch and go to Cataloging -> Label creator.

 - Click Manage -> Label batches.
   - The display of existing batches should look correct.
 - Click "Edit" on one of the label batches.
   - If necessary, submit a set of barcodes or item numbers to add to
     the batch.
   - The display of items in the table of items should look correct.
Comment 2 Katrin Fischer 2022-11-17 20:04:01 UTC
Created attachment 144036 [details] [review]
Bug 32238: Add page-section to label creator pages

This patch modifies two label creator templates so that a .page-section
container is used to wrap main content.

To test, apply the patch and go to Cataloging -> Label creator.

 - Click Manage -> Label batches.
   - The display of existing batches should look correct.
 - Click "Edit" on one of the label batches.
   - If necessary, submit a set of barcodes or item numbers to add to
     the batch.
   - The display of items in the table of items should look correct.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 Katrin Fischer 2022-11-17 20:04:31 UTC
Straight to Tomas with this one.
Comment 4 Tomás Cohen Arazi 2022-11-22 19:40:36 UTC
Pushed to master for 22.11.

Nice work everyone, thanks!