View | Details | Raw Unified | Return to bug 16793
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-6 / +5 lines)
Lines 80-86 Link Here
80
                            <tr>
80
                            <tr>
81
                                <th>&nbsp;</th>
81
                                <th>&nbsp;</th>
82
                                <th>Precedence</th>
82
                                <th>Precedence</th>
83
                                <th>&nbsp;</th>
83
                                <th>Change order</th>
84
                                <th>Selector</th>
84
                                <th>Selector</th>
85
                                <th>Sound</th>
85
                                <th>Sound</th>
86
                                <th>&nbsp;</th>
86
                                <th>&nbsp;</th>
Lines 94-112 Link Here
94
                                    <td>[% a.precedence %]</td>
94
                                    <td>[% a.precedence %]</td>
95
                                    <td style="white-space:nowrap;">
95
                                    <td style="white-space:nowrap;">
96
                                        <a title="Move alert up" href="audio_alerts.pl?action=move&amp;where=up&amp;id=[% a.id %]">
96
                                        <a title="Move alert up" href="audio_alerts.pl?action=move&amp;where=up&amp;id=[% a.id %]">
97
                                            <img src="[% interface %]/[% theme %]/img/go-up.png" alt="Move alert up" />
97
                                            <i class="fa fa-arrow-up fa-lg order-control"></i>
98
                                        </a>
98
                                        </a>
99
99
100
                                        <a title="Move alert to top" href="audio_alerts.pl?action=move&amp;where=top&amp;id=[% a.id %]">
100
                                        <a title="Move alert to top" href="audio_alerts.pl?action=move&amp;where=top&amp;id=[% a.id %]">
101
                                            <img src="[% interface %]/[% theme %]/img/go-top.png" alt="Move alert to top" />
101
                                            <i class="fa fa-arrow-up fa-lg overline order-control"></i>
102
                                        </a>
102
                                        </a>
103
103
104
                                        <a title="Move alert to bottom" href="audio_alerts.pl?action=move&amp;where=bottom&amp;id=[% a.id %]">
104
                                        <a title="Move alert to bottom" href="audio_alerts.pl?action=move&amp;where=bottom&amp;id=[% a.id %]">
105
                                            <img src="[% interface %]/[% theme %]/img/go-bottom.png" alt="Move alert to bottom" />
105
                                            <i class="fa fa-arrow-down fa-lg underline order-control"></i>
106
                                        </a>
106
                                        </a>
107
107
108
                                        <a title="Move alert down" href="audio_alerts.pl?action=move&amp;where=down&amp;id=[% a.id %]">
108
                                        <a title="Move alert down" href="audio_alerts.pl?action=move&amp;where=down&amp;id=[% a.id %]">
109
                                            <img src="[% interface %]/[% theme %]/img/go-down.png" alt="Move alert down" />
109
                                            <i class="fa fa-arrow-down fa-lg order-control"></i>
110
                                        </a>
110
                                        </a>
111
                                    </td>
111
                                    </td>
112
                                    <td>[% a.selector %]</td>
112
                                    <td>[% a.selector %]</td>
113
- 

Return to bug 16793