mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
🎨 Log classes : PHPDoc & fix wrong self:: uses
This commit is contained in:
@@ -37,7 +37,8 @@ class SetupPage extends NiceWebPage
|
||||
parent::__construct($sTitle);
|
||||
$this->add_linked_script("../js/jquery.blockUI.js");
|
||||
$this->add_linked_script("../setup/setup.js");
|
||||
$this->add_style("
|
||||
$this->add_style(
|
||||
<<<CSS
|
||||
body {
|
||||
background-color: #eee;
|
||||
margin: 0;
|
||||
@@ -168,7 +169,8 @@ h3.clickable.open {
|
||||
padding-left:16px;
|
||||
cursor: hand;
|
||||
}
|
||||
");
|
||||
CSS
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user