--- 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 .= '<td bgcolor="#DDCCFF">'.
-                &html_editable_cell($cell,'#DDCCFF',$allowed).'</td>';
+	    $row_html .= '<td bgcolor="#FFDDDD">'.
+                &html_uneditable_cell($cell,'#FFDDDD',$allowed).'</td>';
         } else {
 	    $row_html .= '<td bgcolor="#EOFFDD">'.
                 &html_editable_cell($cell,'#EOFFDD',$allowed).'</td>';