diff --git a/public_html/lib/customer_access_time_popup.php b/public_html/lib/customer_access_time_popup.php index 764006f..d31cae7 100644 --- a/public_html/lib/customer_access_time_popup.php +++ b/public_html/lib/customer_access_time_popup.php @@ -5,8 +5,10 @@ * - Opened as a modal (iframe) from customer_detail.php; reusable on other screens * - On successful save, notifies parent via window.parent.closeCustomerPopup(true) * - Save = "full replace": delete the customer's active rows, re-insert current input - * - Time is chosen via hour/minute selects (minute step = 5) so granularity is - * guaranteed regardless of the browser's native time picker + * - Top editor = dual sliders (06:00~18:00 / 10-min step, end optional & off by + * default). Selecting day chip(s) / clicking a time pill binds that window to + * the sliders; moving the sliders edits every selected window live. Each day + * has its own "+ Add another"; days show their windows as compact time pills. * ===================================================================== */ include getenv("DOCUMENT_ROOT")."/include/session_include.php"; @@ -113,47 +115,60 @@ $existingJson = json_encode($existing, JSON_UNESCAPED_UNICODE);