Summary: | Use Font Awesome icons on item types administration page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | brendan, julian.maurice, testopia |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/admin/itemtypes.pl?op=add_form&itemtype=XXX | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14915 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 16024 - Use Font Awesome icons on item types administration page
Bug 16024 - Use Font Awesome icons on item types administration page |
Description
Owen Leonard
2016-03-09 15:14:22 UTC
Created attachment 48878 [details] [review] Bug 16024 - Use Font Awesome icons on item types administration page When editing an item type, a Glyphicon is used for the "translate" link. It should use a Font Awesome icon instead. This patch corrects it. To test, apply the patch and go to Administration -> Item types. - Edit an existing item type. - Confirm that the icon associated with the "Translate into other languages" link is correct. Created attachment 48947 [details] [review] Bug 16024 - Use Font Awesome icons on item types administration page When editing an item type, a Glyphicon is used for the "translate" link. It should use a Font Awesome icon instead. This patch corrects it. To test, apply the patch and go to Administration -> Item types. - Edit an existing item type. - Confirm that the icon associated with the "Translate into other languages" link is correct. Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to Master - Should be in the May 2016 release. Thanks! Patch pushed to 3.22.x, will be in 3.22.5 |