Add user calendar view on the dashboard and in the user management section
This commit is contained in:
5
app/Template/user/calendar.php
Normal file
5
app/Template/user/calendar.php
Normal file
@@ -0,0 +1,5 @@
|
||||
<div id="user-calendar"
|
||||
data-check-url="<?= $this->u('calendar', 'user') ?>"
|
||||
data-user-id="<?= $user['id'] ?>"
|
||||
>
|
||||
</div>
|
||||
Reference in New Issue
Block a user