aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_directory.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-08-22 20:05:25 -0700
committerredmatrix <git@macgirvin.com>2016-08-22 20:05:25 -0700
commitb89c869e7ce2586852607a55717f5388c88e275d (patch)
treed76c0c76e348d92d392c2e1f25b12a7abeba51f4 /view/tpl/cloud_directory.tpl
parentfbb357ac47f0c5823dd30aa9b955982035cef8ba (diff)
parent1a506ad49cdec5cd69c3081b15a3557b16a45a7e (diff)
downloadvolse-hubzilla-b89c869e7ce2586852607a55717f5388c88e275d.tar.gz
volse-hubzilla-b89c869e7ce2586852607a55717f5388c88e275d.tar.bz2
volse-hubzilla-b89c869e7ce2586852607a55717f5388c88e275d.zip
Merge branch '1.12RC'
Diffstat (limited to 'view/tpl/cloud_directory.tpl')
-rw-r--r--view/tpl/cloud_directory.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/cloud_directory.tpl b/view/tpl/cloud_directory.tpl
index 870f7e9e1..27dc8d03b 100644
--- a/view/tpl/cloud_directory.tpl
+++ b/view/tpl/cloud_directory.tpl
@@ -18,6 +18,7 @@
<td class="hidden-xs"></td>
</tr>
{{/if}}
+ <tr id="new-upload-progress-bar--1"></tr> {{* this is needed to append the upload files in the right order *}}
{{foreach $entries as $item}}
<tr id="cloud-index-{{$item.attachId}}">
<td><i class="fa {{$item.iconFromType}}" title="{{$item.type}}"></i></td>
@@ -38,6 +39,7 @@
<tr id="cloud-tools-{{$item.attachId}}">
<td id="perms-panel-{{$item.attachId}}" colspan="9"></td>
</tr>
+
{{/foreach}}
</table>
</div>