|
Lines 687-693
Circulation:
Link Here
|
| 687 |
yes: Show |
687 |
yes: Show |
| 688 |
no: "Don't show" |
688 |
no: "Don't show" |
| 689 |
- "the print receipt popup dialog when self checkout is finished" |
689 |
- "the print receipt popup dialog when self checkout is finished" |
| 690 |
|
|
|
| 691 |
Course Reserves: |
690 |
Course Reserves: |
| 692 |
- |
691 |
- |
| 693 |
- pref: UseCourseReserves |
692 |
- pref: UseCourseReserves |
|
Lines 695-753
Circulation:
Link Here
|
| 695 |
yes: Use |
694 |
yes: Use |
| 696 |
no: "Don't use" |
695 |
no: "Don't use" |
| 697 |
- course reserves |
696 |
- course reserves |
| 698 |
Audio Alerts: |
|
|
| 699 |
- |
| 700 |
- pref: AudioAlerts |
| 701 |
choices: |
| 702 |
yes: "Enable" |
| 703 |
no: "Don't enable" |
| 704 |
- circulation sounds during checkin and checkout in the staff interface. Not supported by all web browsers yet. |
| 705 |
- |
| 706 |
- Replace the default audio alert for <i>warning</i> alerts with the sound found at |
| 707 |
- pref: OverrideAudioAlertWarning |
| 708 |
class: url |
| 709 |
- (This should be a complete URL, starting with <code>http://</code>) |
| 710 |
- |
| 711 |
- Replace the default audio alert for <i>action</i> alerts with the sound found at |
| 712 |
- pref: OverrideAudioAlertAction |
| 713 |
class: url |
| 714 |
- (This should be a complete URL, starting with <code>http://</code>) |
| 715 |
- |
| 716 |
- Replace the default audio alert for <i>success</i> alerts with the sound found at |
| 717 |
- pref: OverrideAudioAlertSuccess |
| 718 |
class: url |
| 719 |
- (This should be a complete URL, starting with <code>http://</code>) |
| 720 |
- |
| 721 |
- Use the following selectors for <i>warning</i> alerts |
| 722 |
- pref: AudioAlertSelectorWarning |
| 723 |
class: url |
| 724 |
- (This should be a list of jQuery selectors, separated by commas) |
| 725 |
- |
| 726 |
- Use the following selectors for <i>action</i> alerts |
| 727 |
- pref: AudioAlertSelectorAction |
| 728 |
class: url |
| 729 |
- (This should be a list of jQuery selectors, separated by commas) |
| 730 |
- |
| 731 |
- Use the following selectors for <i>success</i> alerts |
| 732 |
- pref: AudioAlertSelectorSuccess |
| 733 |
class: url |
| 734 |
- (This should be a list of jQuery selectors, separated by commas) |
| 735 |
- |
| 736 |
- Use the following jQuery selectors to trigger the assigned sounds. |
| 737 |
- pref: AudioAlertsCustom |
| 738 |
type: textarea |
| 739 |
class: code |
| 740 |
- This should be a list of jQuery selectors, separated by commas, with the sound file name or url afterword, demarcated by ':' |
| 741 |
- <br/> |
| 742 |
- 'For example:' |
| 743 |
- <br/> |
| 744 |
- '".class1 .class2": "IM_notification.ogg",' |
| 745 |
- <br/> |
| 746 |
- '".class1 #id1": "http://domain.com/path/to/sound2.mp3"' |
| 747 |
- <br/> |
| 748 |
- would play Koha's internal IM_notification.ogg if any elements with classes of class1 or class2 are found on the page, |
| 749 |
- and sound2.mp3 would play if any element with both the id "id1" and class "class1". |
| 750 |
- <br/> |
| 751 |
- The priority is from top to bottom. The sound that matches first will be played. |
| 752 |
- <br/> |
| 753 |
- If no match is found, Koha will fall back to the system preferences for the alert, action, and warning sounds. |