aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/cloud_header.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-10-20 18:48:14 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-10-20 18:48:14 -0700
commit38816d7e41de65de5b8a328a3b8d808c6a438779 (patch)
tree8f496808f77684634a6156b70e1f443693a1a4fa /view/tpl/cloud_header.tpl
parent3a89bb0db27641e5332c1ae5f7fd4396543a1c26 (diff)
downloadvolse-hubzilla-38816d7e41de65de5b8a328a3b8d808c6a438779.tar.gz
volse-hubzilla-38816d7e41de65de5b8a328a3b8d808c6a438779.tar.bz2
volse-hubzilla-38816d7e41de65de5b8a328a3b8d808c6a438779.zip
move quota display to where it's visible on a tablet
Diffstat (limited to 'view/tpl/cloud_header.tpl')
-rw-r--r--view/tpl/cloud_header.tpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl
index c75815d07..0786b46ba 100644
--- a/view/tpl/cloud_header.tpl
+++ b/view/tpl/cloud_header.tpl
@@ -4,11 +4,12 @@
{{if $is_owner}}
<a href="/sharedwithme" class="btn btn-xs btn-default"><i class="icon-cloud-download"></i>&nbsp;{{$shared}}</a>
{{/if}}
- <button id="files-create-btn" class="btn btn-xs btn-primary" title="{{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}" onclick="openClose('files-mkdir-tools'); closeMenu('files-upload-tools');"><i class="icon-folder-close-alt"></i>&nbsp;{{$create}}</button>
- <button id="files-upload-btn" class="btn btn-xs btn-success" title="{{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}" onclick="openClose('files-upload-tools'); closeMenu('files-mkdir-tools');"><i class="icon-upload"></i>&nbsp;{{$upload}}</button>
+ <button id="files-create-btn" class="btn btn-xs btn-primary" onclick="openClose('files-mkdir-tools'); closeMenu('files-upload-tools');"><i class="icon-folder-close-alt"></i>&nbsp;{{$create}}</button>
+ <button id="files-upload-btn" class="btn btn-xs btn-success" onclick="openClose('files-upload-tools'); closeMenu('files-mkdir-tools');"><i class="icon-upload"></i>&nbsp;{{$upload}}</button>
</div>
{{/if}}
<h2>{{$header}}</h2>
+ {{if $quota.limit || $quota.used}}{{$quota.desc}}{{/if}}
<div class="clear"></div>
</div>
{{if $actionspanel}}