From: Arnie P. v. a. <we...@ma...> - 2008-07-01 14:27:40
|
Log Message: ----------- Added a "NPL Directory" button to the Library Browser giving access to all the directories in the NPL Tags: ---- rel-2-4-patches Modified Files: -------------- webwork2/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v retrieving revision 1.189.2.7.2.6 retrieving revision 1.189.2.7.2.7 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.189.2.7.2.6 -r1.189.2.7.2.7 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -386,9 +386,12 @@ # # would add two buttons, one for the Rochester library and one for the ASU # library, provided templates/rochester and templates/asu exists either as -# subdirectories or links to other directories. +# subdirectories or links to other directories. The "NPL Directory" button +# activated below gives access to all the directories in the National +# Problem Library. # $courseFiles{problibs} = { + Library => "NPL Directory", # rochesterLibrary => "Rochester", # asuLibrary => "Arizona State", # dcdsLibrary => "Detroit CDS", |