diff --git a/Models/Event.php b/Models/Event.php index b4df932..329f22a 100755 --- a/Models/Event.php +++ b/Models/Event.php @@ -52,6 +52,7 @@ class Event * @since 1.0.0 */ private string $name = ''; + /** * Description. * @@ -125,7 +126,7 @@ class Event return $this->id; } - /** + /** * Get media files. * * @return array diff --git a/Models/ProgressType.php b/Models/ProgressType.php index 2131ccc..aad52b2 100755 --- a/Models/ProgressType.php +++ b/Models/ProgressType.php @@ -27,8 +27,12 @@ use phpOMS\Stdlib\Base\Enum; abstract class ProgressType extends Enum { public const MANUAL = 0; + public const LINEAR = 1; + public const EXPONENTIAL = 2; + public const LOG = 3; + public const TASKS = 4; } diff --git a/Theme/Backend/eventmanagement-create.tpl.php b/Theme/Backend/eventmanagement-create.tpl.php index ffcb3f8..9e50df6 100755 --- a/Theme/Backend/eventmanagement-create.tpl.php +++ b/Theme/Backend/eventmanagement-create.tpl.php @@ -18,28 +18,28 @@ echo $this->getData('nav')->render(); ?>