From: vincent@cubedesigners.com Date: Wed, 16 May 2012 09:43:28 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=79648f20718f1d351e3b334d0da51d3faf889fe3;p=cubeextranet.git --- diff --git a/fluidbook/icones/5/nav-2d.png b/fluidbook/icones/5/nav-2d.png new file mode 100644 index 000000000..a8ba6d73b Binary files /dev/null and b/fluidbook/icones/5/nav-2d.png differ diff --git a/fluidbook/icones/5/nav-3d.png b/fluidbook/icones/5/nav-3d.png new file mode 100644 index 000000000..3b1b50a2d Binary files /dev/null and b/fluidbook/icones/5/nav-3d.png differ diff --git a/fluidbook/icones/5/nav-archives.png b/fluidbook/icones/5/nav-archives.png new file mode 100644 index 000000000..a7d293a59 Binary files /dev/null and b/fluidbook/icones/5/nav-archives.png differ diff --git a/fluidbook/icones/5/nav-basket.png b/fluidbook/icones/5/nav-basket.png new file mode 100644 index 000000000..d4c4baa9d Binary files /dev/null and b/fluidbook/icones/5/nav-basket.png differ diff --git a/fluidbook/icones/5/nav-bookmark.png b/fluidbook/icones/5/nav-bookmark.png new file mode 100644 index 000000000..9b2a206e3 Binary files /dev/null and b/fluidbook/icones/5/nav-bookmark.png differ diff --git a/fluidbook/icones/5/nav-friend.png b/fluidbook/icones/5/nav-friend.png new file mode 100644 index 000000000..da10d71a7 Binary files /dev/null and b/fluidbook/icones/5/nav-friend.png differ diff --git a/fluidbook/icones/5/nav-fullscreen.png b/fluidbook/icones/5/nav-fullscreen.png new file mode 100644 index 000000000..6909ef23c Binary files /dev/null and b/fluidbook/icones/5/nav-fullscreen.png differ diff --git a/fluidbook/icones/5/nav-help.png b/fluidbook/icones/5/nav-help.png new file mode 100644 index 000000000..fe21662df Binary files /dev/null and b/fluidbook/icones/5/nav-help.png differ diff --git a/fluidbook/icones/5/nav-index.png b/fluidbook/icones/5/nav-index.png new file mode 100644 index 000000000..6bb3a9d1b Binary files /dev/null and b/fluidbook/icones/5/nav-index.png differ diff --git a/fluidbook/icones/5/nav-normal.png b/fluidbook/icones/5/nav-normal.png new file mode 100644 index 000000000..03fe202aa Binary files /dev/null and b/fluidbook/icones/5/nav-normal.png differ diff --git a/fluidbook/icones/5/nav-normalscreen.png b/fluidbook/icones/5/nav-normalscreen.png new file mode 100644 index 000000000..0206770a9 Binary files /dev/null and b/fluidbook/icones/5/nav-normalscreen.png differ diff --git a/fluidbook/icones/5/nav-previous.png b/fluidbook/icones/5/nav-previous.png new file mode 100644 index 000000000..6f67e155c Binary files /dev/null and b/fluidbook/icones/5/nav-previous.png differ diff --git a/fluidbook/icones/5/nav-print.png b/fluidbook/icones/5/nav-print.png new file mode 100644 index 000000000..28bbd5233 Binary files /dev/null and b/fluidbook/icones/5/nav-print.png differ diff --git a/fluidbook/icones/5/nav-save.png b/fluidbook/icones/5/nav-save.png new file mode 100644 index 000000000..4628a5ef4 Binary files /dev/null and b/fluidbook/icones/5/nav-save.png differ diff --git a/fluidbook/icones/5/nav-sommaire.png b/fluidbook/icones/5/nav-sommaire.png new file mode 100644 index 000000000..ecd58a9fc Binary files /dev/null and b/fluidbook/icones/5/nav-sommaire.png differ diff --git a/fluidbook/icones/5/nav-soundoff.png b/fluidbook/icones/5/nav-soundoff.png new file mode 100644 index 000000000..d0af8875f Binary files /dev/null and b/fluidbook/icones/5/nav-soundoff.png differ diff --git a/fluidbook/icones/5/nav-soundon.png b/fluidbook/icones/5/nav-soundon.png new file mode 100644 index 000000000..872a2cd16 Binary files /dev/null and b/fluidbook/icones/5/nav-soundon.png differ diff --git a/fluidbook/icones/5/nav-zoomin.png b/fluidbook/icones/5/nav-zoomin.png new file mode 100644 index 000000000..c2effa4b0 Binary files /dev/null and b/fluidbook/icones/5/nav-zoomin.png differ diff --git a/fluidbook/icones/5/nav-zoomout.png b/fluidbook/icones/5/nav-zoomout.png new file mode 100644 index 000000000..bc05b8afa Binary files /dev/null and b/fluidbook/icones/5/nav-zoomout.png differ diff --git a/inc/ws/Metier/class.ws.theme.parametres.php b/inc/ws/Metier/class.ws.theme.parametres.php index ae25b8af0..9339f042d 100644 --- a/inc/ws/Metier/class.ws.theme.parametres.php +++ b/inc/ws/Metier/class.ws.theme.parametres.php @@ -97,13 +97,19 @@ class wsThemeParametres extends wsParametres { 'label' => __('Couleur de la bordure')); $this->fields['pageEdgeThickness'] = array('type' => 'integer', 'default' => 100, 'editable' => true, 'label' => __('Epaisseur de la bordure')); + $this->fields['tooltipBackColor'] = array('type' => 'couleurAlpha', 'default' => 'CC000000', 'editable' => true, + 'label' => __("Couleur de fond des infobulles")); + $this->fields['tooltipTextColor'] = array('type' => 'couleur', 'default' => 'ffffff', 'editable' => true, + 'label' => __("Couleur du texte des infobulles")); + $this->forms['book'] = array('label' => __('Personnalisation du fluidbook'), 'fieldsnames' => array('pageReflection', 'shadeAlpha', '|', 'usePageEdges', 'pageEdgeColor', 'pageEdgeThickness', '|', 'bookShadeColor', '|', 'displayPageNumber', 'colorPageNumber', - '|', 'linksColor', 'videoBackgroundColor', 'popupVideoOverlay')); + '|', 'linksColor', 'videoBackgroundColor', 'popupVideoOverlay', + '|', 'tooltipBackColor', 'tooltipTextColor')); /* Credits */ $this->fields['creditsColor'] = array('type' => 'couleurAlpha', 'default' => '80ffffff', 'editable' => true, 'label' => __("Couleur du texte"));