From 95d6311d3f17e0519d9a17e1590350b6a9cca1ad Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Mar 2016 10:14:58 -0500 Subject: [PATCH] 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 Signed-off-by: Jonathan Druart Signed-off-by: Brendan A Gallagher (cherry picked from commit d638520f85e6806cbde83fa47cc7aa3e6fefa3ff) Signed-off-by: Julian Maurice --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt index 11e81afca0..b9f89fda97 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -127,7 +127,7 @@ Item types administration
  • Required [% IF can_be_translated %] - Translate into other languages + Translate into other languages [% END %]
  • -- 2.39.5