mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-20 15:52:24 +02:00
N°8796 - Add PHP code style validation in iTop and extensions - format whole code base
This commit is contained in:
@@ -18,11 +18,13 @@ class HubConnectorPage extends NiceWebPage
|
||||
|
||||
$sUserPrefs = appUserPreferences::GetAsJSON();
|
||||
$this->LinkScriptFromAppRoot('js/utils.js');
|
||||
$this->add_script(<<<JS
|
||||
$this->add_script(
|
||||
<<<JS
|
||||
var oUserPreferences = $sUserPrefs;
|
||||
JS
|
||||
);
|
||||
$this->add_style(<<<CSS
|
||||
$this->add_style(
|
||||
<<<CSS
|
||||
body {
|
||||
background-color: #FFFFFF;
|
||||
color: rgba(0, 0, 0, 0.87);
|
||||
|
||||
Reference in New Issue
Block a user