Bugzilla 1080 to add enhancement for sound. Only changed circulation.tmpl/pl and...
authorroot <root@newkoha32.local>
Wed, 17 Feb 2010 18:24:46 +0000 (13:24 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 18 Feb 2010 13:12:25 +0000 (08:12 -0500)
commitb4c887f2c4c4173be02b9832bab2ae72958edbce
treed241c7264bf8218410c16f68c56c614527a48318
parentbc06a7736afbb4aad99d4697e7b0d55e6272cc2b
Bugzilla 1080 to add enhancement for sound. Only changed circulation.tmpl/pl and returns.tmpl/pl and added a single syspref (set to off) along with very compressed OGG files for sound which are on the open source "artistic" licence.

Works for HTML5 because it loads smoothly and no plugins required but *at
  this time* this update will only work with staff clients which are Firefox
  version >=3.5 (std for Koha) but other browsers will soon be adding support.

  Additional sounds are included for people to modify and play with, but this
  is such a simple upgrade I doubt at this time Koha needs another complex
  selector so users can add their own sounds. It could be a nice enhancement
  later, of course.

  Suggest we stick with HTML5 <audio tag because it is a standard and no
  plug-ins.

  This simple update has been running live for SMFPL.org for almost 2 weeks

  -Darrell Ulm

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
23 files changed:
circ/circulation.pl
circ/returns.pl
installer/data/mysql/en/mandatory/sysprefs.sql
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tmpl
koha-tmpl/intranet-tmpl/prog/sound/IM_notification.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/beep.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/call.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/critical.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/device_connect.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/device_disconnect.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/ending.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/fail.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/incoming_call.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/loading.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/loading_2.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/maximize.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/minimize.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/new_mail_notification.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/opening.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/panic.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/popup.ogg [new file with mode: 0644]
koha-tmpl/intranet-tmpl/prog/sound/warning.ogg [new file with mode: 0644]