diff options
author | friendica <info@friendica.com> | 2014-02-03 14:03:43 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-02-03 14:03:43 -0800 |
commit | c4d088459634d8148620a27c56ba06b33814668f (patch) | |
tree | bb225ee3b1136f4a178605a66527fb34417f3c43 /view/tpl | |
parent | 6c91580716524e03d68d6d3c95f0fa38b91a1362 (diff) | |
download | volse-hubzilla-c4d088459634d8148620a27c56ba06b33814668f.tar.gz volse-hubzilla-c4d088459634d8148620a27c56ba06b33814668f.tar.bz2 volse-hubzilla-c4d088459634d8148620a27c56ba06b33814668f.zip |
accept new connection broke yesterday
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/abook_edit.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 265a1a953..274d0d5de 100755 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -30,6 +30,9 @@ {{/if}} +<form id="abook-edit-form" action="connedit/{{$contact_id}}" method="post" > +<input type="hidden" name="contact_id" value="{{$contact_id}}"> +<input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> {{if $is_pending}} @@ -50,9 +53,6 @@ <h3>{{$permlbl}}</h3> <div id="perm-desc" class="descriptive-text">{{$permnote}}</div> -<form id="abook-edit-form" action="connedit/{{$contact_id}}" method="post" > -<input type="hidden" name="contact_id" value="{{$contact_id}}"> -<input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> {{* {{if $noperms}} <div id="noperm-msg" class="warning-text">{{$noperms}}</div> |