summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/list.php
diff options
context:
space:
mode:
authorTomasz Grobelny <tomasz@grobelny.net>2018-11-13 18:30:32 +0100
committerTomasz Grobelny <tomasz@grobelny.net>2018-11-24 23:55:17 +0100
commite99340dc4da5f3a86ae32a14ef318b0d8b8f20fd (patch)
tree07a8ed7971c703376d287e649da1e041a7a31552 /apps/files/templates/list.php
parent296e69fe045363286cacdf37feccfde70d4f2444 (diff)
downloadnextcloud-server-e99340dc4da5f3a86ae32a14ef318b0d8b8f20fd.tar.gz
nextcloud-server-e99340dc4da5f3a86ae32a14ef318b0d8b8f20fd.zip
Move progress bar to separate component
Signed-off-by: Tomasz Grobelny <tomasz@grobelny.net>
Diffstat (limited to 'apps/files/templates/list.php')
-rw-r--r--apps/files/templates/list.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files/templates/list.php b/apps/files/templates/list.php
index 75dc2bee26f..8b20c84e008 100644
--- a/apps/files/templates/list.php
+++ b/apps/files/templates/list.php
@@ -1,12 +1,6 @@
<div id="controls">
<div class="actions creatable hidden">
<div id="uploadprogresswrapper">
- <div id="uploadprogressbar">
- <em class="label outer" style="display:none"><span class="desktop"><?php p($l->t('Uploading …'));?></span><span class="mobile"><?php p($l->t('…'));?></span></em>
- </div>
- <button class="stop icon-close" style="display:none">
- <span class="hidden-visually"><?php p($l->t('Cancel upload')) ?></span>
- </button>
</div>
</div>
<div id="file_action_panel"></div>