N°2269 Add Font-Awesome v5.9.0

Also add v4-shims for compatibility. Will be removed with N°2393
This commit is contained in:
Pierre Goiffon
2019-07-11 17:29:53 +02:00
parent 0c45a0ca49
commit ced9489643
35 changed files with 20290 additions and 6 deletions

View File

@@ -238,8 +238,12 @@ function DoInstall(WebPage $oPage)
$oPage->add('</div>');
$oPage->add('</div>'); // module-selection-body
$oPage->add_linked_stylesheet('../lib/font-awesome/css/all.css');
$oPage->add_linked_stylesheet('../lib/font-awesome/css/v4-shims.css');
$oPage->add('<div id="hub_installation_widget"></div>');
$oPage->add('<fieldset id="database-backup-fieldset"><legend>'.Dict::S('iTopHub:DBBackupLabel').'</legend>');
$oPage->add('<div id="backup_form"><input id="backup_checkbox" type="checkbox" checked><label for="backup_checkbox"> '.Dict::S('iTopHub:DBBackupSentence').'</label></div>');