mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
fd609b7098
commit
17dda6df4e
@ -38,7 +38,7 @@ class ThemingConfigForm extends Form
|
|||||||
'themes_default',
|
'themes_default',
|
||||||
array(
|
array(
|
||||||
'description' => $this->translate('The default theme', 'Form element description'),
|
'description' => $this->translate('The default theme', 'Form element description'),
|
||||||
'disabled' => count($themes) < 2,
|
'disabled' => count($themes) < 2 ? 'disabled' : null,
|
||||||
'label' => $this->translate('Default Theme', 'Form element label'),
|
'label' => $this->translate('Default Theme', 'Form element label'),
|
||||||
'multiOptions' => $themes,
|
'multiOptions' => $themes,
|
||||||
'value' => StyleSheet::DEFAULT_THEME
|
'value' => StyleSheet::DEFAULT_THEME
|
||||||
|
Loading…
x
Reference in New Issue
Block a user