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
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue