Bugzilla 1080 to add enhancement for sound. Only changed circulation.tmpl/pl and...
[koha_ffzg] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation.tmpl
index 7bbdffa..fe0fa08 100644 (file)
@@ -281,6 +281,11 @@ function refocus(calendar) {
 <!-- /TMPL_IF --> <!-- NEEDSCONFIRMATION -->
 
         <!-- TMPL_IF NAME="IMPOSSIBLE" -->
+
+<!-- TMPL_IF NAME="soundon" -->
+<audio src="/intranet-tmpl/prog/sound/critical.ogg" autoplay autobuffer></audio>
+<!-- /TMPL_IF -->        
+
 <div class="yui-g">
 <div id="circ_impossible" class="dialog alert">
 <!-- RESULT OF ISSUING REQUEST -->
@@ -339,6 +344,10 @@ function refocus(calendar) {
     <!-- /TMPL_IF -->
 
 </div></div>
+<!-- TMPL_ELSE -->
+<!-- TMPL_IF NAME="soundon" -->
+<audio src="/intranet-tmpl/prog/sound/beep.ogg" autoplay autobuffer></audio>
+<!-- /TMPL_IF -->
     <!--/TMPL_IF --> <!-- /impossible -->
 
 <!-- TMPL_IF NAME="issued" -->