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