diff options
author | friendica <info@friendica.com> | 2014-11-04 17:38:49 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-04 17:38:49 -0800 |
commit | 1896855c8540101abb7af9bbc3aa45d738750d95 (patch) | |
tree | 8c805017a949a6b42b9d4f267fbb12e30de76742 /view | |
parent | d5d6158973ecb83b63d42c57c96dce849842c83b (diff) | |
download | volse-hubzilla-1896855c8540101abb7af9bbc3aa45d738750d95.tar.gz volse-hubzilla-1896855c8540101abb7af9bbc3aa45d738750d95.tar.bz2 volse-hubzilla-1896855c8540101abb7af9bbc3aa45d738750d95.zip |
minor adjustments to make the form work as designed
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 0f91d6024..c2c11e4b1 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -9,12 +9,6 @@ </div> {{/if}} -{{if $self}} -<div class="abook-autotext"> -<div id="autoperm-desc" class="descriptive-paragraph">{{$autolbl}}</div> -{{include file="field_checkbox.tpl" field=$autoperms}} -</div> -{{/if}} <div id="contact-edit-wrapper"> @@ -34,6 +28,15 @@ <form id="abook-edit-form" action="connedit/{{$contact_id}}" method="post" > + +{{if $self}} +<div class="abook-autotext"> +<div id="autoperm-desc" class="descriptive-paragraph">{{$autolbl}}</div> +{{include file="field_checkbox.tpl" field=$autoperms}} +</div> +{{/if}} + + <input type="hidden" name="contact_id" value="{{$contact_id}}"> <input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> |