diff options
author | friendica <info@friendica.com> | 2012-11-29 18:15:13 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-29 18:15:13 -0800 |
commit | 7082d198c299debf633436c3fea0c0873de73199 (patch) | |
tree | df7096f672e28186303b6c032f9ff76a6a300ef0 /view | |
parent | e1380525841509ae9bf05c11bf27f655567e63ae (diff) | |
download | volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.tar.gz volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.tar.bz2 volse-hubzilla-7082d198c299debf633436c3fea0c0873de73199.zip |
Now if you follow somebody it will create an abook entry on the other site with blocked,ignored, and pending set. No "friend notifications" yet.
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/abook_edit.tpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl index 353abd6ef..b9664835f 100644 --- a/view/tpl/abook_edit.tpl +++ b/view/tpl/abook_edit.tpl @@ -7,12 +7,13 @@ $tabs </div> <div id="contact-edit-wrapper"> -<br /> -<h3>Slide to adjust your degree of friendship</h3> -$slide +{{ if $slide }} +<h3>$lbl_slider</h3> +$slide +{{ endif }} <h3>Permissions</h3> |