From 16265893b1a9b65ed4ddb6a9bca360bd804e19f6 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Mar 2016 10:43:52 -0500 Subject: [PATCH] Bug 16026 - Use Font Awesome icons on cataloging home page The cataloging home page has one instance of a Glyphicon. This patch replaces it with a Font Awesome icon. To test you must have the EnableAdvancedCatalogingEditor preference enabled. - Apply the patch and go to the Cataloging home page. - Confirm that the "Advanced editor" button uses the "pencil" icon and that it still works correctly. Signed-off-by: Nicole C Engard --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt index 7423430..88d58ee 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/addbooks.tt @@ -90,7 +90,7 @@ [% IF ( CAN_user_editcatalogue_edit_catalogue ) %]
[% IF Koha.Preference( 'EnableAdvancedCatalogingEditor' ) == 1 %] - Advanced editor + Advanced editor [% END %]
-- 2.1.4