Ignore:
Timestamp:
2012-04-24T11:37:36+12:00 (12 years ago)
Author:
sjm84
Message:

A minor format edit and adding a docEdit cgi parameter to control when the on-page format editing is on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r25356 r25461  
    6060    public static final String DISPLAY_METADATA = "dmd";
    6161    public static final String FILE_LOCATION = "fl";
     62    public static final String DOC_EDIT = "docEdit";
    6263
    6364    //Administration
     
    100101        addParameter(INLINE_TEMPLATE, false);
    101102        addParameter(DISPLAY_METADATA, false);
     103        addParameter(DOC_EDIT, false);
    102104        addParameter(PASSWORD, false);
    103105        addParameter(S_PASSWORD, false);
Note: See TracChangeset for help on using the changeset viewer.