summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html14
1 files changed, 9 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html
index 835d928..57ed2f7 100644
--- a/www/index.html
+++ b/www/index.html
@@ -310,9 +310,12 @@
<table class="table table-striped">
<thead>
<tr>
+ <th></th>
<th>Cut #</th>
<th>Titel</th>
- <th>Aktionen</th>
+ <th>Länge</th>
+ <th>importiert</th>
+ <th class="text-center">Aktionen</th>
</tr>
</thead>
<tbody>
@@ -320,7 +323,7 @@
<tfoot>
</tfoot>
</table>
- <button class="uploadButton btn btn-success"><span class="glyphicon glyphicon-upload"></span>&nbsp;&nbsp;Importieren</button>
+ <button class="uploadButton btn btn-primary"><span class="glyphicon glyphicon-upload"></span>&nbsp;&nbsp;Importieren</button>
</div>
</div>
@@ -344,19 +347,20 @@
<tfoot>
</tfoot>
</table>
- <button class="uploadButton btn btn-success"><span class="glyphicon glyphicon-upload"></span>&nbsp;&nbsp;Importieren</button>
+ <button class="uploadButton btn btn-primary"><span class="glyphicon glyphicon-upload"></span>&nbsp;&nbsp;Importieren</button>
</div>
</div>
<table>
<tr class="progressBar progressBarTemplate jingles">
+ <td><span class="label label-default"><span class="glyphicon glyphicon-transfer"></span></span></td>
<td class="file-bytes">
beginne...
</td>
- <td>
+ <td colspan="3">
<div class="progress"><div class="progress-bar" style="width: 0%;"></div></div>
</td>
- <td>
+ <td class="text-center">
<button class="btn btn-danger btn-xs"><span class="glyphicon glyphicon-remove"></span>&nbsp;&nbsp;Abbrechen</button>
</td>
</tr>