Hello William, On Wed, March 8, 2006 22:20, William R. Mussatto wrote: > Package: squirrelmail > Version: 2:1.4.4-8
Thanks for your report. > Area: Message Display. > Script: functions/mailbox_display.php > line: 912: > .</script><a href="javascript:void(0)" onClick="' . $func_name . '();">' . > _("Toggle All") > > should read: > . '</script><a href="#" onClick="' . $func_name . '();">' . _("Toggle > All") > > Result of this is that clicking on the Toggle All link does not cause the > frame to scroll to the top. I agree that this is true, but I do believe that this is an improvement. The toggle all link has no side effects now but just toggles the boxes. The page jumping to the top is not intended behaviour and has been corrected sometime in the past. > Note: On the address book page, the original > function is retained. What do you mean with 'original'? Compared to what? The recent update from 1.4.4-7 to 1.4.4-8 did not touch this code. thanks, Thijs