From 03457e1c45a88bc03f09174206deffd3895c87c4 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Mar 2016 09:41:32 -0500 Subject: [PATCH] Bug 16022 - Use Font Awesome icons on patron lists page Content-Type: text/plain; charset="utf-8" The patron lists page had one stray instance of a Glyphicon class instead of Font Awesome. This patch corrects it. To test, apply the patch and go to Tools -> Patron lists. In the list of patron lists, confirm that the "Actions" menu displays the correct icon for "Print patron cards" and that the function of the menu item is correct. --- koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt index 2f9b7e3..87e950b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -66,7 +66,7 @@
  • Add patrons
  • Edit
  • Delete
  • -
  • Print patron cards
  • +
  • Print patron cards
  • -- 2.1.4