can get cues/fades to display in new playlist builder.

cannot change them yet.
This commit is contained in:
naomiaro 2011-01-16 19:31:10 -05:00
parent 3674989461
commit 8887ce24d1
6 changed files with 97 additions and 14 deletions

View file

@ -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; ?>

View file

@ -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>

View file

@ -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>