From bffd9a315b369d8e2dfbb4a1557ee095b91683b1 Mon Sep 17 00:00:00 2001 From: Dillard Blom Date: Sat, 11 Jul 2026 02:40:22 +0200 Subject: [PATCH] Fase 3 feedback round 4: group filename with owner in the qr forms Filename now sits in the same row as Owner instead of the crowded top row shared with format/frame text/frame font/frame font size/icon. Freeing that column lets those fields shift left and use the space better. Applied to both the shared static-form partial (qrcode_options.php) and the dynamic-form's separate copy of the same fields (form_dynamic_add.php) - the two have diverged since Fase 3 and don't share markup. Edit forms (form_static_edit.php/form_dynamic_edit.php) already had filename/owner side by side, no change needed there. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Fo3DiRRpmz2DXjD7Uzhc8u --- src/forms/form_dynamic_add.php | 27 +++++++------- src/forms/qrcode_options.php | 65 +++++++++++++++++----------------- 2 files changed, 45 insertions(+), 47 deletions(-) diff --git a/src/forms/form_dynamic_add.php b/src/forms/form_dynamic_add.php index fb975b5..19e9ea8 100644 --- a/src/forms/form_dynamic_add.php +++ b/src/forms/form_dynamic_add.php @@ -117,15 +117,7 @@
-
-
-
- - - -
-
- +
+
+
+ +
-
+ + "/> +
- - "/> - diff --git a/src/forms/qrcode_options.php b/src/forms/qrcode_options.php index 7c69790..979e77e 100644 --- a/src/forms/qrcode_options.php +++ b/src/forms/qrcode_options.php @@ -113,15 +113,7 @@ if (QRCODE_GENERATOR === "internal-chillerlan.qrcode") { -->
-
-
-
- - - -
-
- +
- - getAllUsers(); - - foreach ($users as $user) { - $is_self = (int) $user["id"] === (int) $_SESSION["user_id"]; - ?> - - - -
+
+
+
+
+ +
+ + +
+
+ + +
+
+ + "/> +
- - "/> - +