Summary: | Use template wrapper for tabs: Tools | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | RESOLVED FIXED | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | minor | ||
Priority: | P5 - low | CC: | jacob.omara, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
23.05.00,22.11.05
|
|
Circulation function: | |||
Bug Depends on: | 32571 | ||
Bug Blocks: | 33637 | ||
Attachments: |
Bug 33324: Use template wrapper for tabs: Tools
Bug 33324: Use template wrapper for tabs: Tools Bug 33324: Use template wrapper for tabs: Tools |
Description
Owen Leonard
2023-03-23 16:09:22 UTC
Created attachment 148616 [details] [review] Bug 33324: Use template wrapper for tabs: Tools This patch updates templates in the tools directory so that they use the new WRAPPER directive to build tabbed navigation. To test, apply the patch and test each page to confirm that tabs still work as before: - Cataloging -> Export - This page by default will have two tabs, "Export bibliographic records" and "Export authority records." You can edit koha-conf.xml to enable two additional options: backup_db_via_tools and backup_conf_via_tools - Tools -> Batch patron modification - "By card number" and "By borrowernumber," and "By patron list" if you have any patron lists defined. - Tools -> Overdue notice/status triggers Created attachment 148875 [details] [review] Bug 33324: Use template wrapper for tabs: Tools This patch updates templates in the tools directory so that they use the new WRAPPER directive to build tabbed navigation. To test, apply the patch and test each page to confirm that tabs still work as before: - Cataloging -> Export - This page by default will have two tabs, "Export bibliographic records" and "Export authority records." You can edit koha-conf.xml to enable two additional options: backup_db_via_tools and backup_conf_via_tools - Tools -> Batch patron modification - "By card number" and "By borrowernumber," and "By patron list" if you have any patron lists defined. - Tools -> Overdue notice/status triggers Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> Created attachment 149316 [details] [review] Bug 33324: Use template wrapper for tabs: Tools This patch updates templates in the tools directory so that they use the new WRAPPER directive to build tabbed navigation. To test, apply the patch and test each page to confirm that tabs still work as before: - Cataloging -> Export - This page by default will have two tabs, "Export bibliographic records" and "Export authority records." You can edit koha-conf.xml to enable two additional options: backup_db_via_tools and backup_conf_via_tools - Tools -> Batch patron modification - "By card number" and "By borrowernumber," and "By patron list" if you have any patron lists defined. - Tools -> Overdue notice/status triggers Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 23.05. Nice work everyone, thanks! Nice work, thanks everyone! Pushed to 22.11.x for the next release. |