diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-08-11 11:27:14 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-08-11 11:27:20 +0200 |
commit | c9c16338823bdf38c8e4e80e9a45366fec2a1225 (patch) | |
tree | 725301f8e4fb5ce33db008c4004f752964be1a9e /apps/media/templates | |
parent | 2e58752e1288151072ba0054f5dd45fc72a69067 (diff) | |
download | nextcloud-server-c9c16338823bdf38c8e4e80e9a45366fec2a1225.tar.gz nextcloud-server-c9c16338823bdf38c8e4e80e9a45366fec2a1225.zip |
some work on media player
Diffstat (limited to 'apps/media/templates')
-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"> |