From 5de4de79cfaeaf0926a0848c8e4644ed97078d98 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 30 Jul 2001 13:59:38 +0000 Subject: [PATCH] Patch from Philippe Mingo to fix the javascript 'Select All' (actually turns it into a 'Toggle All' button) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1469 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mailbox_display.php | 49 ++++++++++++++--------------------- 1 file changed, 20 insertions(+), 29 deletions(-) diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 1298b6b2..35c81f1f 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -590,32 +590,25 @@ function ShowSelectAllLink($startMessage, $sort) { global $checkall, $PHP_SELF, $what, $where, $mailbox; - - // If you can figure out some working javascript, - // feel free to put it in here! - // Allegedly this stuff works for someone somewhere - // Don't forget to uncomment the at the end! - - // This code is from Kevin Cawthorne - // It was adapted by Tyler to use a document.write for drawing the - // input checkbox and to use the