[LON-CAPA-cvs] cvs: loncom(GCI_3) /interface selfenroll.pm
raeburn
raeburn@source.lon-capa.org
Mon, 18 Jan 2010 15:58:25 -0000
raeburn Mon Jan 18 15:58:25 2010 EDT
Modified files: (Branch: GCI_3)
/loncom/interface selfenroll.pm
Log:
- Customization for GCI_3.
Index: loncom/interface/selfenroll.pm
diff -u loncom/interface/selfenroll.pm:1.25 loncom/interface/selfenroll.pm:1.25.2.1
--- loncom/interface/selfenroll.pm:1.25 Sat Jan 16 16:13:42 2010
+++ loncom/interface/selfenroll.pm Mon Jan 18 15:58:25 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Allow users to self-enroll in a course
#
-# $Id: selfenroll.pm,v 1.25 2010/01/16 16:13:42 raeburn Exp $
+# $Id: selfenroll.pm,v 1.25.2.1 2010/01/18 15:58:25 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -564,7 +564,7 @@
}
$output = &mt('Your request for self-enrollment has been recorded.').'<br />'.
&mt('A message will be sent to your LON-CAPA account when the course coordinator takes action on your request.').'<br />'.
- &mt('To access your LON-CAPA message, go to the Main Menu and click on "Send and Receive Messages".').'<br />';
+ &mt('To access your LON-CAPA message, go to the Main Menu and click on "Send and Receive Messages".');
my %emails = &Apache::loncommon::getemails($uname,$udom);
if (($emails{'permanentemail'} ne '') || ($emails{'notification'} ne '')) {
my $address = $emails{'permanentemail'};
@@ -577,7 +577,7 @@
$output .= '<span class="LC_warning">'.$warning.'</span><br />';
}
- $output .= &Apache::loncoursequeueadmin::queued_selfenrollment();
+ $output .= '<br />'.&Apache::loncoursequeueadmin::queued_selfenrollment();
if ($selfenroll_notifylist) {
my $fullname = &Apache::loncommon::plainname($uname,$udom);