From 2c9e67ddfa8b639f7a168ea6ebad5dfa4cc6e2f0 Mon Sep 17 00:00:00 2001 From: Hector Castro Date: Sat, 14 May 2016 00:26:44 -0600 Subject: [PATCH] Bug 16456: Add Font Awesome icons to tag result To test goto: -Tags -> and click in a tag with multiple titles -A table with titles tagged with the term is presented -See the new button 'Remove' -Verify if you can remove tag from a selected title. --- koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt index 24bb2de..ee4ef72 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tags/list.tt @@ -71,7 +71,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : [% END %][% ELSE %]This record has no items.[% END %] -
+
[% END %] -- 2.1.4