CMF-folks,

Thanks for an excellent and very useful module, which does make life a lot easier for administrators.

I have one little and very simple suggestion: make the main fieldset containing all the filter options collapsible. It's quite bulky and on many screens it completely pushes the main content down "below the fold".

Adding the line:
'#collapsible' => TRUE,
after line 365 in cmf.module (v. 6.x-2.01) does the trick.

And even having it collapsed from the outset by adding
'#collapsed' => TRUE,
after that.

I hacked my own version (hate doing that!), and it makes the module even better in my eyes.

Thanks for your effort!

Martin