From b03fe9315ecd40b669f1d5d533cb9fc223e151b2 Mon Sep 17 00:00:00 2001 From: LordSchmackes Date: Mon, 23 Mar 2026 16:30:19 +0100 Subject: [PATCH] Show recipe list above edit form in admin --- admin.php | 56 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/admin.php b/admin.php index 5610950..584f48d 100644 --- a/admin.php +++ b/admin.php @@ -461,6 +461,34 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && ($_POST['action'] ?? '') === 'delet +
+

Existing recipes ()

+ +

No recipes yet.

+ + + +
+
+ + + Featured + Coming soon +
+
+ + Edit +
+ + + +
+
+
+ + +
+
@@ -558,34 +586,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST' && ($_POST['action'] ?? '') === 'delet
- -
-

Existing recipes ()

- -

No recipes yet.

- - - -
-
- - - Featured - Coming soon -
-
- - Edit -
- - - -
-
-
- - -