Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Administration › Audio alerts</title> |
3 |
<title>Koha › Administration › Audio alerts</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 75-80
Link Here
|
75 |
|
76 |
|
76 |
<form id="delete-alert-form" action="audio_alerts.pl" method="post"> |
77 |
<form id="delete-alert-form" action="audio_alerts.pl" method="post"> |
77 |
<h3>Audio alerts</h3> |
78 |
<h3>Audio alerts</h3> |
|
|
79 |
[%IF !( Koha.Preference('AudioAlerts') ) %] |
80 |
<div class="dialog alert"> |
81 |
<p><strong>Note: </strong></p> |
82 |
<p>Please enable system preference 'AudioAlerts' to activate sounds.</p> |
83 |
</div> |
84 |
[% END %] |
78 |
<table id="audio-alerts-table"> |
85 |
<table id="audio-alerts-table"> |
79 |
<thead id="audio-alerts-table-head"> |
86 |
<thead id="audio-alerts-table-head"> |
80 |
<tr> |
87 |
<tr> |