[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 1039 Revision 1040
812 812
813sub options { 813sub options {
814 my $self=shift; 814 my $self=shift;
815 my $out; 815 my $out;
816 $out .=join("", 816 $out .=join("",
817 CGI::startform("POST", $self->{r}->uri), 817 CGI::start_form("POST", $self->{r}->uri),
818 $self->hidden_authen_fields, 818 $self->hidden_authen_fields,
819 CGI::hr(), 819 CGI::hr(),
820 CGI::start_div({class=>"viewOptions"}), 820 CGI::start_div({class=>"viewOptions"}),
821 $self->viewOptions(),CGI::end_div(), 821 $self->viewOptions(),CGI::end_div(),
822 CGI::end_form()
822 ); 823 );
823return $out; 824return $out;
824 825
825} 826}
826##### logging subroutine #### 827##### logging subroutine ####

Legend:
Removed from v.1039  
changed lines
  Added in v.1040

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9