Bug 11431: (QA followup) Typo in help file / variable name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / audio_alerts.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Audio alerts</h1>
4
5 <p>This section of Koha lets you specify a given sound to play when a given jQuery selector is matched.</p>
6
7 <h2>Adding a new alert</h2>
8
9 <p>To add a new alert:</p>
10
11 <ul>
12     <li>Locate the "Add new alert" form.</li>
13     <li>
14         Enter a selector in the "selector" input, you can see documentation on jQuery selectors <a href="http://api.jquery.com/category/selectors/">here</a>.
15         For example, if you use the selector "#circ_impossible" your selected sound will be triggered when a checkout for a patron is not possible (such as the barcode not being found).
16     <li>Enter a sound to be played, you can either select a built-in Koha sound using the pulldown selector, or you can enter a full URL to a sound file on another server.</li>
17     <li>At this point, you can preview your sound by clicking the "Play sound" button</li>
18     <li>Click "Save alert" and your done!</li>
19 </ul>
20
21 <h2>Sound precedence</h2>
22
23 <p>Sounds will be played in order from top to bottom. That is, the first select that finds a match will have its sound played.</p>
24
25 <p>To change the precedence of a given alert, use the four arrows to move it up, down, or to the top or bottom of the list.</o>
26
27 <h2>Deleting alerts</h2>
28
29 <p>To delete one or more alerts, check the checkboxes for those alerts you wish to delete, then click the "Delete selected alerts" button and confirm you want to delete those alerts.
30
31 [% INCLUDE 'help-bottom.inc' %]