Smart Playlists: moved Save button from right side to left side

This commit is contained in:
denise 2012-08-10 12:34:45 -04:00
parent 7911761017
commit 5e1d8eabb3
3 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,7 @@ if (isset($this->obj)) {
<?php endif; ?>
<?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_lastMod" type="hidden" value="<?php echo $this->obj->getLastModified('U'); ?>"></input>
<input id='obj_type' type='hidden' value='playlist'></input>