From 85005e3335575a41feaca8cddb7bb9b45a9af65f Mon Sep 17 00:00:00 2001 From: Eduard Wisch Date: Fri, 10 Apr 2026 15:23:00 +0200 Subject: [PATCH] =?UTF-8?q?L=C3=B6sch-Dialog=20in=20Bericht-=C3=9Cbersicht?= =?UTF-8?q?:=20eigener=20Modal=20statt=20fehlender=20Handler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In der Übersicht (ohne Editor) wurde data-dolconfirm nicht abgefangen, weil editor.js dort nicht geladen wird. Inline-Script mit gleichem bericht-dolmodal-Stil ergänzt — kein browser-confirm(). Co-Authored-By: Claude Opus 4.6 (1M context) --- bericht_card.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/bericht_card.php b/bericht_card.php index 2139bec..caf6e01 100644 --- a/bericht_card.php +++ b/bericht_card.php @@ -268,6 +268,42 @@ if (!$bericht) { print ''; + // Bestätigungsdialog für Lösch-Buttons (eigener Modal statt browser-confirm) + print ''; + } else { /* * MODUS B: Editor — bestehender Bericht wird bearbeitet