id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
3636	[with patch; positive review] Text control, no label	itolkov	itolkov	"Allows adding text among the controls:

{{{
@interact
def _(t1=text_control(""Factors an integer.""), n=""1""):
    print factor(Integer(n))
}}}

Additionally, the way labels are displayed is changed. If an empty label ('') is specified, the input block is aligned with the left edge of the table, rather than the rest of the controls. This is useful for controls that should not have a label, such as text. However, if label=' ' (space) is set, the input is aligned with the rest of the inputs with no label showing.
"	enhancement	closed	minor	sage-3.1	notebook	fixed									
