[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 01 Nov 2005 21:59:24 -0000
albertel Tue Nov 1 16:59:24 2005 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
- xhtmlize
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.130 loncom/auth/lonroles.pm:1.131
--- loncom/auth/lonroles.pm:1.130 Mon Oct 24 17:32:42 2005
+++ loncom/auth/lonroles.pm Tue Nov 1 16:59:24 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.130 2005/10/24 21:32:42 albertel Exp $
+# $Id: lonroles.pm,v 1.131 2005/11/01 21:59:24 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -244,7 +244,7 @@
"request.course.id" => $cdom.'_'.$cnum);
$furl='/adm/roles?tryagain=1';
$msg=
- '<h1><font color=red>'.
+ '<h1><font color="red">'.
&mt('Could not initialize course at this time.').
'</font></h1><h3>'.&mt('Please try again.').'</h3>'.$ferr;
}
@@ -362,7 +362,7 @@
} else {
if ($env{'user.error.msg'}) {
$r->print(
- '<h3><font color=red>'.
+ '<h3><font color="red">'.
&mt('You need to choose another user role or enter a specific course for this function').'</font></h3>');
}
}