Fix regression in CSS
This commit is contained in:
parent
de2fa5051c
commit
68ede86353
@ -2069,7 +2069,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!$notab || $notab == -1 || $notab == -2 || $notab == -3) {
|
if (!$notab || $notab == -1 || $notab == -2 || $notab == -3) {
|
||||||
$out .= "\n".'<div id="dragDropAreaTabBar" class="tabBar'.($notab == -1 ? '' : ($notab == -2 ? ' tabBarNoTop' : (($notab == -3 ? ' noborderbottom' : '')))).'">'."\n";
|
$out .= "\n".'<div id="dragDropAreaTabBar" class="tabBar'.($notab == -1 ? '' : ($notab == -2 ? ' tabBarNoTop' : (($notab == -3 ? ' noborderbottom' : '').' tabBarWithBottom'))).'">'."\n";
|
||||||
}
|
}
|
||||||
if (!empty($dragdropfile)) {
|
if (!empty($dragdropfile)) {
|
||||||
$out .= dragAndDropFileUpload("dragDropAreaTabBar");
|
$out .= dragAndDropFileUpload("dragDropAreaTabBar");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user