cue/fade editor done for new playlist builder
This commit is contained in:
parent
70f7cb6edc
commit
6376a25463
8 changed files with 249 additions and 17 deletions
|
@ -1,8 +1,8 @@
|
|||
<div class="spl_cue_in">
|
||||
<div id="spl_cue_in_<?php echo $this->pos; ?>" class="spl_cue_in">
|
||||
<span>Cue In:</span>
|
||||
<span><?php echo $this->cueIn; ?></span>
|
||||
<span class="spl_text_input"><?php echo $this->cueIn; ?></span>
|
||||
</div>
|
||||
<div class="spl_cue_out">
|
||||
<div id="spl_cue_out_<?php echo $this->pos; ?>" class="spl_cue_out">
|
||||
<span>Cue Out:</span>
|
||||
<span><?php echo $this->cueOut; ?></span>
|
||||
<span class="spl_text_input"><?php echo $this->cueOut; ?></span>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue