diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-18 16:53:04 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-18 16:53:04 +0100 |
commit | fe392a3144f2c2e81e0451b1e6629136a60a7acd (patch) | |
tree | f19860cf935189fd701b86f6e5e3edf58414fbf3 /view/tpl/settings.tpl | |
parent | eeed7077ca699256df05184abfce1177358b524c (diff) | |
download | volse-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-x | view/tpl/settings.tpl | 2 |
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> {{$removeme}}</a> + {{if $server_role != 'basic'}}<a title="{{$removechannel}}" class="btn btn-danger btn-xs pull-right" href="removeme"><i class="icon-trash"></i> {{$removeme}}</a>{{/if}} <h2>{{$ptitle}}</h2> <div class="clear"></div> </div> |