';
diff --git a/htdocs/user/document.php b/htdocs/user/document.php
index 142c44d85fe..5baa2af8c11 100644
--- a/htdocs/user/document.php
+++ b/htdocs/user/document.php
@@ -147,7 +147,11 @@ if ($object->id) {
$linkback = '
';
}
- dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
+ $morehtmlref = '
';
+
+ dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', $morehtmlref);
print '
';
print '
';
diff --git a/htdocs/user/info.php b/htdocs/user/info.php
index f6a0c731e14..f85028927db 100644
--- a/htdocs/user/info.php
+++ b/htdocs/user/info.php
@@ -76,7 +76,11 @@ if ($user->rights->user->user->lire || $user->admin) {
$linkback = '
'.$langs->trans("BackToList").'';
}
-dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
+$morehtmlref = '
';
+$morehtmlref .= img_picto($langs->trans("Download").' '.$langs->trans("VCard"), 'vcard.png', 'class="valignmiddle marginleftonly paddingrightonly"');
+$morehtmlref .= '';
+
+dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', $morehtmlref);
$object->info($id); // This overwrite ->ref with login instead of id
diff --git a/htdocs/user/note.php b/htdocs/user/note.php
index 801cafbbd52..f121a8f1bf1 100644
--- a/htdocs/user/note.php
+++ b/htdocs/user/note.php
@@ -101,7 +101,11 @@ if ($id) {
$linkback = '
'.$langs->trans("BackToList").'';
}
- dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
+ $morehtmlref = '
';
+ $morehtmlref .= img_picto($langs->trans("Download").' '.$langs->trans("VCard"), 'vcard.png', 'class="valignmiddle marginleftonly paddingrightonly"');
+ $morehtmlref .= '';
+
+ dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', $morehtmlref);
print '
';
diff --git a/htdocs/user/notify/card.php b/htdocs/user/notify/card.php
index 3337d846f0b..e047ab74d51 100644
--- a/htdocs/user/notify/card.php
+++ b/htdocs/user/notify/card.php
@@ -154,7 +154,11 @@ if ($result > 0) {
$linkback = '
'.$langs->trans("BackToList").'';
- dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', '', '', 0, '', '', 0, '');
+ $morehtmlref = '
';
+ $morehtmlref .= img_picto($langs->trans("Download").' '.$langs->trans("VCard"), 'vcard.png', 'class="valignmiddle marginleftonly paddingrightonly"');
+ $morehtmlref .= '';
+
+ dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', $morehtmlref, '', 0, '', '', 0, '');
print '
';
diff --git a/htdocs/user/param_ihm.php b/htdocs/user/param_ihm.php
index 7916f4650d2..810955eecf7 100644
--- a/htdocs/user/param_ihm.php
+++ b/htdocs/user/param_ihm.php
@@ -339,7 +339,11 @@ if ($action == 'edit') {
$linkback = '
'.$langs->trans("BackToList").'';
- dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
+ $morehtmlref = '
';
+ $morehtmlref .= img_picto($langs->trans("Download").' '.$langs->trans("VCard"), 'vcard.png', 'class="valignmiddle marginleftonly paddingrightonly"');
+ $morehtmlref .= '';
+
+ dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', $morehtmlref);
print '
';
diff --git a/htdocs/user/perms.php b/htdocs/user/perms.php
index e8a4ed41a1c..4248605f53a 100644
--- a/htdocs/user/perms.php
+++ b/htdocs/user/perms.php
@@ -250,7 +250,11 @@ if ($user->rights->user->user->lire || $user->admin) {
$linkback = '
'.$langs->trans("BackToList").'';
}
-dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
+$morehtmlref = '
';
+$morehtmlref .= img_picto($langs->trans("Download").' '.$langs->trans("VCard"), 'vcard.png', 'class="valignmiddle marginleftonly paddingrightonly"');
+$morehtmlref .= '';
+
+dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin, 'rowid', 'ref', $morehtmlref);
print '
';