diff options
author | friendica <info@friendica.com> | 2015-01-25 14:32:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-25 14:32:00 -0800 |
commit | 505d530d28065a0cbfacd7d84c121133ebab01aa (patch) | |
tree | f79b14d6ae18e5bf425c3613acc6142aeebb587f /view | |
parent | 03412e8a589af5bcfc05abbdb39ac7e795758321 (diff) | |
download | volse-hubzilla-505d530d28065a0cbfacd7d84c121133ebab01aa.tar.gz volse-hubzilla-505d530d28065a0cbfacd7d84c121133ebab01aa.tar.bz2 volse-hubzilla-505d530d28065a0cbfacd7d84c121133ebab01aa.zip |
we also don't need a profile selector when editing our default permissions.
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 0465c669b..fb02ff8ed 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -80,6 +80,7 @@ {{/if}} {{/if}} +{{if $notself}} {{if $multiprofs }} <div> <h3>{{$lbl_vis1}}</h3> @@ -88,6 +89,7 @@ {{$profile_select}} </div> {{/if}} +{{/if}} <h3>{{$permlbl}}</h3> |