]> _ Git - cubeextranet.git/commitdiff
done #2846 @1.5
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 19 Jun 2019 18:33:24 +0000 (18:33 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Wed, 19 Jun 2019 18:33:24 +0000 (18:33 +0000)
fluidbook/sounds/silent/corner-drag.mp3 [new file with mode: 0644]
fluidbook/sounds/silent/corner-release.mp3 [new file with mode: 0644]
fluidbook/sounds/silent/cover-flip.mp3 [new file with mode: 0644]
fluidbook/sounds/silent/page-flip-1.mp3 [new file with mode: 0644]
fluidbook/sounds/silent/page-flip-2.mp3 [new file with mode: 0644]
inc/ws/Metier/class.ws.book.parametres.php

diff --git a/fluidbook/sounds/silent/corner-drag.mp3 b/fluidbook/sounds/silent/corner-drag.mp3
new file mode 100644 (file)
index 0000000..9cd8436
Binary files /dev/null and b/fluidbook/sounds/silent/corner-drag.mp3 differ
diff --git a/fluidbook/sounds/silent/corner-release.mp3 b/fluidbook/sounds/silent/corner-release.mp3
new file mode 100644 (file)
index 0000000..9cd8436
Binary files /dev/null and b/fluidbook/sounds/silent/corner-release.mp3 differ
diff --git a/fluidbook/sounds/silent/cover-flip.mp3 b/fluidbook/sounds/silent/cover-flip.mp3
new file mode 100644 (file)
index 0000000..9cd8436
Binary files /dev/null and b/fluidbook/sounds/silent/cover-flip.mp3 differ
diff --git a/fluidbook/sounds/silent/page-flip-1.mp3 b/fluidbook/sounds/silent/page-flip-1.mp3
new file mode 100644 (file)
index 0000000..9cd8436
Binary files /dev/null and b/fluidbook/sounds/silent/page-flip-1.mp3 differ
diff --git a/fluidbook/sounds/silent/page-flip-2.mp3 b/fluidbook/sounds/silent/page-flip-2.mp3
new file mode 100644 (file)
index 0000000..9cd8436
Binary files /dev/null and b/fluidbook/sounds/silent/page-flip-2.mp3 differ
index 0e18e2b89ee4ebb942b0872573faaa330e265bef..276a24caa102063c6d198e10c6c30aa3660cffae 100644 (file)
@@ -291,7 +291,9 @@ class wsBookParametres extends wsParametres
             'datas' => array(__('Pas de son') => '',
                 __('Classique') => 'classic',
                 __("Papier épais") => 'heavy',
-                __("Papier fin") => 'light'));
+                __("Papier fin") => 'light',
+                __("Silencieux") => 'silent'));
+
         $this->fields['soundOn'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Activer les effets sonores à l'ouverture"));
         $this->fields['ambientSound'] = array('type' => 'freefile', 'default' => '', 'editable' => true,
             'label' => __('Ambiance sonore'), 'grade' => 3, 'fileFilter' => $soundFilter);