Bug 23803

Summary: Add Font Awesome icon to cart in staff interface
Product: Koha Reporter: Claire Gravely <claire_gravely>
Component: Staff interfaceAssignee: Claire Gravely <claire_gravely>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: gmcharlt
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.11.00
Attachments: Bug 23803: Add Font Awesome icon to cart in staff interface
Bug 23803: Add Font Awesome icon to cart in staff interface
Bug 23803: Add Font Awesome icon to cart in staff interface
Bug 23803: (follow-up) Remove additional references and file
Bug 23803: (follow-up) Remove additional references and file

Description Claire Gravely 2019-10-11 12:20:13 UTC
The cart icon should be a font awesome icon to match the other icons used in Koha.
Comment 1 Claire Gravely 2019-10-11 12:25:22 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2019-10-11 12:32:08 UTC
Created attachment 94010 [details] [review]
Bug 23803: Add Font Awesome icon to cart in staff interface

This patch adds the font awesome icon to the cart in the staff
interface.

To test:

1. Apply patch and run yarn build (see:
 https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client)

2. Check that the old cart icon no longer displays and the new font
   awesome icon is positioned correctly

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Nick Clemens 2019-10-11 12:41:00 UTC
Created attachment 94012 [details] [review]
Bug 23803: Add Font Awesome icon to cart in staff interface

This patch adds the font awesome icon to the cart in the staff
interface.

To test:

1. Apply patch and run yarn build (see:
 https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client)

2. Check that the old cart icon no longer displays and the new font
   awesome icon is positioned correctly

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 4 Owen Leonard 2019-10-11 12:42:18 UTC
Created attachment 94013 [details] [review]
Bug 23803: (follow-up) Remove additional references and file

This patch removes the cart-small.gif file and a couple other references
to the file.
Comment 5 Nick Clemens 2019-10-11 12:44:44 UTC
Created attachment 94014 [details] [review]
Bug 23803: (follow-up) Remove additional references and file

This patch removes the cart-small.gif file and a couple other references
to the file.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 6 Martin Renvoize 2019-10-11 13:37:06 UTC
Nice work!

Pushed to master for 19.11.00