Changeset 33210 for main/trunk


Ignore:
Timestamp:
2019-06-24T13:13:30+12:00 (5 years ago)
Author:
davidb
Message:

Changed to use $interface_name to work better with other interfaces that redefine these images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/help.xsl

    r26484 r33210  
    8282        <table>
    8383            <tr>
    84                 <td colspan="2"><img src="interfaces/default/images/bookshelf.png"/></td>
     84                <td colspan="2"><img src="interfaces/{$interface_name}/images/bookshelf.png"/></td>
    8585                <td><xsl:value-of disable-output-escaping="yes" select="util:getInterfaceText($help_interface_name, /page/@lang, 'help.openbookshelf')"/></td>
    8686            </tr>
    8787            <tr>
    88                 <td><img src="interfaces/default/images/previous.png"/></td>
    89                 <td><img src="interfaces/default/images/next.png"/></td>
     88                <td><img src="interfaces/{$interface_name}/images/previous.png"/></td>
     89                <td><img src="interfaces/{$interface_name}/images/next.png"/></td>
    9090                <td><xsl:value-of disable-output-escaping="yes" select="util:getInterfaceText($help_interface_name, /page/@lang, 'help.sectionarrows')"/></td>
    9191            </tr>
Note: See TracChangeset for help on using the changeset viewer.