]> _ Git - cubeextranet.git/commitdiff
done #996 @1
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 9 Dec 2016 17:57:54 +0000 (17:57 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Fri, 9 Dec 2016 17:57:54 +0000 (17:57 +0000)
inc/ws/Metier/class.ws.theme.parametres.php

index 038fd566098eef86382ed2fef937d39569549b27..a60849b056643b3618ea316549f2f1827628a574 100644 (file)
@@ -46,9 +46,10 @@ class wsThemeParametres extends wsParametres {
                $this->fields['subButtonBackground'] = array('type' => 'couleur', 'default' => 'cccccc', 'editable' => true, 'label' => __('Couleur de fond'));\r
                $this->fields['subButtonColor'] = array('type' => 'couleur', 'default' => '000000', 'editable' => true, 'label' => __('Couleur du texte'));\r
                $this->fields['subButtonDecoration'] = array('type' => 'couleur', 'default' => '797979', 'editable' => true, 'label' => __('Couleur des décorations'));\r
+               $this->fields['subCrossCircle'] = array('type' => 'boolean', 'default' => true, 'editable' => true, 'label' => __('Afficher un cercle sous la croix de fermeture'));\r
 \r
                $this->forms['menu'] = array('label' => __('Personnalisation des menus'),\r
-                                            'fieldsnames' => array('couleurB', 'subTextColor', '|', 'subSelectColor', 'subTextSelectColor', '|', 'subTextFieldColor', 'subFieldColor',\r
+                                            'fieldsnames' => array('couleurB', 'subTextColor', '|', 'subCrossCircle', '|', 'subSelectColor', 'subTextSelectColor', '|', 'subTextFieldColor', 'subFieldColor',\r
                                                                    '|', 'subStrokeWidth', 'subStrokeColor', 'subShade', 'subRound',\r
                                                                    '|', 'subButtonCustom', 'subButtonBackground', 'subButtonColor', 'subButtonDecoration'));\r
 \r