forked from Wavyzz/dolibarr
Merge pull request #15727 from frederic34/patch-8
add option hide topmenu in Config/Display
This commit is contained in:
@@ -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>';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user