can get cues/fades to display in new playlist builder.
cannot change them yet.
This commit is contained in:
parent
3674989461
commit
8887ce24d1
6 changed files with 97 additions and 14 deletions
|
@ -15,7 +15,7 @@
|
|||
<li class="spl_empty">Empty playlist</li>
|
||||
<?php endif; ?>
|
||||
</ul>
|
||||
<div id="spl_cue_edit"></div>
|
||||
<div id="spl_editor"></div>
|
||||
<?php else : ?>
|
||||
<div>No open playlist</div>
|
||||
<?php endif; ?>
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
<br /><br /><center>View script for controller <b>Playlist</b> and script/action name <b>setCue</b></center>
|
||||
<div class="spl_cue_in">
|
||||
<span>Cue In:</span>
|
||||
<span><?php echo $this->cueIn; ?></span>
|
||||
</div>
|
||||
<div class="spl_cue_out">
|
||||
<span>Cue Out:</span>
|
||||
<span><?php echo $this->cueOut; ?></span>
|
||||
</div>
|
||||
|
|
|
@ -1 +1,8 @@
|
|||
<br /><br /><center>View script for controller <b>Playlist</b> and script/action name <b>setFade</b></center>
|
||||
<div class="spl_fade_out">
|
||||
<span>Fade Out:</span>
|
||||
<span><?php echo $this->fadeOut; ?></span>
|
||||
</div>
|
||||
<div class="spl_fade_in">
|
||||
<span>Fade In:</span>
|
||||
<span><?php echo $this->fadeIn; ?></span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue