From 1226db1db9b28eee0e42ec3db65f4d8d84293bed Mon Sep 17 00:00:00 2001 From: drumhead39 Date: Tue, 21 Jul 2026 14:17:00 -0400 Subject: [PATCH] Remove obsolete patch instructions --- README-CSS-MENU-PATCH.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 README-CSS-MENU-PATCH.txt diff --git a/README-CSS-MENU-PATCH.txt b/README-CSS-MENU-PATCH.txt deleted file mode 100644 index c864b07..0000000 --- a/README-CSS-MENU-PATCH.txt +++ /dev/null @@ -1,18 +0,0 @@ -TimeClock Pro patch - Admin dropdown / Time Cards layout / mobile cleanup - -Upload these files over the existing files in your live timeclock-pro folder: - -app/Views/layout.php -app/Views/admin/timecards.php -app/Controllers/AdminController.php -app/Controllers/ProviderController.php -public/assets/css/app.css - -Changes: -- Admin menu changed to a real click-to-open dropdown using
/. -- CSS cache-busting was added to the stylesheet link. -- Time Cards Employees and Providers sections now stack vertically on desktop and mobile. -- Provider production access is now super-user-only; no provider name matching. -- Added extra mobile CSS cleanup for nav/dropdown/table wrapping. - -No database change required.