Debug v19

This commit is contained in:
Laurent Destailleur
2023-11-04 16:02:24 +01:00
parent c0ab3e0dff
commit 2a2dec2f88
16 changed files with 518 additions and 764 deletions

View File

@@ -2249,6 +2249,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
$out .= "\n".'<div id="dragDropAreaTabBar" class="tabBar'.($notab == -1 ? '' : ($notab == -2 ? ' tabBarNoTop' : (($notab == -3 ? ' noborderbottom' : '').' tabBarWithBottom'))).'">'."\n";
}
if (!empty($dragdropfile)) {
include_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php';
$out .= dragAndDropFileUpload("dragDropAreaTabBar");
}
$parameters = array('tabname' => $active, 'out' => $out);