forked from GNUsocial/gnu-social
Added form_data class
This commit is contained in:
parent
b44f5753d5
commit
2c2861b867
@ -174,7 +174,7 @@ class DesignAdminPanelForm extends Form
|
||||
|
||||
$themes = array_combine($themes, $themes);
|
||||
|
||||
$this->out->elementStart('ul');
|
||||
$this->out->elementStart('ul', 'form_data');
|
||||
$this->out->elementStart('li');
|
||||
|
||||
$this->out->dropdown('theme', _('Theme'),
|
||||
|
Loading…
Reference in New Issue
Block a user