aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-21 15:02:32 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-21 15:02:32 -0700
commit01e84edd0a52b77872fa19f472491dff13e20566 (patch)
tree47abc15b3b366f1eece0c4405362dcc091279bd4 /view/tpl
parentb7538b6ada4df7ace6f27bc6349b63ca7f8651e8 (diff)
parent232742a5e6c2912fe53249465d5fe31ef3b9722f (diff)
downloadvolse-hubzilla-01e84edd0a52b77872fa19f472491dff13e20566.tar.gz
volse-hubzilla-01e84edd0a52b77872fa19f472491dff13e20566.tar.bz2
volse-hubzilla-01e84edd0a52b77872fa19f472491dff13e20566.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl')
-rw-r--r--view/tpl/cloud_actionspanel.tpl1
-rw-r--r--view/tpl/cloud_header.tpl1
2 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/cloud_actionspanel.tpl b/view/tpl/cloud_actionspanel.tpl
index da708a98c..44e4eb54c 100644
--- a/view/tpl/cloud_actionspanel.tpl
+++ b/view/tpl/cloud_actionspanel.tpl
@@ -8,6 +8,7 @@
<div class="clear"></div>
</div>
<div id="files-upload-tools" class="section-content-tools-wrapper form-group">
+ {{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}}
<label for="files-upload">{{$upload_header}}</label>
<form method="post" action="" enctype="multipart/form-data">
<input type="hidden" name="sabreAction" value="put">
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl
index 0786b46ba..076fa16cb 100644
--- a/view/tpl/cloud_header.tpl
+++ b/view/tpl/cloud_header.tpl
@@ -9,7 +9,6 @@
</div>
{{/if}}
<h2>{{$header}}</h2>
- {{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}
<div class="clear"></div>
</div>
{{if $actionspanel}}