7 lines
189 B
PHTML
7 lines
189 B
PHTML
<?php
|
|
// Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
?>
|
|
<?php
|
|
echo $this->form;
|
|
echo $this->partial('scheduler/_form/task-form.phtml', ['form' => $this->form]);
|
|
?> |