changed cue in edit to happen when cliplength clicked to avoid event problems with moving playlist items.

This commit is contained in:
naomiaro 2011-01-16 20:40:34 -05:00
parent 8887ce24d1
commit 9b4f9c8aa4
4 changed files with 53 additions and 16 deletions

View file

@ -14,7 +14,7 @@
<div id="library_quick_search"><?php echo $this->layout()->quick_search ?></div>
<div id="library_content"><?php echo $this->layout()->library ?></div>
<div id="side_playlist" class="ui-widget-content"><?php echo $this->layout()->spl ?></div>
<div id="side_playlist" class="ui-widget ui-widget-content ui-corner-all"><?php echo $this->layout()->spl ?></div>
</body>
</html>

View file

@ -1,7 +1,7 @@
<span id="spl_new">New</span>
<button id="spl_new">New</button>
<?php if (isset($this->pl)) : ?>
<span id="spl_delete">Delete</span>
<span id="spl_close">Close</span>
<button id="spl_delete">Delete</button>
<button id="spl_close">Close</button>
<?php endif; ?>
<?php if (isset($this->pl)) : ?>