Diff for /loncom/homework/grades.pm between versions 1.775 and 1.776

version 1.775, 2020/09/08 13:44:33 version 1.776, 2020/09/09 23:01:12
Line 9472  END Line 9472  END
                             if ($count > 1) {                              if ($count > 1) {
                                 $formatextra = '<div style="display:none" id="bubbletype">'.                                  $formatextra = '<div style="display:none" id="bubbletype">'.
                                                '<span class="LC_nobreak">'.                                                 '<span class="LC_nobreak">'.
                                                &mt('Bubblesheet type:').'&nbsp;'.                                                 &mt('Bubblesheet type').':&nbsp;'.
                                                &scantron_scantab().'</span></div>';                                                 &scantron_scantab().'</span></div>';
                                 $onclick = ' onclick="toggleScantab(this.form);"';                                  $onclick = ' onclick="toggleScantab(this.form);"';
                                 $formatjs = <<"END";                                  $formatjs = <<"END";

Removed from v.1.775  
changed lines
  Added in v.1.776


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