Ignore:
Timestamp:
2003-04-15T10:50:26+12:00 (21 years ago)
Author:
kjdon
Message:

all stuff for the page generated by teh Receptionist (config and display) is now put into a pageExtra element, so actions only need to append one extra piece to the page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/action/SystemAction.java

    r4106 r4144  
    3030    page.setAttribute(GSXML.LANG_ATT, lang);
    3131
    32     // add the lang stuff from message
    33     page.appendChild(doc_.importNode(GSXML.getChildByTagName(message, GSXML.DISPLAY_ELEM), true));
    34     // add the system stuff from message
    35     page.appendChild(doc_.importNode(GSXML.getChildByTagName(message, GSXML.CONFIGURATION_ELEM), true));
     32    // add the page extra stuff from message
     33    page.appendChild(doc_.importNode(GSXML.getChildByTagName(message, GSXML.PAGE_EXTRA_ELEM), true));
    3634
    3735    String coll = (String)params.get(GSCGI.COLLECTION_ARG);
Note: See TracChangeset for help on using the changeset viewer.