This commit is contained in:
Laurent Destailleur 2024-05-15 22:12:59 +02:00
parent f1460d2ae8
commit 7807186b96

View File

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