Changeset 6832


Ignore:
Timestamp:
2004-02-18T16:01:04+13:00 (20 years ago)
Author:
kjdon
Message:

changed the range of modes from 0-3 to 1-4 cos this is what teh code uses. so now the default mode is librarian not lib assistant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/classes/xml/config.xml

    r6660 r6832  
    4444    <!-- How many folders deep should we recurse before suspecting a cyclic path? [40] -->
    4545    <Argument name="general.max_folder_depth">40</Argument>
    46     <!-- The mode controls what level a detail is presented to the user - ranging from a basic, no regex, no perl experience up to complete details for all processes. The values, ranging from lowest to highest detail, are: 0 = Assistant, 1 = Librarian, 2 = Systems, 3 = Expert [default 1]-->
    47     <Argument name="general.mode">1</Argument>
     46    <!-- The mode controls what level a detail is presented to the user - ranging from a basic, no regex, no perl experience up to complete details for all processes. The values, ranging from lowest to highest detail, are: 1 = Assistant, 2 = Librarian, 3 = Systems, 4 = Expert [default 2]-->
     47    <Argument name="general.mode">2</Argument>
    4848    <Argument name="general.open_collection"></Argument>
    4949    <!-- The application launching command used when previewing the collection. [default -blank-] -->
Note: See TracChangeset for help on using the changeset viewer.