﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2596	[patch] Adding rows, cols and lenght attributes for text fields	norvegh	Adrian Holovaty	"There have been some suggestions before to implement the rows, cols and length attributes for text fields that would control the size of the textboxes on the admin interface.
The supplied patch implements the following new paramters for text fields:[[BR]][[BR]]
'''form_type''': can be either 'input' or 'textarea', it controls whether an input box or a textarea is used for rendering this field in the admin interface[[BR]]
'''form_length''': the length of the input box[[BR]]
'''form_rows''': the rows parameter for the textarea box[[BR]]
'''form_cols''': the cols parameter for the textarea box[[BR]]

"	enhancement	closed	contrib.admin	0.95	normal	wontfix			Unreviewed	1	0	0	0	0	0
