[LON-CAPA-cvs] cvs: loncom /interface/statistics lonstathelpers.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Fri, 08 Apr 2005 13:35:51 -0000
albertel Fri Apr 8 09:35:51 2005 EDT
Modified files:
/loncom/interface/statistics lonstathelpers.pm
Log:
- I love <label>
Index: loncom/interface/statistics/lonstathelpers.pm
diff -u loncom/interface/statistics/lonstathelpers.pm:1.48 loncom/interface/statistics/lonstathelpers.pm:1.49
--- loncom/interface/statistics/lonstathelpers.pm:1.48 Thu Apr 7 13:12:09 2005
+++ loncom/interface/statistics/lonstathelpers.pm Fri Apr 8 09:35:50 2005
@@ -1,6 +1,6 @@
# The LearningOnline Network with CAPA
#
-# $Id: lonstathelpers.pm,v 1.48 2005/04/07 17:12:09 matthew Exp $
+# $Id: lonstathelpers.pm,v 1.49 2005/04/08 13:35:50 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1252,7 +1252,7 @@
}
$timecheckbox .= 'OnChange="javascript:toggle_limitby_activity(this.checked);" ';
$timecheckbox .= ' />';
- $Str .= '<legend>'.&mt('[_1] Limit by time',$timecheckbox).'</legend>';
+ $Str .= '<legend><label>'.&mt('[_1] Limit by time',$timecheckbox).'</label></legend>';
$Str .= &mt('Start Time: [_1]',$startdateform).'<br />';
$Str .= &mt(' End Time: [_1]',$enddateform).'<br />';
$Str .= '</fieldset>';