From b9d662b8b930fa7b548ba58e078d9d1d8f784fcc Mon Sep 17 00:00:00 2001 From: Troy Grunt Date: Fri, 13 Feb 2026 19:45:27 +0100 Subject: [PATCH] div TODOS erstellt --- www/admin.php | 7 +++++-- www/card.php | 3 +++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/www/admin.php b/www/admin.php index 2c648fb..5a826cc 100644 --- a/www/admin.php +++ b/www/admin.php @@ -221,7 +221,7 @@ exit; EDIT IDENTITY ───────────────────────────── */ if ($action === 'identity_edit') { - + //TODO je nach typ des feldes soll auch das datenfeld getauscht werden, einzeilit input mehrzeilig textarea usw $id = (int)($_GET['id'] ?? 0); $identity = $sql->single( @@ -409,7 +409,7 @@ if ($action === 'uuid_create') { EDIT UUID ───────────────────────────── */ if ($action === 'uuid_edit') { - + //TODO es fehlt die auswahl welche felder sichtbar sein sollen. $uuid = $_GET['uuid'] ?? ''; $token = $sql->single( @@ -562,3 +562,6 @@ $identities = $sql->get("SELECT * FROM identities ORDER BY id DESC");

Logout

+ diff --git a/www/card.php b/www/card.php index 8bbd78f..48562c2 100644 --- a/www/card.php +++ b/www/card.php @@ -204,6 +204,9 @@ function label(string $key): string {