Changeset 25469 for main


Ignore:
Timestamp:
2012-04-24T16:31:34+12:00 (12 years ago)
Author:
ak19
Message:

Instead of debuginfo, need to use debug=1 (or true or on) as suffix to URL.

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

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/interfaceConfig.xml

    r25457 r25469  
    44      <subaction name='home' xslt='pages/home.xsl'/>
    55      <subaction name='about' xslt='pages/about.xsl'/>
    6       <subaction name='debuginfo' xslt='pages/debuginfo.xsl'/>
     6      <subaction name='debug' xslt='pages/debuginfo.xsl'/>
    77      <subaction name='pref' xslt='pages/pref.xsl'/>
    88      <subaction name='help' xslt='pages/help.xsl'/>
  • main/trunk/greenstone3/web/interfaces/oran/transform/layouts/header.xsl

    r25457 r25469  
    299299                </xsl:choose>
    300300            </li>
    301             <!-- debuginfo -->
    302             <xsl:if test="/page/pageRequest/paramList/param[(@name='debuginfo') and (@value='on' or @value='true' or @value='1')]">
     301            <!-- debuginfo (doesn't use class="ui-state-error" since the text is not legible due to inherited text-colour) -->
     302            <xsl:if test="/page/pageRequest/paramList/param[(@name='debug') and (@value='on' or @value='true' or @value='1')]">
    303303              <li class="ui-state-default ui-corner-all">
    304304                <a href="{$library_name}/collection/{$collNameChecked}/page/debuginfo">
Note: See TracChangeset for help on using the changeset viewer.