--- loncom/interface/spreadsheet/lonspreadsheet.pm 2003/09/05 01:06:45 1.23
+++ loncom/interface/spreadsheet/lonspreadsheet.pm 2004/04/26 14:06:00 1.37
@@ -1,5 +1,5 @@
#
-# $Id: lonspreadsheet.pm,v 1.23 2003/09/05 01:06:45 matthew Exp $
+# $Id: lonspreadsheet.pm,v 1.37 2004/04/26 14:06:00 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -62,6 +62,8 @@ use Apache::assesscalc();
use Apache::Constants qw(:common :http);
use Apache::lonnet;
use Apache::lonhtmlcommon;
+use Apache::lonlocal;
+use Apache::loncoursedata();
use HTML::Entities();
##
@@ -70,8 +72,8 @@ use HTML::Entities();
sub textfield {
my ($title,$name,$value)=@_;
- return "\n
$title:
".
- '';
+ return "\n
$title:
".
+ '';
}
sub hiddenfield {
@@ -81,11 +83,11 @@ sub hiddenfield {
sub selectbox {
my ($title,$name,$value,%options)=@_;
- my $selout="\n
$title:
".'