aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_actionspanel.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-27 15:13:49 -0800
committerzotlabs <mike@macgirvin.com>2017-02-27 15:13:49 -0800
commit1325a81e9afaf53415411537ce8db5e2d554ae69 (patch)
tree0b26fc2913b0f63944d0b17a9a21e3db77a25c39 /view/tpl/cloud_actionspanel.tpl
parent18b22f5f8a7364ef94c51a7cf2f0a1d8b35fc5ad (diff)
downloadvolse-hubzilla-1325a81e9afaf53415411537ce8db5e2d554ae69.tar.gz
volse-hubzilla-1325a81e9afaf53415411537ce8db5e2d554ae69.tar.bz2
volse-hubzilla-1325a81e9afaf53415411537ce8db5e2d554ae69.zip
add file size notes to /cloud actions panel
Diffstat (limited to 'view/tpl/cloud_actionspanel.tpl')
-rw-r--r--view/tpl/cloud_actionspanel.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl
index 36edc3b44..95ad29da2 100644
--- a/view/tpl/cloud_actionspanel.tpl
+++ b/view/tpl/cloud_actionspanel.tpl
@@ -19,7 +19,7 @@
<div class="clear"></div>
</div>
<div id="files-upload-tools" class="section-content-tools-wrapper">
- {{if $quota.limit || $quota.used}}<div class="{{if $quota.warning}}section-content-danger-wrapper{{else}}section-content-info-wrapper{{/if}}">{{if $quota.warning}}<strong>{{$quota.warning}} </strong>{{/if}}{{$quota.desc}}</div>{{/if}}
+ {{if $quota.limit || $quota.used}}<div class="{{if $quota.warning}}section-content-danger-wrapper{{else}}section-content-info-wrapper{{/if}}">{{if $quota.warning}}<strong>{{$quota.warning}} </strong>{{/if}}{{if $quota.desc}}{{$quota.desc}}<br><br>{{/if}}{{$info}}</div>{{/if}}
<form id="ajax-upload-files" method="post" action="file_upload" enctype="multipart/form-data" class="acl-form" data-form_id="ajax-upload-files" data-allow_cid='{{$allow_cid}}' data-allow_gid='{{$allow_gid}}' data-deny_cid='{{$deny_cid}}' data-deny_gid='{{$deny_gid}}'>
<input type="hidden" name="directory" value="{{$path}}" />
<input type="hidden" name="channick" value="{{$channick}}" />