2
0
forked from Wavyzz/dolibarr

Debug credit transfer

This commit is contained in:
Laurent Destailleur
2020-05-27 22:35:55 +02:00
parent 15f2165c12
commit e37e45f984
11 changed files with 68 additions and 48 deletions

View File

@@ -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