Ignore:
Timestamp:
2012-09-11T10:11:05+12:00 (12 years ago)
Author:
sjm84
Message:

Flip the markers used in the map features

File:
1 edited

Legend:

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

    r26143 r26159  
    8787            <table id="resultsTable">
    8888                <xsl:for-each select="pageResponse/documentNodeList/documentNode">
    89                     <tr class="document">
     89                    <tr id="div{@nodeID}" class="document">
    9090                        <xsl:apply-templates select="."/>
    9191                        <xsl:call-template name="documentNodePost"/>
     
    634634    <xsl:template name="mapFeaturesIcon">
    635635        <td style="padding-left:5px; padding-right:5px;" valign="top">
    636             <a href="javascript:focusDocument('{@nodeID}');"><img src="interfaces/{$interface_name}/images/bluemarker.png"/></a>
     636            <a href="javascript:focusDocument('{@nodeID}');"><img src="interfaces/default/images/map_marker.png"/></a>
    637637        </td>
    638638    </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.