aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/abook_edit.tpl
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-02-27 21:14:09 -0800
committerzotlabs <mike@macgirvin.com>2017-02-27 21:14:09 -0800
commit85082ea5098b3d8f375ca9bec7b3bbbdb9930bef (patch)
tree5bdb011102297a96d1047f0e4971e911481d1d51 /view/tpl/abook_edit.tpl
parent47731c75fc702a04149bbb998dae9bd40012d57a (diff)
downloadvolse-hubzilla-85082ea5098b3d8f375ca9bec7b3bbbdb9930bef.tar.gz
volse-hubzilla-85082ea5098b3d8f375ca9bec7b3bbbdb9930bef.tar.bz2
volse-hubzilla-85082ea5098b3d8f375ca9bec7b3bbbdb9930bef.zip
fetch profile vcard for connection
Diffstat (limited to 'view/tpl/abook_edit.tpl')
-rwxr-xr-xview/tpl/abook_edit.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/abook_edit.tpl b/view/tpl/abook_edit.tpl
index ebc69c5f8..82f900bae 100755
--- a/view/tpl/abook_edit.tpl
+++ b/view/tpl/abook_edit.tpl
@@ -9,8 +9,12 @@
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dLabel">
<li><a href="{{$tools.view.url}}" title="{{$tools.view.title}}">{{$tools.view.label}}</a></li>
<li><a href="{{$tools.recent.url}}" title="{{$tools.recent.title}}">{{$tools.recent.label}}</a></li>
- <li class="divider"></li>
+ {{if $tools.fetchvc}}
+ <li><a href="{{$tools.fetchvc.url}}" title="{{$tools.fetchvc.title}}">{{$tools.fetchvc.label}}</a></li>
+ {{/if}}
<li><a href="#" title="{{$tools.refresh.title}}" onclick="window.location.href='{{$tools.refresh.url}}'; return false;">{{$tools.refresh.label}}</a></li>
+ <li><a href="#" title="{{$tools.rephoto.title}}" onclick="window.location.href='{{$tools.rephoto.url}}'; return false;">{{$tools.rephoto.label}}</a></li>
+ <li class="divider"></li>
<li><a href="#" title="{{$tools.block.title}}" onclick="window.location.href='{{$tools.block.url}}'; return false;">{{$tools.block.label}}</a></li>
<li><a href="#" title="{{$tools.ignore.title}}" onclick="window.location.href='{{$tools.ignore.url}}'; return false;">{{$tools.ignore.label}}</a></li>
<li><a href="#" title="{{$tools.archive.title}}" onclick="window.location.href='{{$tools.archive.url}}'; return false;">{{$tools.archive.label}}</a></li>