Index: openacs-4/contrib/packages/survey/www/admin/survey-create.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/admin/Attic/survey-create.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/contrib/packages/survey/www/admin/survey-create.tcl 25 Mar 2005 23:50:10 -0000 1.5 +++ openacs-4/contrib/packages/survey/www/admin/survey-create.tcl 5 May 2005 13:44:03 -0000 1.6 @@ -41,8 +41,9 @@ {desc:richtext {label "[_ survey.Description_1]"} {html {rows 5 cols 40}} - {help_text "[_ survey.Description_help]"} - {value $desc}} + {richtext_size {height 80}} + {value $desc} + {help_text "[_ survey.Description_help]"}} {public_p:text(radio) {label "[_ survey.Public]"} {options {{Yes t} {No f}}}