2
0
forked from Wavyzz/dolibarr

Debug layout feature for v21

This commit is contained in:
Laurent Destailleur
2024-10-15 00:07:08 +02:00
parent fad083e29b
commit ec53c62a7e
4 changed files with 12 additions and 8 deletions

View File

@@ -2759,8 +2759,8 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
$out .= "</div>\n";
}
if (!$notab || $notab == -1 || $notab == -2 || $notab == -3) {
$out .= "\n".'<div id="dragDropAreaTabBar" class="tabBar'.($notab == -1 ? '' : ($notab == -2 ? ' tabBarNoTop' : (($notab == -3 ? ' noborderbottom' : '').' tabBarWithBottom')));
if (!$notab || $notab == -1 || $notab == -2 || $notab == -3 || $notab == -4) {
$out .= "\n".'<div id="dragDropAreaTabBar" class="tabBar'.($notab == -1 ? '' : ($notab == -2 ? ' tabBarNoTop' : ((($notab == -3 || $notab == -4) ? ' noborderbottom' : '').($notab == -3 ? ' tabBarWithBottom' : ''))));
$out .= '">'."\n";
}
if (!empty($dragdropfile)) {