aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings.tpl
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-02-18 15:26:50 -0800
committerredmatrix <git@macgirvin.com>2016-02-18 15:26:50 -0800
commit4512a4cdd4713117dabad607e74578af16306350 (patch)
tree69aea5f63140a2bc3a79d39e4a452f01a06e7c58 /view/tpl/settings.tpl
parent342fda94e4162634eeb67c18c1d284e7d78f217f (diff)
parent33c34984e647f48452d53b93b635f6f517a0f392 (diff)
downloadvolse-hubzilla-4512a4cdd4713117dabad607e74578af16306350.tar.gz
volse-hubzilla-4512a4cdd4713117dabad607e74578af16306350.tar.bz2
volse-hubzilla-4512a4cdd4713117dabad607e74578af16306350.zip
Merge https://github.com/redmatrix/hubzilla into pending_merge
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-xview/tpl/settings.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl
index 820ffd711..6f50f820a 100755
--- a/view/tpl/settings.tpl
+++ b/view/tpl/settings.tpl
@@ -1,6 +1,6 @@
<div class="generic-content-wrapper">
<div class="section-title-wrapper">
- <a title="{{$removechannel}}" class="btn btn-danger btn-xs pull-right" href="removeme"><i class="icon-trash"></i>&nbsp;{{$removeme}}</a>
+ {{if $server_role != 'basic'}}<a title="{{$removechannel}}" class="btn btn-danger btn-xs pull-right" href="removeme"><i class="icon-trash"></i>&nbsp;{{$removeme}}</a>{{/if}}
<h2>{{$ptitle}}</h2>
<div class="clear"></div>
</div>