Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Oct 2008 at 19:15 UTC
Updated:
2 Jan 2014 at 23:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cha0s commentedbump...
Comment #2
damien tournoud commentedWhy not suggesting a patch? It will have to be against the 7.x code base (HEAD tag in CVS).
Please read http://drupal.org/patch/create for more information.
Comment #3
cha0s commentedSure thing. After playing I realized we can just concat the string... which leads me to my next issue:
$form['#attributes']['class'] should be an array. What would I file that under, a feature request..?
Comment #4
damien tournoud commented@cha0s, let's open a task, if you are willing to take the lead on this.
Comment #5
Anonymous (not verified) commentedThe last submitted patch failed testing.
Comment #6
casey commentedfixed for D7
http://api.drupal.org/api/function/confirm_form/7
Comment #7
casey commentedOops to quick of judgement; no its not.
Currently can't provide patches.
Should become
Comment #8
adityakg commentedHi, I am new here. I am trying to learn on how to apply patches :)
Comment #9
adityakg commentedI'm sorry for the previous not-working patch. The previous patch is patched from the 'modules/system' folder instead of drupal '.' folder. 2nd try:
Comment #10
adityakg commentedComment #12
adityakg commentedComment #13
adityakg commentedComment #15
adityakg commentedsorry for the spamming :(
Comment #17
adityakg commentedComment #18
casey commentedSome trouble with windows style newlines I see, but you fixed that.
Patch is good to go.
Comment #19
adityakg commented#18: thanks! still getting a grip of it. so, sorry for the spamming :)
Comment #20
dries commentedCommitted to CVS HEAD. Thanks.