diff options
author | zotlabs <mike@macgirvin.com> | 2017-01-15 21:23:43 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-01-15 21:23:43 -0800 |
commit | e5662dc89367dc70f6a07282c807807261503726 (patch) | |
tree | 1c5fb77dabe043af58d9aada32abfc0d2ec939f6 /view/tpl | |
parent | 0ef2cd871956a45cf947e976c59b1d29744959b6 (diff) | |
download | volse-hubzilla-e5662dc89367dc70f6a07282c807807261503726.tar.gz volse-hubzilla-e5662dc89367dc70f6a07282c807807261503726.tar.bz2 volse-hubzilla-e5662dc89367dc70f6a07282c807807261503726.zip |
vcard export from profile
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/profile_advanced.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/profile_advanced.tpl b/view/tpl/profile_advanced.tpl index 59490ccc1..4000f39d6 100755 --- a/view/tpl/profile_advanced.tpl +++ b/view/tpl/profile_advanced.tpl @@ -34,6 +34,11 @@ <a class="btn btn-primary btn-xs" href="{{$editmenu.edit.0}}" ><i class="fa fa-pencil"></i> {{$editmenu.edit.3}}</a> </div> {{/if}} + {{if $exportlink}} + <div class="btn-group"> + <a class="btn btn-default btn-xs" href="{{$exportlink}}" ><i class="fa fa-vcard"></i> {{$export}}</a> + </div> + {{/if}} </div> <h2>{{$title}}</h2> <div class="clear"></div> |