--- loncom/interface/spreadsheet/lonspreadsheet.pm 2003/09/29 14:00:21 1.25
+++ loncom/interface/spreadsheet/lonspreadsheet.pm 2004/02/24 20:47:14 1.34
@@ -1,5 +1,5 @@
#
-# $Id: lonspreadsheet.pm,v 1.25 2003/09/29 14:00:21 www Exp $
+# $Id: lonspreadsheet.pm,v 1.34 2004/02/24 20:47:14 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -63,6 +63,7 @@ use Apache::Constants qw(:common :http);
use Apache::lonnet;
use Apache::lonhtmlcommon;
use Apache::lonlocal;
+use Apache::loncoursedata();
use HTML::Entities();
##
@@ -71,8 +72,8 @@ use HTML::Entities();
sub textfield {
my ($title,$name,$value)=@_;
- return "\n
$title:
".
- '';
+ return "\n
$title:
".
+ '';
}
sub hiddenfield {
@@ -82,11 +83,11 @@ sub hiddenfield {
sub selectbox {
my ($title,$name,$value,%options)=@_;
- my $selout="\n
$title:
".'