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

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