diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-02-05 17:28:17 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-02-05 17:28:17 (GMT) |
commit | 5a577416e669d3ae8d4f26947367a08540bc9a03 (patch) | |
tree | 671890463ae0ff8bcb6db66e666ea787f7d85f62 /www/index.html | |
parent | fa705183cfc9c2af1a4e7c09e3e34251435635c0 (diff) |
make jingle view great again
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 14 |
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> Importieren</button> + <button class="uploadButton btn btn-primary"><span class="glyphicon glyphicon-upload"></span> Importieren</button> </div> </div> @@ -344,19 +347,20 @@ <tfoot> </tfoot> </table> - <button class="uploadButton btn btn-success"><span class="glyphicon glyphicon-upload"></span> Importieren</button> + <button class="uploadButton btn btn-primary"><span class="glyphicon glyphicon-upload"></span> 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> Abbrechen</button> </td> </tr> |