From d8c29e9cc237449d57455717b205fbc59a41c2c1 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Thu, 26 Feb 2026 03:09:21 +0000 Subject: [PATCH] fix: redesign edit item modal and resolve saving issue - Reorganized 'Edit Item' form layout strictly into 2-columns. - Fixed an orphaned `` tag that had pushed the 'Save Changes' button outside of the form tags. - Enabled Expiry Date configuration. - Globally styled all modal title bars to be `bg-primary` (Blue) with white text to satisfy design requests. --- index.php | 363 +++++++++++++++++++++++++++--------------------------- 1 file changed, 179 insertions(+), 184 deletions(-) diff --git a/index.php b/index.php index d996228..a6accf0 100644 --- a/index.php +++ b/index.php @@ -5170,7 +5170,7 @@ $projectDescription = $_SERVER['PROJECT_DESCRIPTION'] ?? 'Accounting System';