'
- .&Apache::lonhtmlcommon::start_pick_box()
+ $r->print('
-ENDDOCUMENT
-
+
'
+ );
} elsif ($crstype eq 'Community') {
- $r->print(<
-$lt{'co'} $lt{'gc'}
-
-
-
-
-
-$lt{'ginf'}
-
-
-
-
-
-
-
-$lt{'grco'}
-
-
-
-
$lt{'mssg'}
-
-
-
-
-
-$lt{'cmmn'}
-
-
-
-
-
-$lt{'acco'}
-
-
-
-
-
-$lt{'rshm'}
-
-
-
-$lt{'grts'}
-
-$lt{'grtq'}
-Mb
-
-
+ $r->print('
-
-
-
-ENDDOCUMENT
+
+'
+ );
}
- $r->print($end_page);
+ $r->print(''.
+ $end_page);
}
# ====================================================== Phase two: make course
@@ -835,14 +719,14 @@ sub print_intro_page {
help => 'Batch_Creation',
},
{ internal_name => 'requestdisplay',
- name => &mt('Approve or reject course requests'),
+ name => &mt('Approve or reject requests'),
short_description =>
- &mt('Display course creation requests submitted by authorized users, held pending approval by a Domain Coordinator.'),
+ &mt('Display course and community creation requests submitted by authorized users, held pending approval by a Domain Coordinator.'),
},
{ internal_name => 'creationlog',
- name => &mt('View course creation log'),
+ name => &mt('View creation log'),
short_description =>
- &mt('Display information about when, how and by whom courses were created in this domain.'),
+ &mt('Display information about when, how and by whom courses and communities were created in this domain.'),
},
);
my $options;