| $text{'rfile_from'} | \n";
print "",&ui_radio("from_def", $from ? 0 : 1,
		       [ [ 1, $text{'default'} ],
			 [ 0, " " ] ]),"\n",
	     &ui_textbox("from", $from, 50)," |  
\n";
# Show Subject: line option
print " | $text{'vfile_subject'} | \n";
print "",&ui_radio("subject_def", $subject ? 0 : 1,
		       [ [ 1, $text{'default'} ],
			 [ 0, " " ] ]),"\n",
	     &ui_textbox("subject", $subject, 50)," |  
\n";
print "