diff --git a/webservices/export-v2.php b/webservices/export-v2.php index c83a27897..1fd7d6f01 100644 --- a/webservices/export-v2.php +++ b/webservices/export-v2.php @@ -730,6 +730,8 @@ try { $oP = new NiceWebPage('iTop export'); $oP->add_ready_script("$('table.listResults').tablesorter({widgets: ['MyZebra']});"); + $oP->add_linked_stylesheet(utils::GetAbsoluteUrlAppRoot().'css/font-awesome/css/all.min.css'); + $oP->add_linked_stylesheet(utils::GetAbsoluteUrlAppRoot().'css/font-awesome/css/v4-shims.min.css'); } else { diff --git a/webservices/export.php b/webservices/export.php index 9758425d0..ee127ca32 100644 --- a/webservices/export.php +++ b/webservices/export.php @@ -191,6 +191,8 @@ if (!empty($sExpression)) case 'html': $oP = new NiceWebPage("iTop - Export"); $oP->add_style('body { overflow: auto; }'); // Show scroll bars if needed + $oP->add_linked_stylesheet(utils::GetAbsoluteUrlAppRoot().'css/font-awesome/css/all.min.css'); + $oP->add_linked_stylesheet(utils::GetAbsoluteUrlAppRoot().'css/font-awesome/css/v4-shims.min.css'); // Integration within MS-Excel web queries + HTTPS + IIS: // MS-IIS set these header values with no-cache... while Excel fails to do the job if using HTTPS