aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/abook_edit.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-15 16:51:01 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-15 16:51:01 -0700
commitbfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653 (patch)
tree440ba6ff651578e99b534bf285226781ff4d586a /view/tpl/abook_edit.tpl
parent86ad41a2db6dae0f27eb0a2ec305593c942c1876 (diff)
parent99dfd2f5b1c587b441941e72fccf684bc63a9090 (diff)
downloadvolse-hubzilla-bfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653.tar.gz
volse-hubzilla-bfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653.tar.bz2
volse-hubzilla-bfcdf5bd9e57dfd7c1bc32c8fcc5d8c2b4d45653.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
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}}