7 lines
380 B
PHTML
7 lines
380 B
PHTML
<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>
|