Closed (won't fix)
Project:
Zen
Version:
7.x-5.x-dev
Component:
PHP/JS code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Sep 2011 at 20:49 UTC
Updated:
10 Mar 2015 at 03:13 UTC
Jump to comment: Most recent
Comments
Comment #3
johnalbinI'll have to test this out. Thanks! :-)
Comment #4
fernandess commentedOkay, Going to test now.. :)
Comment #5
johnalbinfernandess++
Before and after screenshots would be great too!
Comment #6
johnalbinIf a module adds or alters the advanced search form, this form_alter would blow away all those modifications because it replaces the entire $form['advanced'] array with its own stuff.
In addition, the search modules floats the
.search-advanced .criterionelement to achieve a 2 or more column effect. This form_alter breaks that by wrapping each .criterion div in a fieldset. It should instead add the .criterion class to each fieldset.Comment #7
johnalbinAdding tag
Comment #8
mgiffordI'm guessing that was no April Fools comment back in #6.
@JohnAlbin want to mark this as Won't Fix?
Is there another way around this?
Or are you waiting for a re-roll with the .criterion class added to each fieldset?
Comment #9
johnalbin