'label' => __("Largeur du champ de recherche"));\r
\r
$this->forms['search'] = array('label' => __('Personnalisation de la recherche'),\r
- 'fieldsnames' => array('couleurS', 'searchFieldColor', 'searchShadeAlpha','searchFieldWidth', '|', 'highlightColor'));\r
+ 'fieldsnames' => array('couleurS', 'searchFieldColor', 'searchShadeAlpha', 'searchFieldWidth', '|', 'highlightColor'));\r
/* Icones */\r
$this->fields['iconSet'] = array('type' => 'icones', 'default' => 1, 'editable' => true,\r
'label' => __("Jeu d'icônes"));\r
'label' => __('Top Bar'),\r
'path' => $themeRoot,\r
'uploadURL' => SITE_PATH . 'flash/uploadThemeFile/?theme_id=' . $this->parent->theme_id);\r
+ $this->fields['topBarAlign'] = array('type' => 'combo',\r
+ 'datas' => array(__('Centré') => wsTheme::CENTER,\r
+ __('Gauche') => wsTheme::LEFT,\r
+ __("Droite") => wsTheme::RIGHT),\r
+ 'default' => wsTheme::LEFT, 'editable' => true, 'label' => __('Alignement Horizontal de la Top Bar'));\r
\r
$this->fields['afterSearch'] = array('type' => 'file', 'default' => '', 'editable' => true,\r
'label' => __('Image supplémentaire'),\r
);\r
\r
$this->forms['menubar'] = array('label' => __('Personnalisation de la barre de menu'),\r
- 'fieldsnames' => array('menuHeight', '|', 'menuColor', '|', 'menuImage', '|', 'shadeOnMenu', '|', 'invertMenuPosition', '|', 'topBar', '|', 'afterSearch'));\r
+ 'fieldsnames' => array('menuHeight', '|', 'menuColor', '|', 'menuImage', '|', 'shadeOnMenu', '|', 'invertMenuPosition', '|', 'topBar','topBarAlign', '|', 'afterSearch'));\r
/* Menu bar logo */\r
$this->fields['logo'] = array('type' => 'file', 'default' => 'menu_clientLogo.png', 'editable' => true,\r
'label' => __('Image'),\r