aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/settings.tpl
diff options
context:
space:
mode:
authorjeroenpraat <jeroenpraat@xs4all.nl>2016-02-18 16:53:04 +0100
committerjeroenpraat <jeroenpraat@xs4all.nl>2016-02-18 16:53:04 +0100
commitfe392a3144f2c2e81e0451b1e6629136a60a7acd (patch)
treef19860cf935189fd701b86f6e5e3edf58414fbf3 /view/tpl/settings.tpl
parenteeed7077ca699256df05184abfce1177358b524c (diff)
downloadvolse-hubzilla-fe392a3144f2c2e81e0451b1e6629136a60a7acd.tar.gz
volse-hubzilla-fe392a3144f2c2e81e0451b1e6629136a60a7acd.tar.bz2
volse-hubzilla-fe392a3144f2c2e81e0451b1e6629136a60a7acd.zip
Removed export temporary from UNO. Removed 'Remove Channel' from UNO, cause a UNO member has only 1 channel, so it's logical to remove the acccount (by experience on UNO hub). Styling oauth settings.
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>