[system] / trunk / webwork2 / lib / WeBWorK / ContentGenerator / Problem.pm Repository:
ViewVC logotype

Diff of /trunk/webwork2/lib/WeBWorK/ContentGenerator/Problem.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 818 Revision 903
493 CGI::endform(); 493 CGI::endform();
494 494
495 495
496 496
497 } 497 }
498 # FIXME print editor link
499 print CGI::a({-href=>"/webwork/$courseName/instructor/pgProblemEditor/".$set->set_id.
500 '/'.$problem->problem_id.'?'.$self->url_authen_args},'Edit this page');
498 print CGI::end_div(); 501 print CGI::end_div();
499 # end answer inspection button 502 # end answer inspection button
500 # warning output 503 # warning output
501 if ($pg->{warnings} ne "") { 504 if ($pg->{warnings} ne "") {
502 print CGI::hr(), $self->warningOutput($pg->{warnings}); 505 print CGI::hr(), $self->warningOutput($pg->{warnings});

Legend:
Removed from v.818  
changed lines
  Added in v.903

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9