--- loncom/interface/loncreateuser.pm 2006/07/19 10:10:40 1.125.2.3 +++ loncom/interface/loncreateuser.pm 2006/06/29 17:38:44 1.126 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Create a user # -# $Id: loncreateuser.pm,v 1.125.2.3 2006/07/19 10:10:40 albertel Exp $ +# $Id: loncreateuser.pm,v 1.126 2006/06/29 17:38:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -378,6 +378,7 @@ ENDSCRIPT var str = document.cu.elements[i].name; var checkcurr = str.match(re1); if (checkcurr != null) { + var re2 = /^currsec_[a-zA-Z0-9]+_[a-zA-Z0-9]+_(\\w+)\$/; if (document.cu.elements[i-1].checked == true) { var re2 = /^currsec_[a-zA-Z0-9]+_[a-zA-Z0-9]+_(\\w+)\$/; match = re2.exec(str); @@ -438,8 +439,8 @@ ENDSCRIPT } } } + document.cu.elements[i+2].value = sections; } - document.cu.elements[i+2].value = sections; } } } @@ -1585,7 +1586,7 @@ sub custom_role_editor { } my %lt=&Apache::lonlocal::texthash( 'prv' => "Privilege", - 'crl' => "Course Level", + 'crl' => "Course/Group Level", 'dml' => "Domain Level", 'ssl' => "System Level" ); @@ -1735,7 +1736,7 @@ sub course_level_table { 'new' => "Define new section", 'ssd' => "Set Start Date", 'sed' => "Set End Date", - 'crl' => "Course Level", + 'crl' => "Course/Group Level", 'act' => "Activate", 'rol' => "Role", 'ext' => "Extent",