From 18f3cb54881fea6c5d817cbfa7596fd42826d78d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 9 Mar 2016 10:02:08 -0500 Subject: [PATCH] Bug 16023 - Use Font Awesome icons on audio alerts page Content-Type: text/plain; charset="utf-8" The audio alerts management page uses Glyphicons in a few places. This patch replaces them with Font Awesome icons. To test, apply the patch for Bug 15886 if necessary and enable the AudioAlerts system preference. - Go to Administration -> Audio alerts - Confirm that icons for "Edit" and "Delete selected" look correct. - Edit an existing alert and confirm that the "play" button looks correct and works correctly. --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt index 69b0aa2..83c9eca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt @@ -38,7 +38,7 @@
  • - + Required
  • @@ -111,14 +111,14 @@ [% a.selector %] [% a.sound %] - Edit + Edit [% END %]

    - +

    -- 2.1.4