]> git.koha-community.org Git - koha.git/commit
Bug 33731: Allow for default sounds on SCO page
authorLucas Gass <lucas@bywatersolutions.com>
Wed, 14 Aug 2024 16:35:42 +0000 (16:35 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 2 Sep 2024 10:13:46 +0000 (12:13 +0200)
commit6c162a8a9550e1939f08c82586ab5e56ec5ecd63
treeffd797afa0cef100a16540b2058beb0f20f6ac4c
parent8deb7f77951eb909639ecb808cfa930a63d3b56a
Bug 33731: Allow for default sounds on SCO page

To test:
1. APPLY PATCH
2. Enable AudioAlerts system preferencce
3. Set up some audio alerts to trigger on the SCO page. ( I used #sco_main for east testing)
4. Make sure the sounds work properly.

Note: It is not my favorite thing to duplicate these assets for intranet and OPAC, is there a better way?

modified:   koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/IM_notification.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/beep.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/call.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/critical.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/device_connect.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/device_disconnect.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/ending.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/fail.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/incoming_call.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/loading.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/loading_2.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/maximize.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/minimize.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/new_mail_notification.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/opening.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/panic.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/popup.ogg
new file:   koha-tmpl/opac-tmpl/bootstrap/sound/warning.ogg

Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
19 files changed:
koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt
koha-tmpl/opac-tmpl/bootstrap/sound/IM_notification.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/beep.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/call.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/critical.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/device_connect.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/device_disconnect.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/ending.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/fail.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/incoming_call.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/loading.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/loading_2.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/maximize.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/minimize.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/new_mail_notification.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/opening.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/panic.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/popup.ogg [new file with mode: 0644]
koha-tmpl/opac-tmpl/bootstrap/sound/warning.ogg [new file with mode: 0644]