Ignore:
Timestamp:
2003-08-07T16:23:08+12:00 (21 years ago)
Author:
kjdon
Message:

service descriptions now include a displayItem called description which is, funnily enough, a description of the service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2Construct.java

    r5098 r5107  
    8484    description.setAttribute(GSXML.NAME_ATT, service);
    8585    description.appendChild(GSXML.createDisplayTextElement(this.doc, GSXML.DISPLAY_TEXT_NAME,  getTextString(service+".name", lang)));
     86    description.appendChild(GSXML.createDisplayTextElement(this.doc, GSXML.DISPLAY_TEXT_DESCRIPTION,  getTextString(service+".description", lang)));
    8687    description.appendChild(GSXML.createDisplayTextElement(this.doc,  GSXML.DISPLAY_TEXT_SUBMIT, getTextString(service+".submit", lang)));
    8788
Note: See TracChangeset for help on using the changeset viewer.