vladimir's changes on the playlist builder screen so far. need some changes to cue/fade editor and css for datatables
This commit is contained in:
parent
de3c95bd36
commit
293575a457
62 changed files with 3076 additions and 3371 deletions
|
@ -1,8 +1,6 @@
|
|||
<div id="spl_cue_in_<?php echo $this->pos; ?>" class="spl_cue_in">
|
||||
<span>Cue In:</span>
|
||||
<span class="spl_text_input" contenteditable="true"><?php echo $this->cueIn; ?></span>
|
||||
</div>
|
||||
<div id="spl_cue_out_<?php echo $this->pos; ?>" class="spl_cue_out">
|
||||
<span>Cue Out:</span>
|
||||
<span class="spl_text_input" contenteditable="true"><?php echo $this->cueOut; ?></span>
|
||||
</div>
|
||||
<dl id="spl_cue_editor" class="inline-list">
|
||||
<dt>Cue In:</dt>
|
||||
<dd id="spl_cue_in_<?php echo $this->pos; ?>"><span contenteditable="true" class="spl_text_input"><?php echo $this->cueIn; ?></span></dd>
|
||||
<dt>Cue Out:</dt>
|
||||
<dd id="spl_cue_out_<?php echo $this->pos; ?>"><span contenteditable="true" class="spl_text_input"><?php echo $this->cueOut; ?></span></dd>
|
||||
</dl>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue