From: vincent@cubedesigners.com Date: Fri, 9 Dec 2016 17:57:54 +0000 (+0000) Subject: done #996 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e264245b8a0be8085d6c68d762c1921afb40cad9;p=cubeextranet.git done #996 @1 --- diff --git a/inc/ws/Metier/class.ws.theme.parametres.php b/inc/ws/Metier/class.ws.theme.parametres.php index 038fd5660..a60849b05 100644 --- a/inc/ws/Metier/class.ws.theme.parametres.php +++ b/inc/ws/Metier/class.ws.theme.parametres.php @@ -46,9 +46,10 @@ class wsThemeParametres extends wsParametres { $this->fields['subButtonBackground'] = array('type' => 'couleur', 'default' => 'cccccc', 'editable' => true, 'label' => __('Couleur de fond')); $this->fields['subButtonColor'] = array('type' => 'couleur', 'default' => '000000', 'editable' => true, 'label' => __('Couleur du texte')); $this->fields['subButtonDecoration'] = array('type' => 'couleur', 'default' => '797979', 'editable' => true, 'label' => __('Couleur des décorations')); + $this->fields['subCrossCircle'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Afficher un cercle sous la croix de fermeture')); $this->forms['menu'] = array('label' => __('Personnalisation des menus'), - 'fieldsnames' => array('couleurB', 'subTextColor', '|', 'subSelectColor', 'subTextSelectColor', '|', 'subTextFieldColor', 'subFieldColor', + 'fieldsnames' => array('couleurB', 'subTextColor', '|', 'subCrossCircle', '|', 'subSelectColor', 'subTextSelectColor', '|', 'subTextFieldColor', 'subFieldColor', '|', 'subStrokeWidth', 'subStrokeColor', 'subShade', 'subRound', '|', 'subButtonCustom', 'subButtonBackground', 'subButtonColor', 'subButtonDecoration'));