[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm loncommon.pm
raeburn
raeburn at source.lon-capa.org
Tue Aug 13 12:19:27 EDT 2013
raeburn Tue Aug 13 16:19:27 2013 EDT
Modified files:
/loncom/interface loncommon.pm domainprefs.pm
Log:
- Fix typo.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1144 loncom/interface/loncommon.pm:1.1145
--- loncom/interface/loncommon.pm:1.1144 Mon Aug 12 16:51:57 2013
+++ loncom/interface/loncommon.pm Tue Aug 13 16:19:26 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1144 2013/08/12 16:51:57 raeburn Exp $
+# $Id: loncommon.pm,v 1.1145 2013/08/13 16:19:26 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -13497,7 +13497,7 @@
if (ref($cats->[$depth]{$parent}) eq 'ARRAY') {
my $numchildren = @{$cats->[$depth]{$parent}};
my $css_class = $itemcount%2?' class="LC_odd_row"':'';
- $text .= '<td><table class="LC_datatable">';
+ $text .= '<td><table class="LC_data_table">';
for (my $j=0; $j<$numchildren; $j++) {
$name = $cats->[$depth]{$parent}[$j];
$item = &escape($name).':'.&escape($parent).':'.$depth;
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.203 loncom/interface/domainprefs.pm:1.204
--- loncom/interface/domainprefs.pm:1.203 Mon Aug 12 16:51:57 2013
+++ loncom/interface/domainprefs.pm Tue Aug 13 16:19:26 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.203 2013/08/12 16:51:57 raeburn Exp $
+# $Id: domainprefs.pm,v 1.204 2013/08/13 16:19:26 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -4437,7 +4437,7 @@
if (ref($cats->[$depth]{$parent}) eq 'ARRAY') {
my $numchildren = @{$cats->[$depth]{$parent}};
my $css_class = $itemcount%2?' class="LC_odd_row"':'';
- $text .= '<td><table class="LC_datatable">';
+ $text .= '<td><table class="LC_data_table">';
my ($idxnum,$parent_name,$parent_item);
my $higher = $depth - 1;
if ($higher == 0) {
More information about the LON-CAPA-cvs
mailing list