From: vincent@cubedesigners.com Date: Tue, 19 Jul 2011 16:23:40 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=02ac1e6082fbc15e1247e988448ea3c7c1c4dba1;p=cubeextranet.git --- diff --git a/fluidbook/icones/3/nav-2d.png b/fluidbook/icones/3/nav-2d.png new file mode 100644 index 000000000..a8ba6d73b Binary files /dev/null and b/fluidbook/icones/3/nav-2d.png differ diff --git a/fluidbook/icones/3/nav-3d.png b/fluidbook/icones/3/nav-3d.png new file mode 100644 index 000000000..032e2da30 Binary files /dev/null and b/fluidbook/icones/3/nav-3d.png differ diff --git a/fluidbook/icones/3/nav-archives.png b/fluidbook/icones/3/nav-archives.png new file mode 100644 index 000000000..a7d293a59 Binary files /dev/null and b/fluidbook/icones/3/nav-archives.png differ diff --git a/fluidbook/icones/3/nav-basket.png b/fluidbook/icones/3/nav-basket.png new file mode 100644 index 000000000..d4c4baa9d Binary files /dev/null and b/fluidbook/icones/3/nav-basket.png differ diff --git a/fluidbook/icones/3/nav-bookmark.png b/fluidbook/icones/3/nav-bookmark.png new file mode 100644 index 000000000..111b08bfb Binary files /dev/null and b/fluidbook/icones/3/nav-bookmark.png differ diff --git a/fluidbook/icones/3/nav-friend.png b/fluidbook/icones/3/nav-friend.png new file mode 100644 index 000000000..b4e9b2974 Binary files /dev/null and b/fluidbook/icones/3/nav-friend.png differ diff --git a/fluidbook/icones/3/nav-fullscreen.png b/fluidbook/icones/3/nav-fullscreen.png new file mode 100644 index 000000000..9b80abeec Binary files /dev/null and b/fluidbook/icones/3/nav-fullscreen.png differ diff --git a/fluidbook/icones/3/nav-help.png b/fluidbook/icones/3/nav-help.png new file mode 100644 index 000000000..a45edc9f5 Binary files /dev/null and b/fluidbook/icones/3/nav-help.png differ diff --git a/fluidbook/icones/3/nav-index.png b/fluidbook/icones/3/nav-index.png new file mode 100644 index 000000000..c68238729 Binary files /dev/null and b/fluidbook/icones/3/nav-index.png differ diff --git a/fluidbook/icones/3/nav-normal.png b/fluidbook/icones/3/nav-normal.png new file mode 100644 index 000000000..03fe202aa Binary files /dev/null and b/fluidbook/icones/3/nav-normal.png differ diff --git a/fluidbook/icones/3/nav-normalscreen.png b/fluidbook/icones/3/nav-normalscreen.png new file mode 100644 index 000000000..0206770a9 Binary files /dev/null and b/fluidbook/icones/3/nav-normalscreen.png differ diff --git a/fluidbook/icones/3/nav-print.png b/fluidbook/icones/3/nav-print.png new file mode 100644 index 000000000..15927915a Binary files /dev/null and b/fluidbook/icones/3/nav-print.png differ diff --git a/fluidbook/icones/3/nav-save.png b/fluidbook/icones/3/nav-save.png new file mode 100644 index 000000000..d22cd27f5 Binary files /dev/null and b/fluidbook/icones/3/nav-save.png differ diff --git a/fluidbook/icones/3/nav-sommaire.png b/fluidbook/icones/3/nav-sommaire.png new file mode 100644 index 000000000..5e3ce7178 Binary files /dev/null and b/fluidbook/icones/3/nav-sommaire.png differ diff --git a/fluidbook/icones/3/nav-soundoff.png b/fluidbook/icones/3/nav-soundoff.png new file mode 100644 index 000000000..67a76fde6 Binary files /dev/null and b/fluidbook/icones/3/nav-soundoff.png differ diff --git a/fluidbook/icones/3/nav-soundon.png b/fluidbook/icones/3/nav-soundon.png new file mode 100644 index 000000000..47bc01982 Binary files /dev/null and b/fluidbook/icones/3/nav-soundon.png differ diff --git a/fluidbook/icones/3/nav-zoomin.png b/fluidbook/icones/3/nav-zoomin.png new file mode 100644 index 000000000..c2effa4b0 Binary files /dev/null and b/fluidbook/icones/3/nav-zoomin.png differ diff --git a/fluidbook/icones/3/nav-zoomout.png b/fluidbook/icones/3/nav-zoomout.png new file mode 100644 index 000000000..bc05b8afa Binary files /dev/null and b/fluidbook/icones/3/nav-zoomout.png differ diff --git a/inc/ws/Metier/class.ws.book.parametres.php b/inc/ws/Metier/class.ws.book.parametres.php index d4db16963..65b46e231 100644 --- a/inc/ws/Metier/class.ws.book.parametres.php +++ b/inc/ws/Metier/class.ws.book.parametres.php @@ -60,8 +60,9 @@ class wsBookParametres extends wsParametres { $this->fields['print'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Activer l'impression")); $this->fields['bookmark'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Activer les marques-pages')); $this->fields['fullscreen'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Activer le mode plein-écran')); + $this->fields['help'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __("Activer l'aide")); $this->forms['general'] = array('label' => __('Fonctionnalités générales'), - 'fieldsnames' => array('print', 'bookmark', 'fullscreen', 'pages', 'width', 'height')); + 'fieldsnames' => array('print', 'bookmark', 'fullscreen','help', 'pages', 'width', 'height')); // . // $this->fields['search'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Activer le moteur de recherche')); diff --git a/inc/ws/Metier/class.ws.theme.parametres.php b/inc/ws/Metier/class.ws.theme.parametres.php index 8143d8e79..54546eec6 100644 --- a/inc/ws/Metier/class.ws.theme.parametres.php +++ b/inc/ws/Metier/class.ws.theme.parametres.php @@ -19,9 +19,10 @@ class wsThemeParametres extends wsParametres { 'label' => __("Couleur de fond")); $this->fields['arrowsColor'] = array('type' => 'couleur', 'default' => 'ffffff', 'editable' => true, 'label' => __('Couleur des flèches')); + $this->fields['shadeOnArrows'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Ombre portée sous les flèches')); $this->forms['bouton'] = array('label' => __('Personnalisation des boutons'), - 'fieldsnames' => array('couleurA', 'arrowsColor')); + 'fieldsnames' => array('couleurA', 'arrowsColor', 'shadeOnArrows')); /* Submenus */ $this->fields['couleurB'] = array('type' => 'couleurAlpha', 'default' => 'ff000000', 'editable' => true, 'label' => __("Couleur de fond"));