| Summary: | Replace staff interface table sort icons with SVG | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Owen Leonard <oleonard> |
| Component: | Templates | Assignee: | Owen Leonard <oleonard> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | CC: | lucas, sally.healey |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26164 | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: |
20.11.00
|
Circulation function: | |
| Attachments: |
Bug 26060: Replace staff interface table sort icons with SVG
Bug 26060: Replace staff interface table sort icons with SVG Bug 26060: Replace staff interface table sort icons with SVG |
||
|
Description
Owen Leonard
2020-07-24 15:00:57 UTC
Created attachment 107357 [details] [review] Bug 26060: Replace staff interface table sort icons with SVG This patch modifies the staff interface CSS to convert table sorting icons from PNG to SVG. These icons are added via background-image data-urls, so only the SCSS file is modified. To test, apply the patch and rebuild the staff interface CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface). - Clear your browser cache if necessary - View any DataTable in the staff interface, for instance when checking out to a patron with existing checkouts, the catalog detail page for a title with holdings, the table of saved reports. - Confirm that the sorting icons in the table headers look correct in each state: Sorted ascending, sorted descending, and unsorted. Created attachment 107432 [details] [review] Bug 26060: Replace staff interface table sort icons with SVG This patch modifies the staff interface CSS to convert table sorting icons from PNG to SVG. These icons are added via background-image data-urls, so only the SCSS file is modified. To test, apply the patch and rebuild the staff interface CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface). - Clear your browser cache if necessary - View any DataTable in the staff interface, for instance when checking out to a patron with existing checkouts, the catalog detail page for a title with holdings, the table of saved reports. - Confirm that the sorting icons in the table headers look correct in each state: Sorted ascending, sorted descending, and unsorted. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Created attachment 107542 [details] [review] Bug 26060: Replace staff interface table sort icons with SVG This patch modifies the staff interface CSS to convert table sorting icons from PNG to SVG. These icons are added via background-image data-urls, so only the SCSS file is modified. To test, apply the patch and rebuild the staff interface CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_interface). - Clear your browser cache if necessary - View any DataTable in the staff interface, for instance when checking out to a patron with existing checkouts, the catalog detail page for a title with holdings, the table of saved reports. - Confirm that the sorting icons in the table headers look correct in each state: Sorted ascending, sorted descending, and unsorted. Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Could we have this for the OPAC as well, please? (thinking of the item table especially) Pushed to master for 20.11, thanks to everybody involved! Skipping enchancement for 20.05.x series |