diff options
Diffstat (limited to 'apps/contacts/templates/settings.php')
-rw-r--r-- | apps/contacts/templates/settings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/contacts/templates/settings.php b/apps/contacts/templates/settings.php index 3fddc59588a..e3536c7b461 100644 --- a/apps/contacts/templates/settings.php +++ b/apps/contacts/templates/settings.php @@ -23,6 +23,9 @@ <a class="svg action cloud" title="<?php echo $l->t('Show read-only VCF link'); ?>"></a> </td> <td class="action"> + <a class="svg action share" data-item-type="addressbook" data-item="<?php echo $addressbook['id'] ?>" title="<?php echo $l->t("Share"); ?>"></a> + </td> + <td class="action"> <a class="svg action download" title="<?php echo $l->t('Download'); ?>" href="<?php echo OCP\Util::linkToAbsolute('contacts', 'export.php'); ?>?bookid=<?php echo $addressbook['id'] ?>"></a> </td> |