CC-4693: Preferences: Bottom save button is not aligned
-fixed
This commit is contained in:
parent
c0e54c64cd
commit
33e4d6154d
3 changed files with 2 additions and 8 deletions
|
@ -13,6 +13,4 @@
|
|||
<?php echo $this->element->getSubform('preferences_soundcloud') ?>
|
||||
</div>
|
||||
|
||||
<?php echo $this->element->getElement('pref_save') ?>
|
||||
|
||||
</form>
|
||||
|
|
|
@ -10,5 +10,7 @@
|
|||
echo $this->statusMsg;
|
||||
echo $this->form;
|
||||
?>
|
||||
<br />
|
||||
<button name="pref_save" id="pref_save" type="button" class="btn btn-small right-floated">Save</button>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue