Diff for /loncom/homework/grades.pm between versions 1.596.2.12.2.53 and 1.596.2.12.2.54

version 1.596.2.12.2.53, 2020/09/08 15:48:41 version 1.596.2.12.2.54, 2020/09/10 00:39:46
Line 9203  END Line 9203  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.596.2.12.2.53  
changed lines
  Added in v.1.596.2.12.2.54


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