Closed (fixed)
Project:
User aggregator
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2007 at 03:26 UTC
Updated:
23 Aug 2009 at 11:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
Prometheus6 commentedSorry...SO unsupported for anything but 4.6.
Comment #2
Foodster commentedI changed the form elements with the 4.7 form api, but i am stuck in the form() function, i think it need rewrite the work flow. If anyone know, please kindly help.
in the _user_aggregator_validation_form function line 85 and 86
print theme('page', form("
" . form_submit('Submit')));
#return form("
" . form_submit('Submit'));
i have attached the modification. (just remove the txt extension)
Comment #3
stborchertHi.
Just a short note: why don't you use
theme('table')and the form api?looks a bit weird and could be done with someting like this (not working, its thought as a hint!):
and then in theme__user_aggregator_validation_form()
hth,
Stefan
Comment #4
Prometheus6 commented