[LON-CAPA-cvs] cvs: loncom /interface lonhtmlcommon.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 06 Jul 2006 22:51:36 -0000
albertel Thu Jul 6 18:51:36 2006 EDT
Modified files:
/loncom/interface lonhtmlcommon.pm
Log:
- fixing the broken select data links
Index: loncom/interface/lonhtmlcommon.pm
diff -u loncom/interface/lonhtmlcommon.pm:1.140 loncom/interface/lonhtmlcommon.pm:1.141
--- loncom/interface/lonhtmlcommon.pm:1.140 Mon Jul 3 16:00:20 2006
+++ loncom/interface/lonhtmlcommon.pm Thu Jul 6 18:51:34 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common html routines
#
-# $Id: lonhtmlcommon.pm,v 1.140 2006/07/03 20:00:20 albertel Exp $
+# $Id: lonhtmlcommon.pm,v 1.141 2006/07/06 22:51:34 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -467,14 +467,14 @@
$result .= &mt('[_1] [_2] [_3] ',
$monthselector,$dayselector,$yearselector);
if (!$nolink) {
- $result .= &mt('[_4]Select Date[_5]',$cal_link,'</a>');
+ $result .= &mt('[_1]Select Date[_2]',$cal_link,'</a>');
}
} else {
$result .= &mt('[_1] [_2] [_3] [_4] [_5]m [_6]s ',
$monthselector,$dayselector,$yearselector,
$hourselector,$minuteselector,$secondselector);
if (!$nolink) {
- $result .= &mt('[_7]Select Date[_8]',$cal_link,'</a>');
+ $result .= &mt('[_1]Select Date[_2]',$cal_link,'</a>');
}
}
$result .= "</span>\n<!-- end $dname date setting form -->\n";