Replace calendar component by vanilla javascript
This commit is contained in:
@@ -1,2 +1,4 @@
|
||||
<calendar check-url="<?= $this->url->href('CalendarController', 'user', array('user_id' => $user['id'])) ?>"
|
||||
save-url="<?= $this->url->href('CalendarController', 'save') ?>"></calendar>
|
||||
<?= $this->calendar->render(
|
||||
$this->url->href('CalendarController', 'user', array('user_id' => $user['id'])),
|
||||
$this->url->href('CalendarController', 'save')
|
||||
) ?>
|
||||
|
||||
Reference in New Issue
Block a user