From bc4f5b65aaf050a5f9d6074e669fc27cb56699cd Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Mon, 8 Nov 2004 21:08:57 +0000 Subject: [PATCH] Added a javascript confirmation popup for delete icon --- docs/changelog/6.x.x.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog/6.x.x.txt b/docs/changelog/6.x.x.txt index 3269fbac5..66e2a2a5c 100644 --- a/docs/changelog/6.x.x.txt +++ b/docs/changelog/6.x.x.txt @@ -1,4 +1,6 @@ 6.3.0 + - Converted all confirmation pages to client-side confirmation dialogs. Saves + a pageload. (Len Kranendonk). - Added a new, more user-friendly administrative console. - SQL Report now supports multiple queries. (Thanks to Brunswick New Technologies for funding this development.)