[system] / branches / rel-2-3-dev / webwork2 / lib / WeBWorK / ContentGenerator / Instructor / Index.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-3-dev/webwork2/lib/WeBWorK/ContentGenerator/Instructor/Index.pm

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

Revision 997 Revision 998
29 my $authen_args = $self->url_authen_args(); 29 my $authen_args = $self->url_authen_args();
30 30
31 my $prof_url = $ce->{webworkURLs}->{oldProf}; 31 my $prof_url = $ce->{webworkURLs}->{oldProf};
32 my $full_url = "$prof_url?course=$courseName&$authen_args"; 32 my $full_url = "$prof_url?course=$courseName&$authen_args";
33 my $userEditorURL = "users/?" . $self->url_args; 33 my $userEditorURL = "users/?" . $self->url_args;
34 my $problemSetEditorURL = "set/?" . $self->url_args; 34 my $problemSetEditorURL = "sets/?" . $self->url_args;
35 35
36 return 36 return
37 CGI::p("\n". 37 CGI::p("\n".
38 CGI::a({href=>$userEditorURL}, "Users"). " - View and edit data and settings for users of $courseName" . CGI::br(). "\n". 38 CGI::a({href=>$userEditorURL}, "Users"). " - View and edit data and settings for users of $courseName" . CGI::br(). "\n".
39 CGI::a({href=>$problemSetEditorURL}, "Problem Sets"). " - View and edit settings for problem sets in $courseName".CGI::br()."\n" 39 CGI::a({href=>$problemSetEditorURL}, "Problem Sets"). " - View and edit settings for problem sets in $courseName".CGI::br()."\n"

Legend:
Removed from v.997  
changed lines
  Added in v.998

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9