Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
forms system
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 21:07 UTC
Updated:
15 Apr 2010 at 20:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
robloachAdding the clean up tags.
Comment #2
robloachThis patch goes E_STRICT. But wait a second, what happened to #326539: Convert 'class' attribute to use an array, not a string?
Comment #3
sunI don't understand the question.
Comment #4
robloachI mean, why isn't the class array attribute not working in the patch I posted above?
Comment #5
sunI have no idea, why it shouldn't work. Did you flush your caches?
Also, I'd highly prefer a custom #inline => TRUE property that simply replaces the .form-wrapper CSS class with .container-inline when being set.
Comment #6
sunSorry, but I need to clean some tags here.
Comment #7
sunI'd additionally would like to see a class
'form-actions' here.
This review is powered by Dreditor.
Comment #8
sunNote that I already did those changes in another issue elsewhere, which was already committed.
Would be totally awesome to get the other changes of this patch in!
This review is powered by Dreditor.
Comment #9
robloachRerolled and takes your changes into consideration. Doesn't have #inline as I'm not sure how many new Form API properties we want to add to Drupal 7 ;-) .
Comment #10
sunThanks!
Comment #11
robloachLet's hit #482816: Make a consistent wrapper around submit buttons before this one.
Comment #12
asimmonds commented#482816: Make a consistent wrapper around submit buttons was committed so setting this back to review
Comment #15
robloachComment #16
lilou commentedThe patch is simple and looks good.
Comment #17
aspilicious commentedI found a lot more.
Gonna repatch this tomorrow with everything I find!
Comment #18
aspilicious commentedComment #19
jpmckinney commentedI looked for other opportunities to use the "container" type, but it looks like #676800-139: Fieldsets break design badly already did that (there are maybe one or two places in each of taxonomy.module, poll.module, and node.module where the "container" type could be used). However, even if we can replace these with the "container" type and not impact functionality, we would still have to test for browser compatibility. So, marking duplicate.