Bug 39404

Summary: Inconsistency due to "Add to list" vs "Add to a list"
Product: Koha Reporter: David Cook <dcook>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: Pushed to main --- QA Contact: Emily Lamancusa (emlam) <emily.lamancusa>
Severity: trivial    
Priority: P5 - low CC: emily.lamancusa
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Bug Depends on:    
Bug Blocks: 39372    
Attachments: Bug 39404: Update Cart control to say "Add to list" for consistency
Bug 39404: Update Cart control to say "Add to list" for consistency
Bug 39404: Update Cart control to say "Add to list" for consistency

Description David Cook 2025-03-21 04:14:07 UTC
Most places in Koha say "Add to list", but the cart (both OPAC and staff interface) is the exception which uses "Add to a list".
Comment 1 Owen Leonard 2025-03-21 15:20:53 UTC
Created attachment 179625 [details] [review]
Bug 39404: Update Cart control to say "Add to list" for consistency

This patch update the template for the cart in both the staff interface
and OPAC so that the control for adding an item in the cart to a list.

To test, apply the patch and log in to the OPAC.

- Perform a catalog search in the OPAC which will return multiple
  results.
- From the search results page, check checkboxes next to multiple
  results and click "Add to cart."
- Open the cart by clicking the "Cart" link at the top of the page.
- In the cart popup, you should see "Select titles to:" You should see a
  button labeled "Add to list."
- Perform the same test in the staff interface.
Comment 2 David Cook 2025-03-25 01:11:08 UTC
Created attachment 179677 [details] [review]
Bug 39404: Update Cart control to say "Add to list" for consistency

This patch update the template for the cart in both the staff interface
and OPAC so that the control for adding an item in the cart to a list.

To test, apply the patch and log in to the OPAC.

- Perform a catalog search in the OPAC which will return multiple
  results.
- From the search results page, check checkboxes next to multiple
  results and click "Add to cart."
- Open the cart by clicking the "Cart" link at the top of the page.
- In the cart popup, you should see "Select titles to:" You should see a
  button labeled "Add to list."
- Perform the same test in the staff interface.

Signed-off-by: David Cook <dcook@prosentient.com.au>
Comment 3 David Cook 2025-03-25 01:12:22 UTC
Thanks, Owen. It's a small change, but I haven't had time to write them :|
Comment 4 Emily Lamancusa (emlam) 2025-03-27 12:55:07 UTC
Created attachment 179786 [details] [review]
Bug 39404: Update Cart control to say "Add to list" for consistency

This patch update the template for the cart in both the staff interface
and OPAC so that the control for adding an item in the cart to a list.

To test, apply the patch and log in to the OPAC.

- Perform a catalog search in the OPAC which will return multiple
  results.
- From the search results page, check checkboxes next to multiple
  results and click "Add to cart."
- Open the cart by clicking the "Cart" link at the top of the page.
- In the cart popup, you should see "Select titles to:" You should see a
  button labeled "Add to list."
- Perform the same test in the staff interface.

Signed-off-by: David Cook <dcook@prosentient.com.au>
Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov>
Comment 5 Katrin Fischer 2025-04-11 07:56:24 UTC
Pushed for 25.05!

Well done everyone, thank you!