diff options
author | friendica <info@friendica.com> | 2012-11-07 18:48:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-07 18:48:31 -0800 |
commit | 3d56ab227d03840928a9fcebb0a8508fe69f31b6 (patch) | |
tree | 79930213612e9b8791550b3fa5c64bdbf211819e /view/tpl/abook_edit.tpl | |
parent | cc8a11eee2c0f8c190ac421542845bfc3ae0b5c4 (diff) | |
download | volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.tar.gz volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.tar.bz2 volse-hubzilla-3d56ab227d03840928a9fcebb0a8508fe69f31b6.zip |
turn multiple profiles into a feature, implement connection flags (block,hide,archive,etc.)
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rw-r--r-- | view/tpl/abook_edit.tpl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 82372a297..c534dbde7 100644 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -1,8 +1,10 @@ <h2>$header</h2> -<br /> -<a href="connections/$contact_id/profile">$viewprof</a> + +<div id="connection-flag-tabs"> +$tabs +</div> <div id="contact-edit-wrapper"> <br /> @@ -10,6 +12,8 @@ $slide + + <h3>Permissions</h3> <form action="abook/$contact_id" method="post" > |