From: tokul Date: Wed, 29 Sep 2004 18:03:21 +0000 (+0000) Subject: fixed toggle all link for browsers without JS support. older implementation X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=a6d36aa5004f3404bfd7e1a429c1724d1ffacb78 fixed toggle all link for browsers without JS support. older implementation used $mailbox variable and created longer url after each click. it still need fixes for message moving and maybe for search. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8093 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mailbox_display.php b/functions/mailbox_display.php index 46ab1fb4..3e497743 100644 --- a/functions/mailbox_display.php +++ b/functions/mailbox_display.php @@ -1442,22 +1442,50 @@ function get_selectall_link($aMailbox) { // . ' . _("Toggle All") // . "\n"; } else { + $result .= ""; $result .= _("All");