From f6ac7046eb6b95510bf38a7d2e5657505cb23437 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 1 Feb 2018 18:15:10 +0000 Subject: [PATCH] fix #1992 @1.5 --- inc/ws/Metier/class.ws.theme.parametres.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/inc/ws/Metier/class.ws.theme.parametres.php b/inc/ws/Metier/class.ws.theme.parametres.php index 43a7d68b7..5f51385b9 100644 --- a/inc/ws/Metier/class.ws.theme.parametres.php +++ b/inc/ws/Metier/class.ws.theme.parametres.php @@ -26,6 +26,8 @@ class wsThemeParametres extends wsParametres { $this->forms['bouton'] = array('label' => __('Personnalisation des boutons'), 'fieldsnames' => array('couleurA', 'arrowsColor', 'shadeOnArrows', 'arrowsTheme')); /* Submenus */ + $this->fields['popupVideoOverlay'] = array('type' => 'couleurAlpha', 'default' => '4D000000', 'editable' => true, + 'label' => __('Overlay placé sous les menus en popup')); $this->fields['couleurB'] = array('type' => 'couleurAlpha', 'default' => 'ff000000', 'editable' => true, 'label' => __("Couleur de fond")); $this->fields['subSecondaryColor'] = array('type' => 'text', 'default' => '', 'editable' => true, 'size' => 6, @@ -53,7 +55,8 @@ class wsThemeParametres extends wsParametres { $this->forms['menu'] = array('label' => __('Personnalisation des menus'), 'fieldsnames' => array('couleurB', 'subSecondaryColor', 'subTextColor', '|', 'subCrossCircle', '|', 'subSelectColor', 'subTextSelectColor', '|', 'subTextFieldColor', 'subFieldColor', '|', 'subStrokeWidth', 'subStrokeColor', 'subShade', 'subRound', - '|', 'subButtonCustom', 'subButtonBackground', 'subButtonColor', 'subButtonDecoration')); + '|', 'subButtonCustom', 'subButtonBackground', 'subButtonColor', 'subButtonDecoration', "|", 'popupVideoOverlay') + ); /* Search */ $this->fields['couleurS'] = array('type' => 'couleur', 'default' => '000000', 'editable' => true, @@ -111,8 +114,7 @@ class wsThemeParametres extends wsParametres { 'label' => __('Couleur des liens')); $this->fields['videoBackgroundColor'] = array('type' => 'couleur', 'default' => '000000', 'editable' => true, 'label' => __('Couleur de fond des videos')); - $this->fields['popupVideoOverlay'] = array('type' => 'couleurAlpha', 'default' => '00000000', 'editable' => true, - 'label' => __('Overlay placé sous les vidéos en popup')); + $this->fields['pageEdgeColor'] = array('type' => 'couleur', 'default' => 'dddddd', 'editable' => true, 'label' => __('Couleur de la bordure')); $this->fields['pageEdgeThickness'] = array('type' => 'integer', 'default' => 100, 'editable' => true, @@ -133,7 +135,7 @@ class wsThemeParametres extends wsParametres { '|', 'usePageEdges', 'pageEdgeColor', 'pageEdgeThickness', '|', 'bookShadeColor', '|', 'displayPageNumber', 'colorPageNumber', - '|', 'linksColor', 'videoBackgroundColor', 'popupVideoOverlay', + '|', 'linksColor', 'videoBackgroundColor', '|', 'tooltipBackColor', 'tooltipTextColor', '|', 'bookmarkBackgroundColor', 'bookmarkStarDisabledColor', 'bookmarkStarEnabledColor')); /* Credits */ -- 2.39.5