Lines 10-17
Link Here
|
10 |
|
10 |
|
11 |
<ul> |
11 |
<ul> |
12 |
<li>Locate the "Add new alert" form.</li> |
12 |
<li>Locate the "Add new alert" form.</li> |
13 |
<li>Enter a selector in the "selector" input, you can see documentation on jQuery selectors <a href="http://api.jquery.com/category/selectors/">here</a>. |
13 |
<li> |
14 |
<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> |
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 trigger 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> |
15 |
<li>At this point, you can preview your sound by clicking the "Play sound" button</li> |
17 |
<li>At this point, you can preview your sound by clicking the "Play sound" button</li> |
16 |
<li>Click "Save alert" and your done!</li> |
18 |
<li>Click "Save alert" and your done!</li> |
17 |
</ul> |
19 |
</ul> |
18 |
- |
|
|