Bugzilla – Attachment 52823 Details for
Bug 16793
Use Font Awesome for arrows instead of images in audio_alerts.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16793: Use Font Awesome for arrows instead of images in audio_alerts.tt
Bug-16793-Use-Font-Awesome-for-arrows-instead-of-i.patch (text/plain), 3.38 KB, created by
Kyle M Hall (khall)
on 2016-06-24 15:55:52 UTC
(
hide
)
Description:
Bug 16793: Use Font Awesome for arrows instead of images in audio_alerts.tt
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-06-24 15:55:52 UTC
Size:
3.38 KB
patch
obsolete
>From 51dcd270254c842f8692f967bd49cfb4986e2bb5 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Tue, 21 Jun 2016 15:19:40 -0600 >Subject: [PATCH] Bug 16793: Use Font Awesome for arrows instead of images in > audio_alerts.tt >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This changes fit with bug 16148 for marc modification template management > >To test >-Apply patch >-Goto Admin->Audio alerts >-Verify that green arrows have disappeared now > in blue Awesome Icons > >Signed-off-by: Marc Véron <veron@veron.ch> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> > >https://bugs.koha-community.org/show_bug.cgi?id=16794 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 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 ecec1c5..2a6a8a7 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 >@@ -80,7 +80,7 @@ > <tr> > <th> </th> > <th>Precedence</th> >- <th> </th> >+ <th>Change order</th> > <th>Selector</th> > <th>Sound</th> > <th> </th> >@@ -94,19 +94,19 @@ > <td>[% a.precedence %]</td> > <td style="white-space:nowrap;"> > <a title="Move alert up" href="audio_alerts.pl?action=move&where=up&id=[% a.id %]"> >- <img src="[% interface %]/[% theme %]/img/go-up.png" alt="Move alert up" /> >+ <i class="fa fa-arrow-up fa-lg order-control"></i> > </a> > > <a title="Move alert to top" href="audio_alerts.pl?action=move&where=top&id=[% a.id %]"> >- <img src="[% interface %]/[% theme %]/img/go-top.png" alt="Move alert to top" /> >+ <i class="fa fa-arrow-up fa-lg overline order-control"></i> > </a> > > <a title="Move alert to bottom" href="audio_alerts.pl?action=move&where=bottom&id=[% a.id %]"> >- <img src="[% interface %]/[% theme %]/img/go-bottom.png" alt="Move alert to bottom" /> >+ <i class="fa fa-arrow-down fa-lg underline order-control"></i> > </a> > > <a title="Move alert down" href="audio_alerts.pl?action=move&where=down&id=[% a.id %]"> >- <img src="[% interface %]/[% theme %]/img/go-down.png" alt="Move alert down" /> >+ <i class="fa fa-arrow-down fa-lg order-control"></i> > </a> > </td> > <td>[% a.selector %]</td> >-- >2.1.4
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 16793
:
52673
|
52675
| 52823 |
54513