diff --git a/blacklistcontent_card.php b/blacklistcontent_card.php index 96a6df2c..e9c32884 100644 --- a/blacklistcontent_card.php +++ b/blacklistcontent_card.php @@ -427,7 +427,7 @@ $morehtmlref .= ''; - dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref); + dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref); print '
'; diff --git a/blacklistdir_card.php b/blacklistdir_card.php index 36429929..5c0214cf 100644 --- a/blacklistdir_card.php +++ b/blacklistdir_card.php @@ -427,7 +427,7 @@ $morehtmlref .= '
'; - dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref); + dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref); print '
'; diff --git a/blacklistfrom_card.php b/blacklistfrom_card.php index fc37ad01..2ba8d3b7 100644 --- a/blacklistfrom_card.php +++ b/blacklistfrom_card.php @@ -427,7 +427,7 @@ $morehtmlref .= '
'; - dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref); + dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref); print '
'; diff --git a/blacklistip_card.php b/blacklistip_card.php index 48ea92d6..39401435 100644 --- a/blacklistip_card.php +++ b/blacklistip_card.php @@ -427,7 +427,7 @@ $morehtmlref .= '
'; - dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref); + dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref); print '
'; diff --git a/blacklistmail_card.php b/blacklistmail_card.php index 084f81f4..91c3557c 100644 --- a/blacklistmail_card.php +++ b/blacklistmail_card.php @@ -425,7 +425,7 @@ $morehtmlref .= '
'; - dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref); + dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref); print '
'; diff --git a/blacklistto_card.php b/blacklistto_card.php index 737a9ba6..44155d35 100644 --- a/blacklistto_card.php +++ b/blacklistto_card.php @@ -427,7 +427,7 @@ $morehtmlref .= '
'; - dol_banner_tab($object, 'ref', $linkback, 1, 'ref', 'ref', $morehtmlref); + dol_banner_tab($object, 'id', $linkback, 1, 'rowid', 'rowid', $morehtmlref); print '
';