CC-4683: System -> Preference: Save button is old style
-support feedback form also had old button style
This commit is contained in:
parent
155f1eae11
commit
ab55bb73bb
2 changed files with 3 additions and 3 deletions
|
@ -153,7 +153,7 @@ class Application_Form_SupportSettings extends Zend_Form
|
|||
|
||||
// submit button
|
||||
$submit = new Zend_Form_Element_Submit("submit");
|
||||
$submit->class = 'ui-button ui-state-default right-floated';
|
||||
$submit->class = 'btn right-floated';
|
||||
$submit->setIgnore(true)
|
||||
->setLabel(_("Save"))
|
||||
->setDecorators(array('ViewHelper'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue