Debug v23

This commit is contained in:
Laurent Destailleur
2025-10-13 11:49:07 +02:00
parent cba68f31bb
commit b78f30e8af
3 changed files with 23 additions and 20 deletions

View File

@@ -6194,7 +6194,7 @@ function img_edit($titlealt = 'default', $float = 0, $other = '')
$titlealt = $langs->trans('Modify');
}
return img_picto($titlealt, 'edit_add.png', ($float ? 'style="float: ' . ($langs->tab_translate["DIRECTION"] == 'rtl' ? 'left' : 'right') . '"' : "") . ($other ? ' ' . $other : ''));
return img_picto($titlealt, 'edit', ($float ? 'style="float: ' . ($langs->tab_translate["DIRECTION"] == 'rtl' ? 'left' : 'right') . '"' : "") . ($other ? ' ' . $other : ''));
}
/**