]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 6 Feb 2012 13:59:04 +0000 (13:59 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 6 Feb 2012 13:59:04 +0000 (13:59 +0000)
inc/ws/Metier/class.ws.theme.parametres.php

index fff8e5e785c95149c38ba9a666c79aab299ad832..ae25b8af091663a84629d904c58d563c1a7ee01f 100644 (file)
@@ -135,10 +135,12 @@ class wsThemeParametres extends wsParametres {
                                __('Haut') => wsTheme::TOP,\r
                                __("Bas") => wsTheme::BOTTOM),\r
                        'default' => wsTheme::MIDDLE, 'editable' => true, 'label' => __('Alignement Vertical'));\r
+               $this->fields['displayBackgroundDuringLoading'] = array('type' => 'boolean', 'default' => true, 'editable' => true,\r
+                       'label' => __('Afficher le fond pendant le chargement'), 'hint' => __("Si cette option est désactivée, le fond ne sera affiché qu'à la fin du chargement"));\r
 \r
                $this->forms['background'] = array('label' => __('Personnalisation du fond'),\r
                        'fieldsnames' => array('transparentBackground', '|', 'backgroundColor', '|', 'backgroundImage',\r
-                               'repeat', 'backgroundHAlign', 'backgroundVAlign'));\r
+                               'repeat', 'backgroundHAlign', 'backgroundVAlign', '|', 'displayBackgroundDuringLoading'));\r
                /* Menu bar */\r
                $this->fields['menuHeight'] = array('type' => 'integer', 'default' => 39, 'editable' => true,\r
                        'label' => __('Hauteur (en pixels)'));\r
@@ -206,7 +208,7 @@ class wsThemeParametres extends wsParametres {
                        'label' => __('Placer le logo à gauche et le loader à droite'), 'grade' => 3);\r
 \r
                $this->forms['loader'] = array('label' => __('Personnalisation du loader'),\r
-                       'fieldsnames' => array('loadingBackColor', '|', 'couleurL', 'loadingSecColor', 'logoLoader','loaderPosition'));\r
+                       'fieldsnames' => array('loadingBackColor', '|', 'couleurL', 'loadingSecColor', 'logoLoader', 'loaderPosition'));\r
                /* Pages bar */\r
                $this->fields['pagesBar'] = array('type' => 'boolean', 'default' => true, 'editable' => true,\r
                        'label' => __("Afficher la barre d'accès rapide aux pages"));\r