diff options
Diffstat (limited to 'apps/media/templates/collection.php')
-rw-r--r-- | apps/media/templates/collection.php | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/apps/media/templates/collection.php b/apps/media/templates/collection.php deleted file mode 100644 index 8fd437f769b..00000000000 --- a/apps/media/templates/collection.php +++ /dev/null @@ -1,20 +0,0 @@ -<div id='scan'> - <p id='scancount' style='display:none'><span class='songCount'>0</span> Songs scanned</p> - <div id="scanprogressbar"></div> - <input type='button' class='start' value='Recan Collection'></input> - <input type='button' class='stop' style='display:none' value='Pause'></input> -</div> -<table id='collection'> - <thead> - <th>Artist</th> - <th>Album</th> - <th>Title</th> - </thead> - <tbody> - <tr class='template'> - <td class='artist'><a/></td> - <td class='album'><a/></td> - <td class='title'><a/></td> - </tr> - </tbody> -</table> |