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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (+7 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') ) %]
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>
(-)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