Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
284b028521
2 changed files with 1 additions and 14 deletions
|
@ -10,14 +10,9 @@ if (isset($this->obj)) {
|
|||
<a href="#" id="spl_crossfade" class="ui-button ui-button-icon-only ui-widget ui-state-default crossfade-main-button" style="display:<?php echo ($this->obj->isStatic() && $count > 0) ?"block;":"none;"?>">
|
||||
<span class="ui-icon crossfade-main-icon"></span><span class="ui-button-text">Playlist crossfade</span>
|
||||
</a>
|
||||
<button class="ui-button ui-state-default sp-save" type="button" id="save_button">Save</button>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php
|
||||
if (isset($this->form)) {
|
||||
echo $this->form->getElement('save_button');
|
||||
}
|
||||
?>
|
||||
|
||||
<?php if (isset($this->obj)) : ?>
|
||||
<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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue