|
|
|
@ -14,7 +14,7 @@ class SelectTheme extends HTML_QuickForm_select |
|
|
|
//todo this was comment due a bug in infocours.php with jquery-ui |
|
|
|
//todo this was comment due a bug in infocours.php with jquery-ui |
|
|
|
//$attributes['class'] = 'chzn-select'; |
|
|
|
//$attributes['class'] = 'chzn-select'; |
|
|
|
} |
|
|
|
} |
|
|
|
parent::HTML_QuickForm_Select($elementName, $elementLabel, $options, $attributes); |
|
|
|
parent::__construct($elementName, $elementLabel, $options, $attributes); |
|
|
|
// Get all languages |
|
|
|
// Get all languages |
|
|
|
$themes = api_get_themes(); |
|
|
|
$themes = api_get_themes(); |
|
|
|
$this->_options = array(); |
|
|
|
$this->_options = array(); |
|
|
|
|