[LON-CAPA-cvs] cvs: loncom /interface lonaboutme.pm
harmsja
harmsja@source.lon-capa.org
Wed, 17 Dec 2008 14:51:11 -0000
harmsja Wed Dec 17 14:51:11 2008 EDT
Modified files:
/loncom/interface lonaboutme.pm
Log:
renamed new style to LC_***
Index: loncom/interface/lonaboutme.pm
diff -u loncom/interface/lonaboutme.pm:1.88 loncom/interface/lonaboutme.pm:1.89
--- loncom/interface/lonaboutme.pm:1.88 Wed Dec 17 13:00:36 2008
+++ loncom/interface/lonaboutme.pm Wed Dec 17 14:51:11 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network
# "About Me" Personal Information
#
-# $Id: lonaboutme.pm,v 1.88 2008/12/17 13:00:36 ehlerst Exp $
+# $Id: lonaboutme.pm,v 1.89 2008/12/17 14:51:11 harmsja Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -321,8 +321,8 @@
&Apache::lontemplate::start_ContentBox($r);
&print_portfiles_link($r,$is_course);
if(&Apache::lonrss::advertisefeeds($cnum,$cdom) ne ''){
- $r->print('<div class="ContentBoxSpecial">');
- $r->print('<h4 class="hcell">'.'RSS Feeds and Blogs'.'</h4>');
+ $r->print('<div class="LC_ContentBoxSpecial">');
+ $r->print('<h4 class="LC_hcell">'.'RSS Feeds and Blogs'.'</h4>');
$r->print(&Apache::lonrss::advertisefeeds($cnum,$cdom));
$r->print('</div>');
}
@@ -442,7 +442,7 @@
difl => 'Display file listing',
);
if ($filecounts->{'both'} > 0) {
- $output = '<div class="ContentBoxSpecial"><h4 class="hcell">';
+ $output = '<div class="LC_ContentBoxSpecial"><h4 class="LC_hcell">';
$output .= ($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'</h4>';
#$output = '<h4>'.($is_course?$lt{'vgpf'}:$lt{'vpfi'}).'</h4>';