| … | |
… | |
| 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}); |