mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 09:38:23 +01:00
Debug credit transfer
This commit is contained in:
@@ -1205,7 +1205,7 @@ function dol_get_fiche_head($links = array(), $active = '', $title = '', $notab
|
||||
$out = "\n".'<!-- dol_get_fiche_head -->';
|
||||
|
||||
if ((!empty($title) && $showtitle) || $morehtmlright || !empty($links)) {
|
||||
$out .= '<div class="tabs" data-role="controlgroup" data-type="horizontal">'."\n";
|
||||
$out .= '<div class="tabs'.($picto ? '' : ' nopaddingleft').'" data-role="controlgroup" data-type="horizontal">'."\n";
|
||||
}
|
||||
|
||||
// Show right part
|
||||
|
||||
Reference in New Issue
Block a user