Bug 16793: Use Font Awesome for arrows instead of images in audio_alerts.tt
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 Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
This commit is contained in:
parent
eb77861750
commit
90da601783
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue