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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (+2 lines)
Lines 1-3 Link Here
1
[% USE Koha %]
1
[% INCLUDE 'doc-head-open.inc' %]
2
[% INCLUDE 'doc-head-open.inc' %]
2
<title>Koha &rsaquo; Administration &rsaquo; Audio alerts</title>
3
<title>Koha &rsaquo; Administration &rsaquo; 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') ) %]<p><em>Note: Please enable system preference 'AudioAlerts' to activate sounds.</em></p>[% END %]
78
                    <table id="audio-alerts-table">
80
                    <table id="audio-alerts-table">
79
                        <thead id="audio-alerts-table-head">
81
                        <thead id="audio-alerts-table-head">
80
                            <tr>
82
                            <tr>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/audio_alerts.tt (-1 / +2 lines)
Lines 4-9 Link Here
4
4
5
<p>This section of Koha lets you specify a given sound to play when a given jQuery selector is matched.</p>
5
<p>This section of Koha lets you specify a given sound to play when a given jQuery selector is matched.</p>
6
6
7
<p><em>Note: Use system preference 'AudioAlerts' to enable/disable sounds.</em><p>
8
7
<h2>Adding a new alert</h2>
9
<h2>Adding a new alert</h2>
8
10
9
<p>To add a new alert:</p>
11
<p>To add a new alert:</p>
10
- 

Return to bug 18122