CC-4683: System -> Preference: Save button is old style
-done
This commit is contained in:
parent
127d0187b7
commit
155f1eae11
|
@ -3,7 +3,7 @@
|
||||||
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
<?php $baseUrl = Application_Common_OsPath::getBaseDir(); ?>
|
||||||
<form method="post" id="pref_form" enctype="application/x-www-form-urlencoded">
|
<form method="post" id="pref_form" enctype="application/x-www-form-urlencoded">
|
||||||
|
|
||||||
<button name="pref_save" id="pref_save" type="button" class="btn btn-small right-floated"><? echo _("Save") ?></button>
|
<button name="pref_save" id="pref_save" type="button" class="btn btn-inverse right-floated"><? echo _("Save") ?></button>
|
||||||
<div style="clear:both"></div>
|
<div style="clear:both"></div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
@ -11,6 +11,6 @@
|
||||||
echo $this->form;
|
echo $this->form;
|
||||||
?>
|
?>
|
||||||
<br />
|
<br />
|
||||||
<button name="pref_save" id="pref_save" type="button" class="btn btn-small right-floated"><? echo _("Save") ?></button>
|
<button name="pref_save" id="pref_save" type="button" class="btn btn-inverse right-floated"><? echo _("Save") ?></button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue