standardization, internationalisation
This commit is contained in:
parent
046affcd0d
commit
f96f100c37
@ -68,9 +68,9 @@ print '</tr>';
|
|||||||
|
|
||||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/import/modules_import.php';
|
include_once DOL_DOCUMENT_ROOT.'/core/modules/import/modules_import.php';
|
||||||
$model = new ModeleImports();
|
$model = new ModeleImports();
|
||||||
$liste = $model->liste_modeles($db);
|
$list = $model->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($model->getDriverLabelForKey($key), $model->getPictoForKey($key)).'</td>';
|
print '<td width="16">'.img_picto_common($model->getDriverLabelForKey($key), $model->getPictoForKey($key)).'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user