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".
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>