diff options
author | friendica <info@friendica.com> | 2014-02-02 17:54:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-02 17:54:36 -0800 |
commit | ee1580427e9a1bc4e2b86906f7b42d3071ed516d (patch) | |
tree | 979443bd249ed89fddcf93fcab6a6f67866be6d9 /view/tpl/settings.tpl | |
parent | 732a4b898afc7bc4d5b96f1b0f50f866c2068e06 (diff) | |
download | volse-hubzilla-ee1580427e9a1bc4e2b86906f7b42d3071ed516d.tar.gz volse-hubzilla-ee1580427e9a1bc4e2b86906f7b42d3071ed516d.tar.bz2 volse-hubzilla-ee1580427e9a1bc4e2b86906f7b42d3071ed516d.zip |
don't draw attention to advanced permissions and their corresponding complexity and clearly mark the simple permissions which people are encouraged to use.
Diffstat (limited to 'view/tpl/settings.tpl')
-rwxr-xr-x | view/tpl/settings.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index b1a4f956d..ab5bb02cc 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -25,7 +25,7 @@ {{include file="field_checkbox.tpl" field=$hide_presence}} -<div id="settings-privacy-macros">{{$lbl_pmacro}}</div> +<h3 id="settings-privacy-macros">{{$lbl_pmacro}}</h3> <ul> <li><a href="#" onclick="channel_privacy_macro(3); return false" id="settings_pmacro3">{{$pmacro3}}</a></li> <li><a href="#" onclick="channel_privacy_macro(2); return false" id="settings_pmacro2">{{$pmacro2}}</a></li> @@ -34,6 +34,7 @@ </ul> +<h3 id="settings-perm-advanced">{{$lbl_p2macro}}</h3> <div id="settings-permissions-wrapper"> {{foreach $permiss_arr as $permit}} |