[LON-CAPA-cvs] cvs: loncom /auth lonroles.pm
bisitz
bisitz at source.lon-capa.org
Fri Sep 9 12:34:41 EDT 2011
bisitz Fri Sep 9 16:34:41 2011 EDT
Modified files:
/loncom/auth lonroles.pm
Log:
Style correction for display of syllabus link (rev. 1.211)
Index: loncom/auth/lonroles.pm
diff -u loncom/auth/lonroles.pm:1.260 loncom/auth/lonroles.pm:1.261
--- loncom/auth/lonroles.pm:1.260 Thu Feb 24 23:29:10 2011
+++ loncom/auth/lonroles.pm Fri Sep 9 16:34:41 2011
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# User Roles Screen
#
-# $Id: lonroles.pm,v 1.260 2011/02/24 23:29:10 raeburn Exp $
+# $Id: lonroles.pm,v 1.261 2011/09/09 16:34:41 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1801,7 +1801,7 @@
my %newhash=&Apache::lonnet::coursedescription($tcourseid);
if (%newhash) {
$twhere=$newhash{'description'}.
- ' <span style="LC_fontsize_small">'.
+ ' <span class="LC_fontsize_small">'.
&Apache::loncommon::syllabuswrapper(&mt('Syllabus'),$trest,$tdom).
'</span>';
$ttype = $newhash{'type'};
More information about the LON-CAPA-cvs
mailing list