From: Michael G. <ga...@ma...> - 2006-01-20 00:32:21
|
Hi Sam, I think the course_info.txt panel has to go on the right hand side, not the top. Look at http://webwork.math.rochester.edu/webwork2/fall05-mth162/ for an example of how I used it. If the info panel is on the top, you have to scroll down to get to the courses. (see http://devel.webwork.rochester.edu:8002/webwork2/ gage_course_single_sql ) Take care, Mike On Jan 19, 2006, at 7:22 PM, Sam Hathaway via activitymail wrote: > Log Message: > ----------- > backport to rel-2-1-patches (roll back part of change in version > 1.58.) > > Tags: > ---- > rel-2-1-patches > > Modified Files: > -------------- > webwork2/lib/WeBWorK/ContentGenerator: > ProblemSets.pm > > Revision Data > ------------- > Index: ProblemSets.pm > =================================================================== > RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/ > ProblemSets.pm,v > retrieving revision 1.56.2.1 > retrieving revision 1.56.2.2 > diff -Llib/WeBWorK/ContentGenerator/ProblemSets.pm -Llib/WeBWorK/ > ContentGenerator/ProblemSets.pm -u -r1.56.2.1 -r1.56.2.2 > --- lib/WeBWorK/ContentGenerator/ProblemSets.pm > +++ lib/WeBWorK/ContentGenerator/ProblemSets.pm > @@ -61,11 +61,7 @@ > } else { > print CGI::p(CGI::b("Course Info")); > } > - unless (-e $course_info_path) { # FIXME > - `echo "" >$course_info_path`; # we seem to need to have > this file > - # around to prevent > - # spurious errors when > editing it. > - } > + > if (-f $course_info_path) { #check that it's a plain file > my $text = eval { readFile($course_info_path) }; > if ($@) { > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through > log files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD > SPLUNK! > http://sel.as-us.falkag.net/sel? > cmd=lnk&kid=103432&bid=230486&dat=121642 > _______________________________________________ > OpenWeBWorK-CVS mailing list > Ope...@li... > https://lists.sf.net/lists/listinfo/openwebwork-cvs "Only dead fish swim with the stream." |