aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/abook_edit.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-15 17:50:24 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-15 17:50:24 -0700
commit6046fe9c9ebed8ae2ad7507fdf75c53e0cad3f2b (patch)
tree99dbd1fa88324e091bc05da833b9d12249a1bae3 /view/tpl/abook_edit.tpl
parent0d1a541e888060b6b0b82868986b670c579ae2d0 (diff)
parent99dfd2f5b1c587b441941e72fccf684bc63a9090 (diff)
downloadvolse-hubzilla-6046fe9c9ebed8ae2ad7507fdf75c53e0cad3f2b.tar.gz
volse-hubzilla-6046fe9c9ebed8ae2ad7507fdf75c53e0cad3f2b.tar.bz2
volse-hubzilla-6046fe9c9ebed8ae2ad7507fdf75c53e0cad3f2b.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-xview/tpl/abook_edit.tpl7
1 files changed, 5 insertions, 2 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index 71693a553..93f52be8d 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -176,7 +176,8 @@
<div id="perms-tool-collapse" class="panel-collapse collapse{{if $self}} in{{/if}}" role="tabpanel" aria-labelledby="perms-tool">
<div class="section-content-tools-wrapper">
<div class="section-content-warning-wrapper">
- {{$permnote}}
+ {{if $notself}}{{$permnote}}{{/if}}
+ {{if $self}}{{$permnote_self}}{{/if}}
</div>
<table id="perms-tool-table" class=form-group>
@@ -194,7 +195,9 @@
{{if $self}}
<div>
- <div>{{$autolbl}}</div>
+ <div class="section-content-info-wrapper">
+ {{$autolbl}}
+ </div>
{{include file="field_checkbox.tpl" field=$autoperms}}
</div>
{{/if}}