Fixed my SuperAdmin_Only decorator
This commit is contained in:
parent
d5b969f94f
commit
c24a040689
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ class Application_Form_GeneralPreferences extends Zend_Form_SubForm
|
|||
monospace;',
|
||||
'value' => self::getWidgetCode(),
|
||||
));
|
||||
$this->getElement('widgetCode')->addDecorator(new Airtime_Decorator_SuperAdmin_Only());
|
||||
|
||||
$locale = new Zend_Form_Element_Select("locale");
|
||||
$locale->setLabel(_("Default Language"));
|
||||
$locale->setMultiOptions(Application_Model_Locale::getLocales());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue