Ignore:
Timestamp:
2014-11-14T19:08:29+13:00 (9 years ago)
Author:
ak19
Message:

DebugInfo now switched on when passing debug=yes, previously it only recognised on, true and 1. More params added to the debuginfo page. Don't yet know of a working example for the inline template parameter, itl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/layouts/header.xsl

    r29314 r29433  
    411411            </li>
    412412            <!-- debuginfo (doesn't use class="ui-state-error" since the text is not legible due to inherited text-colour) -->
    413             <xsl:if test="/page/pageRequest/paramList/param[(@name='debug') and (@value='on' or @value='true' or @value='1')]">
     413            <xsl:if test="/page/pageRequest/paramList/param[(@name='debug') and (@value='on' or @value='true' or @value='1' or @value='yes')]">
    414414                <li>
    415415                    <a href="{$library_name}/collection/{$collNameChecked}/page/debug">
Note: See TracChangeset for help on using the changeset viewer.