Closed (fixed)
Project:
Ubercart
Version:
7.x-3.x-dev
Component:
Payment
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2012 at 12:49 UTC
Updated:
6 May 2012 at 20:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
wodenx commentedComment #2
longwaveI would like to drop that theme function entirely if possible, or at least call drupal_render_children($form) instead of explicitly rendering all fields.
Comment #3
longwaveThe attached patch uses Form API and CSS to replace the broken theme function.
Where are you using Ajax on this form?
Comment #4
wodenx commentedIn connection with http://drupal.org/project/uc_custom_payment, planning to allow admins to enter payment details when adding a custom payment, so need to add the form elements when that method is selected.
Comment #5
longwaveCommitted #3.