--- loncom/interface/loncoursequeueadmin.pm 2011/03/06 21:17:15 1.26 +++ loncom/interface/loncoursequeueadmin.pm 2011/03/07 02:13:02 1.27 @@ -1,7 +1,7 @@ # The LearningOnline Network # Utilities to administer domain course requests and course self-enroll requests # -# $Id: loncoursequeueadmin.pm,v 1.26 2011/03/06 21:17:15 raeburn Exp $ +# $Id: loncoursequeueadmin.pm,v 1.27 2011/03/07 02:13:02 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1428,11 +1428,15 @@ sub process_official_reqs { my $owner = $ownername.':'.$ownerdom; my $approvedmsg = [{ - mt => 'Your request course, queued pending validation has now been created.', + mt => 'Your requested course: [_1], (queued pending validation) has now been created.', + args => [$cdescr], }, { mt => 'Visit [_1], to log-in and access the course.', args => [$firsturl], + }, + { + mt => 'If currently logged-in to LON-CAPA, log-out and log-in again to select your new course role.' }]; my $sender = $dcname.':'.$dcdom; &send_selfserve_notification($owner,$approvedmsg,