From 77b0c17d4915db55c65bc2306315036e686264ed 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 --- 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 1649702..1c6908c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/itemtypes.tt @@ -141,7 +141,7 @@ Item types administration Required [% IF can_be_translated %] - Translate into other languages + Translate into other languages [% END %]
  • -- 2.7.0