Log Message:
-----------
Added a "NPL Directory" button to the Library Browser giving access to
all the directories in the NPL
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.208
retrieving revision 1.209
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.208 -r1.209
--- 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",
|