Closed (fixed)
Project:
Tell A Friend Node
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Nov 2008 at 16:21 UTC
Updated:
4 Dec 2008 at 06:35 UTC
On D6.6 it works great, the problem is with Message textarea its toooo long - 45 rows. I see in the code is:
'#rows' => 10,
but I it's not working.
I have message already written and its editable.
Any ideas how to change the rows amount ?
Cheers for nice module.
B.
Comments
Comment #1
ggaetz commentedThis is around line 586 of the module. You can adjust the # of rows here.
You can use css to modify the size of most any form item rather than messing with the module code.
Would it be desirable to be able to set the # of rows when defining the node?
Comment #2
benone commentedhmmm , last version of module has 524 lines..
Anyway I used CSS already, and is OK.
It might be desirable, but you can use CSS so, its not really needed.
Thanks for your support.
B
Comment #3
ggaetz commented