- New weekly calendar at /bookings/calendar with time blocks per booking - Color-coded by worker, overlapping bookings shown side-by-side - Click booking to see details, edit or delete - Worker filter dropdown, week navigation (prev/next/today) - AJAX week loading for smooth navigation - Link between list view and calendar view Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
6 lines
242 B
PHP
6 lines
242 B
PHP
<?php
|
|
include(getcwd().'/application/views/includes/skeleton-top.php');
|
|
include(getcwd().'/application/views/admin/includes/booking-calendar-form.php');
|
|
include(getcwd().'/application/views/includes/skeleton-bottom.php');
|
|
?>
|