mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
css
This commit is contained in:
parent
f1460d2ae8
commit
7807186b96
|
|
@ -236,7 +236,7 @@ foreach ($arrayhandler as $key => $module) {
|
|||
|
||||
if ($module->isEnabled()) {
|
||||
print '<tr class="oddeven"><td>';
|
||||
print img_picto('', $module->picto, 'class="width25 size15x"').' ';
|
||||
print img_picto('', $module->picto, 'class="width25 size15x marginrightonly"').' ';
|
||||
print ucfirst($key);
|
||||
print "</td><td>\n";
|
||||
print $module->getDescription().'<br>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user