2
0
forked from Wavyzz/dolibarr
This commit is contained in:
ldestailleur
2025-06-10 18:20:59 +02:00
parent 15400c79b2
commit b61046bfa4

View File

@@ -3010,7 +3010,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
if ($popuptab) { // If there is some tabs not shown
$left = ($langs->trans("DIRECTION") == 'rtl' ? 'right' : 'left');
$right = ($langs->trans("DIRECTION") == 'rtl' ? 'left' : 'right');
$widthofpopup = 200;
$widthofpopup = 240;
$tabsname = $moretabssuffix;
if (empty($tabsname)) {