7 lines
385 B
PHTML
7 lines
385 B
PHTML
<dl id="spl_editor" class="inline-list">
|
|
<dt>Fade out:</dt>
|
|
<dd id="spl_fade_out_<?php echo $this->pos -1; ?>"><span contenteditable="true" class="spl_text_input"><?php echo $this->fadeOut; ?></span></dd>
|
|
<dt>Fade in:</dt>
|
|
<dd id="spl_fade_in_<?php echo $this->pos; ?>"><span contenteditable="true" class="spl_text_input"><?php echo $this->fadeIn; ?></span></dd>
|
|
</dl>
|