mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-05 16:42:53 +01:00
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts: htdocs/api/class/api_login.class.php htdocs/dav/fileserver.php
This commit is contained in:
@@ -1230,7 +1230,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
|
||||
}
|
||||
if ($popuptab) $outmore.='</div>';
|
||||
|
||||
if ($displaytab > $limittoshow)
|
||||
if ($popuptab) // If there is some tabs not shown
|
||||
{
|
||||
$left=($langs->trans("DIRECTION") == 'rtl'?'right':'left');
|
||||
$right=($langs->trans("DIRECTION") == 'rtl'?'left':'right');
|
||||
|
||||
Reference in New Issue
Block a user