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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/audio_alerts.tt (-2 / +6 lines)
Lines 75-82 Link Here
75
                    <h3>Audio alerts</h3>
75
                    <h3>Audio alerts</h3>
76
                    [%IF !( Koha.Preference('AudioAlerts') ) %]
76
                    [%IF !( Koha.Preference('AudioAlerts') ) %]
77
                        <div class="dialog alert">
77
                        <div class="dialog alert">
78
                            <p><strong>Note: </strong></p>
78
                            <h3>Audio alerts are disabled</h3>
79
                            <p>Please enable system preference 'AudioAlerts' to activate sounds.</p>
79
                            [% IF ( CAN_user_parameters_manage_sysprefs ) %]
80
                                <p>Please enable system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AudioAlerts">AudioAlerts</a> to activate sounds.</p>
81
                            [% ELSE %]
82
                                <p>The system preference <strong>AudioAlerts</strong> must be enabled to activate sounds.</p>
83
                            [% END %]
80
                        </div>
84
                        </div>
81
                    [% END %]
85
                    [% END %]
82
                    <table id="audio-alerts-table">
86
                    <table id="audio-alerts-table">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_interface.pref (-2 / +1 lines)
Lines 174-180 Staff interface: Link Here
174
              choices:
174
              choices:
175
                 yes: "Enable"
175
                 yes: "Enable"
176
                 no: "Don't enable"
176
                 no: "Don't enable"
177
            - audio alerts for events defined in the audio alerts section of administration.
177
            - audio alerts for events defined in the <a href="/cgi-bin/koha/admin/audio_alerts.pl">audio alerts</a> section of administration.
178
        -
178
        -
179
            - pref: IntranetCatalogSearchPulldown
179
            - pref: IntranetCatalogSearchPulldown
180
              choices:
180
              choices:
181
- 

Return to bug 27592