mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-14 07:28:40 +00:00
phpcbf
This commit is contained in:
parent
d7ed665d72
commit
c49a439ee8
|
|
@ -19,7 +19,6 @@ use phpOMS\Module\UpdateAbstract;
|
||||||
use phpOMS\System\File\Directory;
|
use phpOMS\System\File\Directory;
|
||||||
use phpOMS\Module\InfoManager;
|
use phpOMS\Module\InfoManager;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Navigation class.
|
* Navigation class.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
|
|
@ -27,6 +27,6 @@ use phpOMS\Stdlib\Base\Enum;
|
||||||
abstract class PermissionState extends Enum
|
abstract class PermissionState extends Enum
|
||||||
{
|
{
|
||||||
/* public */ const DASHBOARD = 1;
|
/* public */ const DASHBOARD = 1;
|
||||||
/* public */ const EVENT = 2;
|
/* public */ const EVENT = 2;
|
||||||
/* public */ const CALENDAR = 3;
|
/* public */ const CALENDAR = 3;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -34,4 +34,4 @@ class BaseView extends View
|
||||||
$this->calendar = $data[0];
|
$this->calendar = $data[0];
|
||||||
return parent::render();
|
return parent::render();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -39,4 +39,4 @@ class BaseView extends View
|
||||||
$this->id = $data[0];
|
$this->id = $data[0];
|
||||||
return parent::render();
|
return parent::render();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
(function (omsModule, undefined) {
|
(function (omsModule, undefined) {
|
||||||
omsModule.Calendar = function () {
|
omsModule.Calendar = function () {
|
||||||
this.layout = omsModule.Calendar.layout.BLOCKS;
|
this.layout = omsModule.Calendar.layout.BLOCKS;
|
||||||
this.interval = null;
|
this.interval = null;
|
||||||
this.selectedElement = null;
|
this.selectedElement = null;
|
||||||
this.subCalendars = [];
|
this.subCalendars = [];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user