aboutsummaryrefslogtreecommitdiffstats
path: root/apps/media/templates/collection.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/media/templates/collection.php')
-rw-r--r--apps/media/templates/collection.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/media/templates/collection.php b/apps/media/templates/collection.php
index e2c256a6480..fe50bf5ebdf 100644
--- a/apps/media/templates/collection.php
+++ b/apps/media/templates/collection.php
@@ -1,3 +1,9 @@
+<div id='scan'>
+ <p><span class='songCount'>0</span> Songs scanned</p>
+ <div id="scanprogressbar"></div>
+ <input type='button' class='start' value='Recan'></input>
+ <input type='button' class='stop' style='display:none' value='Pause'></input>
+</div>
<ul id='collection'>
<li class='artist'>
<img src="<?php echo image_path('files','loading.gif') ?>" alt='loading'/>Loading Collection...
@@ -7,4 +13,5 @@
<button class='add'>Add</button>
<button class='play'>Play</button>
</li>
-</ul> \ No newline at end of file
+</ul>
+