CC-6121 - Fix up user settings page
This commit is contained in:
parent
109a336504
commit
f21e53b12e
4 changed files with 30 additions and 15 deletions
|
@ -105,7 +105,7 @@ class Application_Form_AddUser extends Zend_Form
|
|||
$this->addElement($select);
|
||||
|
||||
$saveBtn = new Zend_Form_Element_Button('save_user');
|
||||
$saveBtn->setAttrib('class', 'btn btn-small right-floated');
|
||||
$saveBtn->setAttrib('class', 'btn right-floated');
|
||||
$saveBtn->setIgnore(true);
|
||||
$saveBtn->setLabel(_('Save'));
|
||||
$this->addElement($saveBtn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue