diff options
author | friendica <info@friendica.com> | 2013-02-07 15:02:24 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-07 15:02:24 -0800 |
commit | d66825c7343777c742252548694d993251259be3 (patch) | |
tree | d8433eebfb5582dbc762725ede967968a297f2ef /view/tpl/smarty3 | |
parent | 57aa2449e72062894e979d908871177067fc5a06 (diff) | |
download | volse-hubzilla-d66825c7343777c742252548694d993251259be3.tar.gz volse-hubzilla-d66825c7343777c742252548694d993251259be3.tar.bz2 volse-hubzilla-d66825c7343777c742252548694d993251259be3.zip |
auto-submit connection edit form when quick permissions are applied
Diffstat (limited to 'view/tpl/smarty3')
-rw-r--r-- | view/tpl/smarty3/abook_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/smarty3/abook_edit.tpl b/view/tpl/smarty3/abook_edit.tpl index 6331aa46c..bafe95b48 100644 --- a/view/tpl/smarty3/abook_edit.tpl +++ b/view/tpl/smarty3/abook_edit.tpl @@ -34,7 +34,7 @@ <h3>{{$permlbl}}</h3> -<form action="connections/{{$contact_id}}" method="post" > +<form id="abook-edit-form" action="connections/{{$contact_id}}" method="post" > <input type="hidden" name="contact_id" value="{{$contact_id}}"> <input id="contact-closeness-mirror" type="hidden" name="closeness" value="{{$close}}" /> |