aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-28 01:07:45 -0800
committerfriendica <info@friendica.com>2015-01-28 01:07:45 -0800
commitf1203bb3dd4df3330737c9a0b2be84ebf7c80162 (patch)
tree10aed680a0b32ba7ae378793515f4420807363f9 /view
parent9feb300f47eaff46ea78ef66379de654d3365dae (diff)
parentf455036905d83a7983998835b24bfcaf1bed1045 (diff)
downloadvolse-hubzilla-f1203bb3dd4df3330737c9a0b2be84ebf7c80162.tar.gz
volse-hubzilla-f1203bb3dd4df3330737c9a0b2be84ebf7c80162.tar.bz2
volse-hubzilla-f1203bb3dd4df3330737c9a0b2be84ebf7c80162.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view')
-rw-r--r--view/tpl/cloud_header.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/cloud_header.tpl b/view/tpl/cloud_header.tpl
index 403323085..c75815d07 100644
--- a/view/tpl/cloud_header.tpl
+++ b/view/tpl/cloud_header.tpl
@@ -1,7 +1,9 @@
<div class="section-title-wrapper">
{{if $actionspanel}}
<div class="pull-right">
+ {{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>
</div>