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
|
@ -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'));
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
||||
<form method="post" id="pref_form" enctype="application/x-www-form-urlencoded">
|
||||
|
||||
<button name="pref_save" id="pref_save" type="button" class="btn btn-inverse right-floated"><? echo _("Save") ?></button>
|
||||
<button name="pref_save" id="pref_save" type="button" class="btn right-floated"><? echo _("Save") ?></button>
|
||||
<div style="clear:both"></div>
|
||||
|
||||
<?php
|
||||
|
@ -11,6 +11,6 @@
|
|||
echo $this->form;
|
||||
?>
|
||||
<br />
|
||||
<button name="pref_save" id="pref_save" type="button" class="btn btn-inverse right-floated"><? echo _("Save") ?></button>
|
||||
<button name="pref_save" id="pref_save" type="button" class="btn right-floated"><? echo _("Save") ?></button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue