]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/circ/selfcheck/audio_config.tt2
Merge branch 'master' of git.evergreen-ils.org:Evergreen into template-toolkit-opac...
[working/Evergreen.git] / Open-ILS / src / templates / circ / selfcheck / audio_config.tt2
1 [%#
2     Override the audio config values by copying this template into your local templates
3     directory (matching the relative path) and change the values accordingly.
4 #%]
5
6 <script type="text/javascript">
7     SelfCheckManager.audioConfig = {
8         'login-success' : '',
9         'login-failure' : '[% ctx.media_prefix %]/audio/question.wav',
10         'checkout-success' : '[% ctx.media_prefix %]/audio/bonus.wav',
11         'checkout-failure' : '[% ctx.media_prefix %]/audio/question.wav',
12     }
13 </script>