slight re-org and update of documentation, moving the tutorial to the top.

This commit is contained in:
zotlabs
2018-03-16 15:34:09 -07:00
parent 91b710b07d
commit 60b38a3a52
4 changed files with 20 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
<div id="cloud-drag-area" class="section-content-wrapper-np">
{{if $tiles}}
{{if $tiles}}
<table id="cloud-index">
<tr id="new-upload-progress-bar-1"></tr> {{* this is needed to append the upload files in the right order *}}
</table>
@@ -36,7 +36,7 @@
</div>
{{/foreach}}
<div class="clear"></div>
{{else}}
{{else}}
<table id="cloud-index">
<tr>
<th width="1%"></th>
@@ -80,5 +80,5 @@
{{/foreach}}
</table>
{{/if}}
{{/if}}
</div>