update with html5 compliant code
This commit is contained in:
parent
2463ee47ba
commit
6536efa81c
@ -111,7 +111,7 @@ print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="2">'.$langs->trans("AvailableFormats").'</td>';
|
||||
print '<td>'.$langs->trans("LibraryShort").'</td>';
|
||||
print '<td align="right">'.$langs->trans("LibraryVersion").'</td>';
|
||||
print '<td align="class">'.$langs->trans("LibraryVersion").'</td>';
|
||||
print '</tr>';
|
||||
|
||||
include_once DOL_DOCUMENT_ROOT.'/core/modules/import/modules_import.php';
|
||||
@ -125,7 +125,7 @@ foreach($liste as $key)
|
||||
$text=$model->getDriverDescForKey($key);
|
||||
print '<td>'.$form->textwithpicto($model->getDriverLabelForKey($key), $text).'</td>';
|
||||
print '<td>'.$model->getLibLabelForKey($key).'</td>';
|
||||
print '<td class="nowrap" align="right">'.$model->getLibVersionForKey($key).'</td>';
|
||||
print '<td class="nowrap right">'.$model->getLibVersionForKey($key).'</td>';
|
||||
print '</tr>';
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user