N°2269 Font Awesome v5 : move back lib from /lib to /css

Thanks to the team, yeah you're right, this wasn't a good idea (did because there is a way to use Font Awesome in JS, but we'll see if we do so in the future, for now we don't :) )
This commit is contained in:
Pierre Goiffon
2019-07-19 10:00:34 +02:00
parent 33cb4fd42b
commit 2b955ddd53
20 changed files with 4 additions and 4 deletions

View File

@@ -77,8 +77,8 @@ class iTopWebPage extends NiceWebPage implements iTabbedPage
$this->add_linked_stylesheet("../css/jquery.multiselect.css");
$this->add_linked_stylesheet("../css/magnific-popup.css");
$this->add_linked_stylesheet("../css/c3.min.css");
$this->add_linked_stylesheet("../lib/font-awesome/css/all.min.css");
$this->add_linked_stylesheet("../lib/font-awesome/css/v4-shims.min.css");
$this->add_linked_stylesheet("../css/font-awesome/css/all.min.css");
$this->add_linked_stylesheet("../css/font-awesome/css/v4-shims.min.css");
$this->add_linked_script('../js/jquery.layout.min.js');
$this->add_linked_script('../js/jquery.ba-bbq.min.js');

View File

Before

Width:  |  Height:  |  Size: 674 KiB

After

Width:  |  Height:  |  Size: 674 KiB

View File

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

View File

Before

Width:  |  Height:  |  Size: 820 KiB

After

Width:  |  Height:  |  Size: 820 KiB

View File

@@ -240,8 +240,8 @@ function DoInstall(WebPage $oPage)
$oPage->add('</div>'); // module-selection-body
$oPage->add_linked_stylesheet('../lib/font-awesome/css/all.min.css');
$oPage->add_linked_stylesheet('../lib/font-awesome/css/v4-shims.min.css');
$oPage->add_linked_stylesheet('../css/font-awesome/css/all.min.css');
$oPage->add_linked_stylesheet('../css/font-awesome/css/v4-shims.min.css');
$oPage->add('<div id="hub_installation_widget"></div>');