Changeset 26515


Ignore:
Timestamp:
2012-11-23T19:54:41+13:00 (11 years ago)
Author:
ak19
Message:

Minor changes to debuginfo display

Location:
main/trunk/greenstone3/web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/WEB-INF/classes/interface_default2.properties

    r26489 r26515  
    165165debuginfo.skinandlibdoc=The result of applying preprocess.xsl to skinandlib produces this stylesheet which is the final XSL document that will be applied to the XML data returned from the message router.
    166166debuginfo.formatedit=Web interface editor for editing Greenstone3 format statements.
    167 
     167debuginfo.refreshconfig=Refresh all the collection configuration files:
     168debuginfo.reconfigsite=Reconfigures the whole site. Reads in siteConfig.xml, reloads all the collections.
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/debuginfo.xsl

    r26484 r26515  
    4141      <!-- better to do the following with a util:getInterfaceText
    4242           so language independent -->
    43       <p>Refresh all the collection configuration files:</p>
     43      <p><xsl:value-of select="util:getInterfaceText($debug_property_file, /page/@lang, 'debuginfo.refreshconfig')"/></p>
    4444
    4545      <dl>
    4646        <dt>a=s&amp;sa=c</dt>
    4747
    48         <dd>
    49           Reconfigures the whole site. Reads in siteCog.xml,
    50           reloads all the collections.
     48        <dd><xsl:value-of select="util:getInterfaceText($debug_property_file, /page/@lang, 'debuginfo.reconfigsite')"/>
    5149        </dd>
    5250      </dl>
Note: See TracChangeset for help on using the changeset viewer.