2
0
forked from Wavyzz/dolibarr

Prepare setup for email reminder

This commit is contained in:
Laurent Destailleur
2017-08-20 16:07:22 +02:00
parent 5d76227948
commit 5c5c4046a1
6 changed files with 270 additions and 37 deletions

View File

@@ -90,7 +90,7 @@ if (! ($_SERVER['HTTP_REFERER'] === $dolibarr_main_url_root . '/' || $_SERVER['H
if (arr.length > 0) {
var audio = null;
<?php
if (! empty($conf->global->AGENDA_NOTIFICATION_SOUND)) {
if (! empty($conf->global->AGENDA_REMINDER_BROWSER_SOUND)) {
print 'audio = new Audio(\''.DOL_URL_ROOT.'/theme/common/sound/notification_agenda.wav'.'\');';
}
?>