mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 00:58:48 +02:00
PHPDoc & code cleanup
This commit is contained in:
@@ -33,8 +33,8 @@ use UserRights;
|
||||
*/
|
||||
class QuickCreate extends UIBlock
|
||||
{
|
||||
// Overloaded constants
|
||||
const BLOCK_CODE = 'ibo-quick-create';
|
||||
|
||||
const HTML_TEMPLATE_REL_PATH = 'components/quick-create/layout';
|
||||
const JS_TEMPLATE_REL_PATH = 'components/quick-create/layout';
|
||||
const JS_FILES_REL_PATH = [
|
||||
@@ -45,6 +45,7 @@ class QuickCreate extends UIBlock
|
||||
'css/selectize.default.css',
|
||||
];
|
||||
|
||||
// Specific constants
|
||||
const DEFAULT_ENDPOINT_REL_URL = 'pages/UI.php';
|
||||
|
||||
/** @var array $aAvailableClasses */
|
||||
|
||||
Reference in New Issue
Block a user