new jjmenu for dynamic context menus. playlists in library.
need to work on javascript callback
This commit is contained in:
parent
4bdcba83e2
commit
d2b1bf0622
17 changed files with 545 additions and 318 deletions
|
@ -1,3 +0,0 @@
|
|||
<ul id="myMenu" class="contextMenu">
|
||||
<?php echo $this->partialLoop('library/contextMenuPartial.phtml', $this->menu) ?>
|
||||
</ul>
|
|
@ -1 +0,0 @@
|
|||
<li><a href="<?php echo $this->action ?>"><?php echo $this->text ?></a></li>
|
|
@ -1,5 +1,5 @@
|
|||
<?php // libraryTablePartial.phtml ?>
|
||||
<tr id="<?php echo $this->id ?>">
|
||||
<tr id="<?php echo substr($this->ftype, 0, 2) ?>_<?php echo $this->id ?>">
|
||||
<td><?php echo $this->track_title ?></td>
|
||||
<td><?php echo $this->artist_name ?></td>
|
||||
<td><?php echo $this->album_title ?></td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue