2
0
forked from Wavyzz/dolibarr

Merge pull request #15727 from frederic34/patch-8

add option hide topmenu in Config/Display
This commit is contained in:
Laurent Destailleur
2020-12-12 18:48:11 +01:00
committed by GitHub
2 changed files with 19 additions and 3 deletions

View File

@@ -315,6 +315,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
if ($foruserprofile) $colspan = 4;
$thumbsbyrow = 6;
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder centpercent'.($edit ? ' editmode' : '').' tableforfield">';
// Title
@@ -911,4 +912,5 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
} else {
}
print '</table>';
print '</div>';
}