This commit is contained in:
Laurent Destailleur 2013-07-23 01:56:14 +02:00
parent 22b8fcfe63
commit e80583bfb7

View File

@ -444,7 +444,7 @@ foreach ($dirmodels as $reldir)
print '</td>'; print '</td>';
// Show example of numbering module // Show example of numbering module
print '<td class="nowrap"="nowrap">'; print '<td class="nowrap">';
$tmp=$module->getExample(); $tmp=$module->getExample();
if (preg_match('/^Error/',$tmp)) print '<div class="error">'.$langs->trans($tmp).'</div>'; if (preg_match('/^Error/',$tmp)) print '<div class="error">'.$langs->trans($tmp).'</div>';
elseif ($tmp=='NotConfigured') print $langs->trans($tmp); elseif ($tmp=='NotConfigured') print $langs->trans($tmp);