Index: openacs-4/packages/acs-subsite/lib/login.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/lib/login.tcl,v diff -u -N -r1.13 -r1.14 --- openacs-4/packages/acs-subsite/lib/login.tcl 2 Oct 2003 12:42:51 -0000 1.13 +++ openacs-4/packages/acs-subsite/lib/login.tcl 5 Oct 2003 17:41:38 -0000 1.14 @@ -85,7 +85,7 @@ set focus {} if { [auth::UseEmailForLoginP] } { - ad_form -extend -name login -form [list [list email:text($username_widget) [list label "Email"]]] + ad_form -extend -name login -form [list [list email:text($username_widget),nospell [list label "Email"]]] set user_id_widget_name email if { ![empty_string_p $email] } { set focus "password" @@ -102,7 +102,7 @@ } } - ad_form -extend -name login -form [list [list username:text($username_widget) [list label "Username"]]] + ad_form -extend -name login -form [list [list username:text($username_widget),nospell [list label "Username"]]] set user_id_widget_name username if { ![empty_string_p $username] } { set focus "password" Index: openacs-4/packages/acs-subsite/www/shared/parameters.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/shared/parameters.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/acs-subsite/www/shared/parameters.tcl 2 Oct 2003 17:04:08 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/shared/parameters.tcl 5 Oct 2003 17:41:38 -0000 1.6 @@ -56,7 +56,7 @@ set focus_elm $parameter_name } - set elm [list ${parameter_name}:text,optional \ + set elm [list ${parameter_name}:text,optional,nospell \ [list label $parameter_name] \ [list help_text $description] \ [list section $section_name] \ Index: openacs-4/packages/curriculum/lib/element-ave.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/curriculum/lib/element-ave.tcl,v diff -u -N -r1.7 -r1.8 --- openacs-4/packages/curriculum/lib/element-ave.tcl 22 Sep 2003 18:46:08 -0000 1.7 +++ openacs-4/packages/curriculum/lib/element-ave.tcl 5 Oct 2003 17:41:38 -0000 1.8 @@ -70,7 +70,7 @@ {help_text "[_ curriculum.lt_This_text_should_desc_1]"} {html {rows 10 cols 50 wrap soft}} } - {url:text(text),optional + {url:text(text),optional,nospell {label "[_ curriculum.URL]"} {help_text "[_ curriculum.lt_A_leading_http_indica]"} {html {size 50}}