Bugzilla – Attachment 49380 Details for
Bug 16023
Use Font Awesome icons on audio alerts page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16023 - Use Font Awesome icons on audio alerts page
PASSED-QA-Bug-16023---Use-Font-Awesome-icons-on-au.patch (text/plain), 3.22 KB, created by
Katrin Fischer
on 2016-03-21 07:04:30 UTC
(
hide
)
Description:
[PASSED QA] Bug 16023 - Use Font Awesome icons on audio alerts page
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-03-21 07:04:30 UTC
Size:
3.22 KB
patch
obsolete
>From 8ddffdb37b41b945f644cc2bdaa91ce9a8f27640 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 9 Mar 2016 10:02:08 -0500 >Subject: [PATCH] [PASSED QA] Bug 16023 - Use Font Awesome icons on audio > alerts page >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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. > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 @@ > <li> > <label for="sound" class="required">Sound: </label> > <input id="sound" name="sound" type="text" class="required input-large" placeholder="sound" /> >- <button id="play-sound" class="btn btn-mini disabled"><i class="icon-play"></i> Play sound</button> >+ <button id="play-sound" class="btn btn-mini disabled"><i class="fa fa-play"></i> Play sound</button> > <span class="required">Required</span> > </li> > <li> >@@ -111,14 +111,14 @@ > </td> > <td>[% a.selector %]</td> > <td>[% a.sound %]</td> >- <td><a class="btn btn-small" onclick="EditAlert( this, '[% a.id %]','[% a.precedence %]', '[% a.selector | replace( "'", "\\'" ) | html %]', '[% a.sound %]' )" ><i class="icon-pencil"></i> Edit</a></td> >+ <td><a class="btn btn-small" onclick="EditAlert( this, '[% a.id %]','[% a.precedence %]', '[% a.selector | replace( "'", "\\'" ) | html %]', '[% a.sound %]' )" ><i class="fa fa-pencil"></i> Edit</a></td> > </tr> > [% END %] > </tbody> > </table> > > <p> >- <button id="delete-alerts" type="submit" class="btn disabled"><i class="icon-trash"></i> Delete selected alerts</button> >+ <button id="delete-alerts" type="submit" class="btn disabled"><i class="fa fa-trash"></i> Delete selected alerts</button> > </p> > </form> > </div> >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 16023
:
48877
|
49180
|
49207
|
49369
| 49380