mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Add info in html page
This commit is contained in:
@@ -150,7 +150,7 @@ foreach ($modulesdir as $dir)
|
||||
//print "x".$modName." ".$orders[$i]."\n<br>";
|
||||
if (isset($categ[$objMod->special])) $categ[$objMod->special]++; // Array of all different modules categories
|
||||
else $categ[$objMod->special]=1;
|
||||
$dirmod[$i] = $dirroot;
|
||||
$dirmod[$i] = $dir;
|
||||
$j++;
|
||||
$i++;
|
||||
}
|
||||
@@ -323,6 +323,8 @@ if ($mode != 4)
|
||||
}
|
||||
|
||||
$var=!$var;
|
||||
|
||||
//print "\n<!-- Module ".$objMod->numero." ".$objMod->getName()." found into ".$dirmod[$key]." -->\n";
|
||||
print '<tr height="18" '.$bc[$var].">\n";
|
||||
|
||||
// Picto
|
||||
|
||||
Reference in New Issue
Block a user