diff options
author | friendica <info@friendica.com> | 2014-10-03 04:54:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-03 04:54:27 -0700 |
commit | e2f45a76b1e63152c80601daeae9782fac858fcb (patch) | |
tree | 4b2d51f6434e80670750f340df9ab40129ac1326 /view/tpl/settings.tpl | |
parent | a177cd1bd489b1f5c74d28929cad63e0b7df0dcb (diff) | |
download | volse-hubzilla-e2f45a76b1e63152c80601daeae9782fac858fcb.tar.gz volse-hubzilla-e2f45a76b1e63152c80601daeae9782fac858fcb.tar.bz2 volse-hubzilla-e2f45a76b1e63152c80601daeae9782fac858fcb.zip |
remove the privacy macros in settings and connedit now that we have privacy roles attached to the channel. One can still use the advanced permission dialogues, but they shouldn't have a reason to if they created the channel with a suitable channel type - plus it's just a bunch of extra permissions settings to confuse people.
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 4dba1f23e..1340a1653 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -24,15 +24,6 @@ {{include file="field_checkbox.tpl" field=$hide_presence}} -<h3 id="settings-privacy-macros">{{$lbl_pmacro}}</h3> -<ul id="settings-privacy-macros"> -<li><a href="#" onclick="channel_privacy_macro(2); return false" id="settings_pmacro2">{{$pmacro2}}</a></li> -<li><a href="#" onclick="channel_privacy_macro(1); return false" id="settings_pmacro1">{{$pmacro1}}</a></li> -<li><a href="#" onclick="channel_privacy_macro(3); return false" id="settings_pmacro3">{{$pmacro3}}</a></li> -<li><a href="#" onclick="channel_privacy_macro(0); return false" id="settings_pmacro0">{{$pmacro0}}</a></li> -</ul> - - <button type="button" class="btn btn-xs btn-default" data-toggle="collapse" data-target="#settings-permissions-wrapper">{{$lbl_p2macro}}</button> |