Bug 34384

Summary: Inconsistencies in Library transfer limits page titles, breadcrumbs, and header
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Katrin Fischer <katrin.fischer>
Severity: trivial    
Priority: P5 - low CC: fridolin.somers
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Trivial patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
23.11.00
Circulation function:
Bug Depends on: 33909    
Bug Blocks: 34396    
Attachments: Bug 34384: Fix inconsistencies in Library transfer limits page titles, breadcrumbs, and heading
Bug 34384: Fix inconsistencies in Library transfer limits page titles, breadcrumbs, and heading
Bug 34384: Fix inconsistencies in Library transfer limits page titles, breadcrumbs, and heading

Description Caroline Cyr La Rose 2023-07-25 16:58:35 UTC
While testing bug 33909, I had to look at all the pages in the administration module. In doing so, I found some inconsistencies between the various pages. 

For the Library transfer limits page (basic editor), here is what should be changed to make it consistent with the other pages in the module:

Page title
- Change 'Library checkin and transfer policy' to 'Library transfer limits'
- Should the branchcode be there? (e.g. Library transfer limits for 'CPL')

Breadcrumb
- Change 'Set library checkin and transfer policy' to 'Library transfer limits'
- Should the branchcode be there? (e.g. Library transfer limits for 'CPL')

Page header
- Change 'Library CPL - Centerville Checkin and transfer policy' to "Library transfer limits for 'CPL'"


For the advanced editor,

Page title
- Change 'Library checkin and transfer policy' to 'Library transfer limits'

Breadcrumb
- Change 'Set library checkin and transfer policy' to 'Library transfer limits'

Page header
- Change 'Checkin and transfer policy' to 'Library transfer limits'
Comment 1 Owen Leonard 2023-08-18 11:25:17 UTC
Created attachment 154640 [details] [review]
Bug 34384: Fix inconsistencies in Library transfer limits page titles, breadcrumbs, and heading

This patch makes a few minor corrections to the library transfer limits
pages, both basic and advanced, standardizing on the name "Library
transfer limits" for page title, breadcrumb navigation, and page
heading.

To test, apply the patch and go to Administration -> Library transfer
limits.

- Confirm that the page shows "Library transfer limits for [library]
  [library code]"
- Breadcrumb navigation, page title, and heading should match.
- Swith to the advanced editor
- The title should now be simply "Library transfer limits"
Comment 2 Lucas Gass (lukeg) 2023-08-18 14:16:46 UTC
Created attachment 154659 [details] [review]
Bug 34384: Fix inconsistencies in Library transfer limits page titles, breadcrumbs, and heading

This patch makes a few minor corrections to the library transfer limits
pages, both basic and advanced, standardizing on the name "Library
transfer limits" for page title, breadcrumb navigation, and page
heading.

To test, apply the patch and go to Administration -> Library transfer
limits.

- Confirm that the page shows "Library transfer limits for [library]
  [library code]"
- Breadcrumb navigation, page title, and heading should match.
- Swith to the advanced editor
- The title should now be simply "Library transfer limits"

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 3 Katrin Fischer 2023-08-24 22:34:00 UTC
Created attachment 154763 [details] [review]
Bug 34384: Fix inconsistencies in Library transfer limits page titles, breadcrumbs, and heading

This patch makes a few minor corrections to the library transfer limits
pages, both basic and advanced, standardizing on the name "Library
transfer limits" for page title, breadcrumb navigation, and page
heading.

To test, apply the patch and go to Administration -> Library transfer
limits.

- Confirm that the page shows "Library transfer limits for [library]
  [library code]"
- Breadcrumb navigation, page title, and heading should match.
- Swith to the advanced editor
- The title should now be simply "Library transfer limits"

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 4 Tomás Cohen Arazi (tcohen) 2023-08-29 17:58:33 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 5 Fridolin Somers 2023-08-30 07:06:14 UTC
Does not apply on 23.05.x, maybe depends on Bug 33909 ?