From da5ba8ccada69a23218e1f546e8010dcaa81ed04 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 22 Dec 2014 05:41:59 -0500 Subject: [PATCH] Bug 11431 [9] - Remove new system preferences that are no longer needed --- .../en/modules/admin/preferences/circulation.pref | 57 -------------------- .../en/modules/admin/preferences/staff_client.pref | 6 ++ 2 files changed, 6 insertions(+), 57 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref index 9ab1f81..32300e3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -687,7 +687,6 @@ Circulation: yes: Show no: "Don't show" - "the print receipt popup dialog when self checkout is finished" - Course Reserves: - - pref: UseCourseReserves @@ -695,59 +694,3 @@ Circulation: yes: Use no: "Don't use" - course reserves - Audio Alerts: - - - - pref: AudioAlerts - choices: - yes: "Enable" - no: "Don't enable" - - circulation sounds during checkin and checkout in the staff interface. Not supported by all web browsers yet. - - - - Replace the default audio alert for warning alerts with the sound found at - - pref: OverrideAudioAlertWarning - class: url - - (This should be a complete URL, starting with http://) - - - - Replace the default audio alert for action alerts with the sound found at - - pref: OverrideAudioAlertAction - class: url - - (This should be a complete URL, starting with http://) - - - - Replace the default audio alert for success alerts with the sound found at - - pref: OverrideAudioAlertSuccess - class: url - - (This should be a complete URL, starting with http://) - - - - Use the following selectors for warning alerts - - pref: AudioAlertSelectorWarning - class: url - - (This should be a list of jQuery selectors, separated by commas) - - - - Use the following selectors for action alerts - - pref: AudioAlertSelectorAction - class: url - - (This should be a list of jQuery selectors, separated by commas) - - - - Use the following selectors for success alerts - - pref: AudioAlertSelectorSuccess - class: url - - (This should be a list of jQuery selectors, separated by commas) - - - - Use the following jQuery selectors to trigger the assigned sounds. - - pref: AudioAlertsCustom - type: textarea - class: code - - This should be a list of jQuery selectors, separated by commas, with the sound file name or url afterword, demarcated by ':' - -
- - 'For example:' - -
- - '".class1 .class2": "IM_notification.ogg",' - -
- - '".class1 #id1": "http://domain.com/path/to/sound2.mp3"' - -
- - would play Koha's internal IM_notification.ogg if any elements with classes of class1 or class2 are found on the page, - - and sound2.mp3 would play if any element with both the id "id1" and class "class1". - -
- - The priority is from top to bottom. The sound that matches first will be played. - -
- - If no match is found, Koha will fall back to the system preferences for the alert, action, and warning sounds. diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref index 0cbaee0..d14d207 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref @@ -128,3 +128,9 @@ Staff Client: yes: Enable no: Disable - item selection in record detail page. + - + - pref: AudioAlerts + choices: + yes: "Enable" + no: "Don't enable" + - audio alerts for events defined in the audio alerts section of administration. -- 1.7.2.5