forked from Wavyzz/dolibarr
css
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user