Index: openacs-4/contrib/packages/survey/www/admin/question-modify.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/survey/www/admin/Attic/question-modify.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/contrib/packages/survey/www/admin/question-modify.tcl 16 Mar 2005 12:26:31 -0000 1.5 +++ openacs-4/contrib/packages/survey/www/admin/question-modify.tcl 18 Mar 2005 02:28:02 -0000 1.6 @@ -48,8 +48,8 @@ {question_number:text(inform) {label "[_ survey.Modify_Question__]"}} {survey_name:text(inform) {label "[_ survey.From_1]"} {value $survey_name}} {question_text:text(textarea) {label "[_ survey.Question]"} {html {rows 5 cols 70}}} - {pretty_id:text {label "Variable name"} - {help_text "This will be the name of the variable when creating reports. No spaces or special characers."} + {pretty_id:text(hidden) + (value $question_id) } }