From: jj v. a. <we...@ma...> - 2005-07-26 17:37:51
|
Log Message: ----------- The two middle parts of the top area really go together, so the line between them is now less emphatic. Modified Files: -------------- webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor: SetMaker.pm Revision Data ------------- Index: SetMaker.pm =================================================================== RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm,v retrieving revision 1.40 retrieving revision 1.41 diff -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -u -r1.40 -r1.41 --- lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm +++ lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm @@ -540,7 +540,8 @@ $libs, )); - print CGI::Tr(CGI::td({-bgcolor=>"black"})); + #print CGI::Tr(CGI::td({-bgcolor=>"black"})); + print CGI::hr(); if ($browse_which eq 'browse_local') { $self->browse_local_panel($library_selected); |