--- loncom/interface/spreadsheet/Spreadsheet.pm 2003/05/23 21:03:29 1.6 +++ loncom/interface/spreadsheet/Spreadsheet.pm 2003/05/27 20:36:02 1.7 @@ -1,5 +1,5 @@ # -# $Id: Spreadsheet.pm,v 1.6 2003/05/23 21:03:29 matthew Exp $ +# $Id: Spreadsheet.pm,v 1.7 2003/05/27 20:36:02 matthew Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1158,8 +1158,8 @@ sub html_template_row { for (my $i = 0; $i<=$#rowdata; $i++) { my $cell = $rowdata[$i]; if ($i < $num_uneditable) { - $row_html .= ''. - &html_editable_cell($cell,'#DDCCFF',$allowed).''; + $row_html .= ''. + &html_uneditable_cell($cell,'#FFDDDD',$allowed).''; } else { $row_html .= ''. &html_editable_cell($cell,'#EOFFDD',$allowed).'';