standardization, internationalisation
This commit is contained in:
parent
2307275d61
commit
a827a9ee6d
@ -502,8 +502,8 @@ if ($step == 2 && $datatoimport)
|
|||||||
print '<tr class="liste_titre"><td colspan="6">';
|
print '<tr class="liste_titre"><td colspan="6">';
|
||||||
print $langs->trans("FileMustHaveOneOfFollowingFormat");
|
print $langs->trans("FileMustHaveOneOfFollowingFormat");
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
$liste = $objmodelimport->liste_modeles($db);
|
$list = $objmodelimport->liste_modeles($db);
|
||||||
foreach ($liste as $key)
|
foreach ($list as $key)
|
||||||
{
|
{
|
||||||
print '<tr class="oddeven">';
|
print '<tr class="oddeven">';
|
||||||
print '<td width="16">'.img_picto_common($key, $objmodelimport->getPictoForKey($key)).'</td>';
|
print '<td width="16">'.img_picto_common($key, $objmodelimport->getPictoForKey($key)).'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user