[Qual] Replaced deprecated select_color()
This commit is contained in:
parent
ea7384cf68
commit
c0570a7f84
@ -256,7 +256,7 @@ if ($user->rights->categorie->creer)
|
||||
|
||||
// Color
|
||||
print '<tr><td>'.$langs->trans("Color").'</td><td>';
|
||||
print $formother->select_color($color,'color');
|
||||
print $formother->selectColor($color,'color');
|
||||
print '</td></tr>';
|
||||
|
||||
// Parent category
|
||||
|
||||
@ -156,7 +156,7 @@ print '</td></tr>';
|
||||
print '<tr>';
|
||||
print '<td>'.$langs->trans("Color").'</td>';
|
||||
print '<td >';
|
||||
print $formother->select_color($object->color, 'color');
|
||||
print $formother->selectColor($object->color, 'color');
|
||||
print '</td></tr>';
|
||||
|
||||
// Parent category
|
||||
|
||||
Loading…
Reference in New Issue
Block a user