--- loncom/interface/loncreateuser.pm 2006/06/29 15:45:18 1.125
+++ loncom/interface/loncreateuser.pm 2006/06/29 17:48:21 1.125.2.2
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.125 2006/06/29 15:45:18 albertel Exp $
+# $Id: loncreateuser.pm,v 1.125.2.2 2006/06/29 17:48:21 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -340,7 +340,7 @@ sub print_user_modification_page {
}
function setType() {
- var crstype = document.cu.crstype.options[document.cu.crstype.selectedIndex].value;
+ var crstype = 'Course'
rolevals = new Array("$rolevalslist");
if (crstype == 'Group') {
if (document.cu.currsec.options[0].text == "$pickcrsfirst") {
@@ -1586,7 +1586,7 @@ sub custom_role_editor {
}
my %lt=&Apache::lonlocal::texthash(
'prv' => "Privilege",
- 'crl' => "Course/Group Level",
+ 'crl' => "Course Level",
'dml' => "Domain Level",
'ssl' => "System Level"
);
@@ -1736,7 +1736,7 @@ sub course_level_table {
'new' => "Define new section",
'ssd' => "Set Start Date",
'sed' => "Set End Date",
- 'crl' => "Course/Group Level",
+ 'crl' => "Course Level",
'act' => "Activate",
'rol' => "Role",
'ext' => "Extent",
@@ -1883,7 +1883,7 @@ sub course_level_dc {
''.
'';
my $courseform=''.&Apache::loncommon::selectcourse_link
- ('cu','dccourse','dcdomain','coursedesc',undef,undef,'Course/Group').'';
+ ('cu','dccourse','dcdomain','coursedesc',undef,undef,'Course').'';
my $cb_jscript = &Apache::loncommon::coursebrowser_javascript($dcdom);
my %lt=&Apache::lonlocal::texthash(
'typ' => "Type",
@@ -1896,14 +1896,9 @@ sub course_level_dc {
'ssd' => "Set Start Date",
'sed' => "Set End Date"
);
- my $header = '
'.&mt('Course/Group Level').'
'.
- '