From: vincent@cubedesigners.com Date: Thu, 18 Mar 2010 08:46:42 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=6a7d5a453ca573794f85af90bb8d125146281a66;p=cubeextranet.git --- diff --git a/inc/ws/Metier/class.ws.theme.parametres.php b/inc/ws/Metier/class.ws.theme.parametres.php index 8c20ef702..4affcad4f 100644 --- a/inc/ws/Metier/class.ws.theme.parametres.php +++ b/inc/ws/Metier/class.ws.theme.parametres.php @@ -21,6 +21,8 @@ class wsThemeParametres extends wsParametres { 'label' => __("Couleur du fond du loader"), 'extra' => false, 'grade' => 3); $this->fields['couleurI'] = array('type' => 'couleur', 'default' => 'transparent', 'editable' => true, 'label' => __("Couleur des icônes"), 'extra' => false, 'grade' => 3); + $this->fields['creditsColor'] = array('type' => 'couleur', 'default' => 'ffffff', 'editable' => true, + 'label' => __("Couleur du texte"), 'extra' => false, 'grade' => 3); $this->fields['backgroundColor'] = array('type' => 'couleur', 'default' => 'ffffff', 'editable' => true, 'label' => __("Couleur du fond"), 'extra' => false, 'grade' => 3); $this->fields['backgroundImage'] = array('type' => 'file', 'default' => 'backgroundImg.jpg', 'editable' => true, @@ -75,7 +77,8 @@ class wsThemeParametres extends wsParametres { $this->forms['menubar'] = array('label' => __('Personnalisation de la barre de menu'), 'fieldsnames' => array('shadeOnMenu', 'menuImage', 'couleurS')); $this->forms['menu'] = array('label' => __('Personnalisation des menus'), 'fieldsnames' => array('couleurB')); $this->forms['loader'] = array('label' => __('Personnalisation du loader'), 'fieldsnames' => array('couleurL', 'logoLoader')); - $this->forms['logo'] = array('label' => __('Personnalisation du logo'), 'fieldsnames' => array('logo','shadeAlpha')); + $this->forms['logo'] = array('label' => __('Personnalisation du logo'), 'fieldsnames' => array('logo', 'shadeAlpha')); + $this->forms['credits'] = array('label' => __('Personnalisation des crédits'), 'fieldsnames' => array('creditsColor')); } } diff --git a/swf/_src/wsComposer.fla b/swf/_src/wsComposer.fla index a372d925b..ad95fa047 100644 Binary files a/swf/_src/wsComposer.fla and b/swf/_src/wsComposer.fla differ