aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_upload.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-10 10:50:19 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-10 10:50:19 +0100
commit5e541ff53b6db3da712b82ae3c470a5445b88767 (patch)
tree067372c8cd55a077c4db772251dbcf11a902bc48 /view/tpl/photos_upload.tpl
parent766a7fb1b46a506e92d62ed0b76e0e0e3e6958a5 (diff)
downloadvolse-hubzilla-5e541ff53b6db3da712b82ae3c470a5445b88767.tar.gz
volse-hubzilla-5e541ff53b6db3da712b82ae3c470a5445b88767.tar.bz2
volse-hubzilla-5e541ff53b6db3da712b82ae3c470a5445b88767.zip
bring some ajax to photo upload
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-xview/tpl/photos_upload.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl
index d52bad5a2..46b1d3fd0 100755
--- a/view/tpl/photos_upload.tpl
+++ b/view/tpl/photos_upload.tpl
@@ -56,6 +56,9 @@
{{/if}}
</form>
</div>
+ <table id="upload-index">
+ <tr id="new-upload-progress-bar--1"></tr> {{* this is needed to append the upload files in the right order *}}
+ </table>
{{$aclselect}}
<div id="photos-upload-end" class="clear"></div>
</div>