Diff for /loncom/interface/statistics/lonstudentsubmissions.pm between versions 1.51 and 1.52

version 1.51, 2008/12/11 14:55:27 version 1.52, 2008/12/12 05:52:26
Line 265  sub prepare_html_output { Line 265  sub prepare_html_output {
                     $headers{'response'} .=                      $headers{'response'} .=
                         '<th colspan="'.scalar(@headers).'">'.                          '<th colspan="'.scalar(@headers).'">'.
                         &mt('Response [_1]',$responses->[$i]).'</th>';                          &mt('Response [_1]',$responses->[$i]).'</th>';
                     $headers{'student'}.= '<th>'.join('</th><th><span class="LC_nobreak">',                      $headers{'student'}.= '<th><span class="LC_nobreak">'.
                                             join('</span></th><th><span class="LC_nobreak">',
                                                       @headers).                                                        @headers).
                                                           '</span></th>';                                                            '</span></th>';
                 }                  }
Line 1166  sub CreateInterface { Line 1167  sub CreateInterface {
                     '<input type="text" name="stats_status"'                      '<input type="text" name="stats_status"'
                    .' size="60" value="" readonly="readonly" />')                     .' size="60" value="" readonly="readonly" />')
            .'</span></p>';             .'</span></p>';
       $Str .= '</p>';
     ##      ##
     return $Str;      return $Str;
 }  }

Removed from v.1.51  
changed lines
  Added in v.1.52


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>