summaryrefslogtreecommitdiff
path: root/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html25
1 files changed, 14 insertions, 11 deletions
diff --git a/www/index.html b/www/index.html
index 071e96c..7939b4a 100644
--- a/www/index.html
+++ b/www/index.html
@@ -185,23 +185,26 @@
<tbody>
</tbody>
<tfoot>
- <tr class="progressBar hidden">
- <td class="file-bytes">
- -
- </td>
- <td>
- <div class="progress"><div class="bar" style="width: 0%;"></div></div>
- </td>
- <td>
- <button class="btn btn-danger btn-mini"><i class="icon-remove icon-white"></i> Abbrechen</button>
- </td>
- </tr>
</tfoot>
</table>
<button class="uploadButton btn btn-success btn"><i class="icon-upload icon-white"></i> Importieren</button>
</div>
</div>
+ <table>
+ <tr class="progressBar progressBarTemplate">
+ <td class="file-bytes">
+ beginne...
+ </td>
+ <td>
+ <div class="progress"><div class="bar" style="width: 0%;"></div></div>
+ </td>
+ <td>
+ <button class="btn btn-danger btn-mini"><i class="icon-remove icon-white"></i> Abbrechen</button>
+ </td>
+ </tr>
+ </table>
+
</div>
</div>