Summary: | Inconsistency due to "Add to list" vs "Add to a list" | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Templates | Assignee: | 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
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. 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> Thanks, Owen. It's a small change, but I haven't had time to write them :| 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> Pushed for 25.05! Well done everyone, thank you! |