diff options
author | zotlabs <mike@macgirvin.com> | 2017-11-12 16:07:20 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-11-12 16:07:20 -0800 |
commit | a387868540e931a77e0af9ce706047f40feef021 (patch) | |
tree | 2d3960d326a2a1ef1b62d4d11b40db90d0263235 /view/tpl/photos_upload.tpl | |
parent | 1ac35dd04748744b22e6fc3dd254f16f7980bd90 (diff) | |
parent | 6ea7ef43e0a0a99f81986c8e1fe5955800bfa496 (diff) | |
download | volse-hubzilla-a387868540e931a77e0af9ce706047f40feef021.tar.gz volse-hubzilla-a387868540e931a77e0af9ce706047f40feef021.tar.bz2 volse-hubzilla-a387868540e931a77e0af9ce706047f40feef021.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rwxr-xr-x | view/tpl/photos_upload.tpl | 3 |
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> |