Bug 11431: (QA followup) Update help
authorKyle M Hall <kyle@bywatersolutions.com>
Fri, 23 Oct 2015 12:15:45 +0000 (08:15 -0400)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 4 Nov 2015 15:33:10 +0000 (12:33 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/audio_alerts.tt

index eccae8b..7ab865a 100644 (file)
 
 <ul>
     <li>Locate the "Add new alert" form.</li>
-    <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>.
-    <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>
+    <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>.
+        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 ).
+    <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>
     <li>At this point, you can preview your sound by clicking the "Play sound" button</li>
     <li>Click "Save alert" and your done!</li>
 </ul>