Log Message:
-----------
set default library to NPL
cosmetic changes
Modified Files:
--------------
webwork2/lib/WeBWorK/ContentGenerator/Instructor:
SetMaker.pm
Revision Data
-------------
Index: SetMaker.pm
===================================================================
RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm,v
retrieving revision 1.83
retrieving revision 1.84
diff -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -u -r1.83 -r1.84
--- lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm
+++ lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm
@@ -747,7 +747,7 @@
}
$libs = CGI::br()."or Problems from".$libs if $libs ne '';
- my $these_widths = "width: 23ex";
+ my $these_widths = "width: 25ex";
if($have_local_sets ==0) {
$list_of_local_sets = [NO_LOCAL_SET_STRING];
@@ -786,7 +786,7 @@
print CGI::Tr(CGI::td({-class=>"InfoPanel", -align=>"center"},
"Browse ",
- CGI::submit(-name=>"browse_library", -value=>"Problem Library", -style=>$these_widths, @dis1),
+ CGI::submit(-name=>"browse_library", -value=>"National Problem Library", -style=>$these_widths, @dis1),
CGI::submit(-name=>"browse_local", -value=>"Local Problems", -style=>$these_widths, @dis2),
CGI::submit(-name=>"browse_mysets", -value=>"From This Course", -style=>$these_widths, @dis3),
CGI::submit(-name=>"browse_setdefs", -value=>"Set Definition Files", -style=>$these_widths, @dis4),
@@ -981,7 +981,7 @@
############# Default of which problem selector to display
- my $browse_which = $r->param('browse_which') || 'browse_local';
+ my $browse_which = $r->param('browse_which') || 'browse_library';
|