Smart Playlists: moved Save button from right side to left side
This commit is contained in:
parent
7911761017
commit
5e1d8eabb3
3 changed files with 6 additions and 2 deletions
|
@ -276,7 +276,7 @@ class Application_Form_SmartBlockCriteria extends Zend_Form_SubForm
|
||||||
$files = $bl->getListofFilesMeetCriteria();
|
$files = $bl->getListofFilesMeetCriteria();
|
||||||
|
|
||||||
$save = new Zend_Form_Element_Button('save_button');
|
$save = new Zend_Form_Element_Button('save_button');
|
||||||
$save->setAttrib('class', 'ui-button ui-state-default sp-button');
|
$save->setAttrib('class', 'ui-button ui-state-default sp-save');
|
||||||
$save->setAttrib('title', 'Save playlist');
|
$save->setAttrib('title', 'Save playlist');
|
||||||
$save->setIgnore(true);
|
$save->setIgnore(true);
|
||||||
$save->setLabel('Save');
|
$save->setLabel('Save');
|
||||||
|
|
|
@ -13,7 +13,7 @@ if (isset($this->obj)) {
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php if (isset($this->obj)) : ?>
|
<?php if (isset($this->obj)) : ?>
|
||||||
<button class="ui-button ui-state-default sp-button" type="button" id="save_button">Save</button>
|
<button class="ui-button ui-state-default sp-save" type="button" id="save_button">Save</button>
|
||||||
<input id="obj_id" type="hidden" value="<?php echo $this->obj->getId(); ?>"></input>
|
<input id="obj_id" type="hidden" value="<?php echo $this->obj->getId(); ?>"></input>
|
||||||
<input id="obj_lastMod" type="hidden" value="<?php echo $this->obj->getLastModified('U'); ?>"></input>
|
<input id="obj_lastMod" type="hidden" value="<?php echo $this->obj->getLastModified('U'); ?>"></input>
|
||||||
<input id='obj_type' type='hidden' value='playlist'></input>
|
<input id='obj_type' type='hidden' value='playlist'></input>
|
||||||
|
|
|
@ -554,6 +554,10 @@ input.input_text.sp_extra_input_text{
|
||||||
margin-left: 10px !important;
|
margin-left: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sp-save{
|
||||||
|
margin-left: 7px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.sp-checked-icon{
|
.sp-checked-icon{
|
||||||
width: 16px !important;
|
width: 16px !important;
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue