set up fade buttons with some style. simple javascript to highlight the active choice for either editing fades or cues.
This commit is contained in:
parent
ccb36c8106
commit
3674989461
4 changed files with 77 additions and 7 deletions
|
@ -1,6 +1,9 @@
|
|||
<li class="spl_row" id="spl_<?php echo $this->partialCounter-1 ?>">
|
||||
<li class="ui-state-default" id="spl_<?php echo $this->partialCounter-1 ?>">
|
||||
<span class="spl_title"><?php echo $this->CcFiles['track_title'] ?></span>
|
||||
<span class="spl_playlength"><?php echo $this->cliplength ?></span>
|
||||
<span class="ui-icon ui-icon-close"></span>
|
||||
<span class="spl_artist"><?php echo $this->CcFiles['artist_name'] ?></span>
|
||||
<?php if($this->partialCounter-1 > 0): ?>
|
||||
<div id="fade_<?php echo $this->partialCounter-1 ?>" class="spl_fade_control ui-state-default ui-corner-all">Fade</div>
|
||||
<?php endif; ?>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue