diff options
author | friendica <info@friendica.com> | 2013-01-27 17:05:32 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-27 17:05:32 -0800 |
commit | 357e71cb44651b364ef5a94e66bd8f7c3125b21a (patch) | |
tree | 192aaa0f5725a10ddf2a3d262f659f35562ae9c2 /view/tpl/abook_edit.tpl | |
parent | bec484237a626c8c0ae930277b17cc1341380a47 (diff) | |
download | volse-hubzilla-357e71cb44651b364ef5a94e66bd8f7c3125b21a.tar.gz volse-hubzilla-357e71cb44651b364ef5a94e66bd8f7c3125b21a.tar.bz2 volse-hubzilla-357e71cb44651b364ef5a94e66bd8f7c3125b21a.zip |
simplify friendship approval - merge with connection editing
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rw-r--r-- | view/tpl/abook_edit.tpl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 4deb84823..e77458478 100644 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -13,6 +13,7 @@ $tabs <div id="autoperm-desc" class="descriptive-paragraph">$autolbl</div> {{ endif }} + <div id="contact-edit-wrapper"> {{ if $notself }} @@ -24,12 +25,23 @@ $slide {{ endif }} {{ endif }} + + <h3>$permlbl</h3> <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" /> +{{ if $noperms }} +<div id="noperm-desc" class="descriptive-paragraph">$noperms</div> +{{ endif }} + + +{{ if $is_pending }} +{{inc field_checkbox.tpl with $field=$unapproved }}{{endinc}} +{{ endif }} + <br /> <b>$quick</b> <ul> |