$this->forms['bouton'] = array('label' => __('Personnalisation des boutons'),\r
'fieldsnames' => array('couleurA', 'arrowsColor', 'shadeOnArrows', 'arrowsTheme'));\r
/* Submenus */\r
+ $this->fields['popupVideoOverlay'] = array('type' => 'couleurAlpha', 'default' => '4D000000', 'editable' => true,\r
+ 'label' => __('Overlay placé sous les menus en popup'));\r
$this->fields['couleurB'] = array('type' => 'couleurAlpha', 'default' => 'ff000000', 'editable' => true,\r
'label' => __("Couleur de fond"));\r
$this->fields['subSecondaryColor'] = array('type' => 'text', 'default' => '', 'editable' => true, 'size' => 6,\r
$this->forms['menu'] = array('label' => __('Personnalisation des menus'),\r
'fieldsnames' => array('couleurB', 'subSecondaryColor', 'subTextColor', '|', 'subCrossCircle', '|', 'subSelectColor', 'subTextSelectColor', '|', 'subTextFieldColor', 'subFieldColor',\r
'|', 'subStrokeWidth', 'subStrokeColor', 'subShade', 'subRound',\r
- '|', 'subButtonCustom', 'subButtonBackground', 'subButtonColor', 'subButtonDecoration'));\r
+ '|', 'subButtonCustom', 'subButtonBackground', 'subButtonColor', 'subButtonDecoration', "|", 'popupVideoOverlay')\r
+ );\r
\r
/* Search */\r
$this->fields['couleurS'] = array('type' => 'couleur', 'default' => '000000', 'editable' => true,\r
'label' => __('Couleur des liens'));\r
$this->fields['videoBackgroundColor'] = array('type' => 'couleur', 'default' => '000000', 'editable' => true,\r
'label' => __('Couleur de fond des videos'));\r
- $this->fields['popupVideoOverlay'] = array('type' => 'couleurAlpha', 'default' => '00000000', 'editable' => true,\r
- 'label' => __('Overlay placé sous les vidéos en popup'));\r
+\r
$this->fields['pageEdgeColor'] = array('type' => 'couleur', 'default' => 'dddddd', 'editable' => true,\r
'label' => __('Couleur de la bordure'));\r
$this->fields['pageEdgeThickness'] = array('type' => 'integer', 'default' => 100, 'editable' => true,\r
'|', 'usePageEdges', 'pageEdgeColor', 'pageEdgeThickness',\r
'|', 'bookShadeColor',\r
'|', 'displayPageNumber', 'colorPageNumber',\r
- '|', 'linksColor', 'videoBackgroundColor', 'popupVideoOverlay',\r
+ '|', 'linksColor', 'videoBackgroundColor',\r
'|', 'tooltipBackColor', 'tooltipTextColor',\r
'|', 'bookmarkBackgroundColor', 'bookmarkStarDisabledColor', 'bookmarkStarEnabledColor'));\r
/* Credits */\r