mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
css
This commit is contained in:
@@ -244,12 +244,12 @@ if (!class_exists('ZipArchive')) {
|
||||
if (!empty($extensionok)) {
|
||||
//print '<img src="../theme/eldy/img/tick.png" alt="Ok" class="valignmiddle pictofixedwidth"> ';
|
||||
print img_picto('', 'tick', 'class="pictofixedwidth"');
|
||||
print $langs->trans("PHPSupport", implode(', ', $extensionok))."<br>\n";
|
||||
print $langs->trans("PHPSupport", '<b>'.implode(', ', $extensionok).'</b>')."<br>\n";
|
||||
}
|
||||
if (!empty($extensionko)) {
|
||||
//print '<img src="../theme/eldy/img/warning.png" alt="Error" class="valignmiddle pictofixedwidth"> ';
|
||||
print img_picto('', 'warning', 'class="pictofixedwidth error"');
|
||||
print $langs->trans("ErrorPHPDoesNotSupport", implode(', ', $extensionko))."<br>\n";
|
||||
print $langs->trans("ErrorPHPDoesNotSupport", '<b>'.implode(', ', $extensionko).'</b>')."<br>\n";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user