From: Sam H. v. a. <we...@ma...> - 2005-09-22 18:58:19
|
Log Message: ----------- changed label for context URL to "Click this link to see the page from which the user sent feedback". Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator: Feedback.pm Revision Data ------------- Index: Feedback.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Feedback.pm,v retrieving revision 1.32 retrieving revision 1.33 diff -Llib/WeBWorK/ContentGenerator/Feedback.pm -Llib/WeBWorK/ContentGenerator/Feedback.pm -u -r1.32 -r1.33 --- lib/WeBWorK/ContentGenerator/Feedback.pm +++ lib/WeBWorK/ContentGenerator/Feedback.pm @@ -231,7 +231,9 @@ "generated by the WeBWorK system at", "$hostname:$port, in response to a request from", "$remoteIdent\@$remoteHost."), "\n\n"; - print $MAIL "Context: $emailableURL\n\n"; + + print $MAIL "Click this link to see the page from which the user sent feedback:\n", + "$emailableURL\n\n"; if ($feedback) { print $MAIL |