[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstathelpers.pm
bisitz
bisitz at source.lon-capa.org
Mon Feb 3 13:49:30 EST 2014
bisitz Mon Feb 3 18:49:30 2014 EDT
Modified files:
/loncom/interface/statistics lonstathelpers.pm
Log:
XHTML
Index: loncom/interface/statistics/lonstathelpers.pm
diff -u loncom/interface/statistics/lonstathelpers.pm:1.71 loncom/interface/statistics/lonstathelpers.pm:1.72
--- loncom/interface/statistics/lonstathelpers.pm:1.71 Mon Jul 15 14:33:02 2013
+++ loncom/interface/statistics/lonstathelpers.pm Mon Feb 3 18:49:30 2014
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstathelpers.pm,v 1.71 2013/07/15 14:33:02 bisitz Exp $
+# $Id: lonstathelpers.pm,v 1.72 2014/02/03 18:49:30 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1385,9 +1385,9 @@
$Str .= '<fieldset>';
my $timecheckbox = '<input type="checkbox" name="limit_by_time" ';
if (&limit_by_time()) {
- $timecheckbox .= ' checked ';
+ $timecheckbox .= 'checked="checked" ';
}
- $timecheckbox .= 'OnChange="javascript:toggle_limitby_activity(this.checked);" ';
+ $timecheckbox .= 'onchange="javascript:toggle_limitby_activity(this.checked);" ';
$timecheckbox .= ' />';
$Str .= '<legend><label>'.&mt('[_1] Limit by time',$timecheckbox).'</label></legend>';
$Str .= &mt('Start Time: [_1]',$startdateform).'<br />';
More information about the LON-CAPA-cvs
mailing list