Diff for /loncom/xml/londefdef.pm between versions 1.376 and 1.377

version 1.376, 2007/09/10 19:50:20 version 1.377, 2007/09/10 20:09:13
Line 581  sub start_body { Line 581  sub start_body {
   
  }   }
  $currentstring.=&Apache::lonxml::message_location();   $currentstring.=&Apache::lonxml::message_location();
    $currentstring.=&Apache::lonmenu::constspaceform();
  $currentstring.=&Apache::londefdef::edit_controls();   $currentstring.=&Apache::londefdef::edit_controls();
     } elsif ($target eq 'tex') {      } elsif ($target eq 'tex') {
  $currentstring = '\begin{document}';     $currentstring = '\begin{document}';  
Line 589  sub start_body { Line 590  sub start_body {
 }  }
   
 sub edit_controls {  sub edit_controls {
     my $result = &Apache::lonmenu::constspaceform();      my $result .= (<<EDITBUTTON);
     $result .= (<<EDITBUTTON);  
 <form method="post">  <form method="post">
 <input type="submit" name="editmode" accesskey="e" value="Edit" />  <input type="submit" name="editmode" accesskey="e" value="Edit" />
 </form>  </form>

Removed from v.1.376  
changed lines
  Added in v.1.377


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