diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 11:15:17 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-11 11:15:17 -0400 |
commit | 2af0269eb93c4511edbb300a43795e0b3c0e2209 (patch) | |
tree | 6e72701a594a567fa83f202e9dd1411d2d591a8f /apps/media/templates/music.php | |
parent | 103d23b3a3b1399112f5628c3f36d5d427be7030 (diff) | |
parent | 568fd0df833ccc9c546242b53ce620b0c59e71b9 (diff) | |
download | nextcloud-server-2af0269eb93c4511edbb300a43795e0b3c0e2209.tar.gz nextcloud-server-2af0269eb93c4511edbb300a43795e0b3c0e2209.zip |
Merge branch 'sharing' of git://anongit.kde.org/owncloud into sharing
Conflicts:
apps/files_sharing/js/share.js
Diffstat (limited to 'apps/media/templates/music.php')
-rw-r--r-- | apps/media/templates/music.php | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/apps/media/templates/music.php b/apps/media/templates/music.php index d103e10b750..a89c5421b4a 100644 --- a/apps/media/templates/music.php +++ b/apps/media/templates/music.php @@ -20,32 +20,7 @@ <div class="player" id="jp-player"></div> </div> -<div id="leftcontent"> -<table id="playlist"> - <thead> - <tr> - <th class="name"><input id="selectAll" type="checkbox"><?php echo $l->t('Name')?></th> - <th class="artist"><?php echo $l->t('Artist')?></th> - </tr> - </thead> - <tbody> - <tr> - <td> - <?php echo $l->t('The playlist is empty')?> - </td> - </tr> - </tbody> - <tfoot> - <tr class="template"> - <td class="name"> - <input type="checkbox"> - <span></span> - </td> - <td class="artist"></td> - </tr> - </tfoot> -</table> -</div> +<ul id="leftcontent"></ul> <div id="rightcontent"> <div id="scan"> |