diff options
author | Tomasz Grobelny <tomasz@grobelny.net> | 2018-11-13 18:30:32 +0100 |
---|---|---|
committer | Tomasz Grobelny <tomasz@grobelny.net> | 2018-11-24 23:55:17 +0100 |
commit | e99340dc4da5f3a86ae32a14ef318b0d8b8f20fd (patch) | |
tree | 07a8ed7971c703376d287e649da1e041a7a31552 /apps/files/js/templates/operationprogressbar.handlebars | |
parent | 296e69fe045363286cacdf37feccfde70d4f2444 (diff) | |
download | nextcloud-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/js/templates/operationprogressbar.handlebars')
-rw-r--r-- | apps/files/js/templates/operationprogressbar.handlebars | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/js/templates/operationprogressbar.handlebars b/apps/files/js/templates/operationprogressbar.handlebars new file mode 100644 index 00000000000..5d6a7e860f0 --- /dev/null +++ b/apps/files/js/templates/operationprogressbar.handlebars @@ -0,0 +1,6 @@ +<div id="uploadprogressbar"> + <em class="label outer" style="display:none"><span class="desktop">{{textDesktop}}</span><span class="mobile">{{textMobile}}</span></em> +</div> +<button class="stop icon-close" style="display:none"> + <span class="hidden-visually">{{textCancelButton}}</span> +</button> |