--- loncom/interface/spreadsheet/lonspreadsheet.pm 2003/10/11 14:04:54 1.27 +++ loncom/interface/spreadsheet/lonspreadsheet.pm 2004/01/15 03:18:20 1.32 @@ -1,5 +1,5 @@ # -# $Id: lonspreadsheet.pm,v 1.27 2003/10/11 14:04:54 www Exp $ +# $Id: lonspreadsheet.pm,v 1.32 2004/01/15 03:18:20 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -72,8 +72,8 @@ use HTML::Entities(); sub textfield { my ($title,$name,$value)=@_; - return "\n

$title:
". - ''; + return "\n

$title:
". + ''; } sub hiddenfield { @@ -83,7 +83,7 @@ sub hiddenfield { sub selectbox { my ($title,$name,$value,%options)=@_; - my $selout="\n

$title:
".''; foreach (sort keys(%options)) { $selout.='

'); $r->print(&hiddenfield('sname' ,$ENV{'form.sname'}). &hiddenfield('sdomain',$ENV{'form.sdomain'}). @@ -466,11 +472,9 @@ END $r->rflush(); # $r->print(""); - if ($sheettype eq 'classcalc') { - $r->print(''); - } + $r->print(''); if ($allowed_to_view) { $r->print('
'. - ''. + ''. &Apache::loncommon::help_open_topic("Spreadsheet_About",