Diff for /loncom/homework/edit.pm between versions 1.50 and 1.51

version 1.50, 2003/05/09 22:10:12 version 1.51, 2003/05/10 23:04:58
Line 627  sub entercoordpair { Line 627  sub entercoordpair {
  $formwidth='&formwidth='.$width.'_'.$Apache::edit::bgimgsrccurdepth;   $formwidth='&formwidth='.$width.'_'.$Apache::edit::bgimgsrccurdepth;
     }      }
     my $result = <<"ENDBUTTON";      my $result = <<"ENDBUTTON";
 <a href="/cgi-bin/imagechoice.pl?mode=pair&formname=$form&file=$bgfile$formheight$formwidth"  <a href="/cgi-bin/imagechoice.pl?mode=pair&formname=$form&file=$bgfile$formheight$formwidth&formcoord=$element"
 target="imagechoice">Click Coordinate Pair</a>  target="imagechoice">Click Coordinate Pair</a>
 ENDBUTTON  ENDBUTTON
     return $result;      return $result;

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


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