Changeset 35813


Ignore:
Timestamp:
2021-12-14T13:29:37+13:00 (2 years ago)
Author:
cstephen
Message:

Format classifier node to place berry and favourite icons on the left-hand side, per David's request.

File:
1 edited

Legend:

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

    r35812 r35813  
    285285    <xsl:param name="collName" />
    286286    <xsl:param name="serviceName" />
    287     <xsl:apply-templates select=".">
    288       <xsl:with-param name="collName" select="$collName" />
    289       <xsl:with-param name="serviceName" select="$serviceName" />
    290     </xsl:apply-templates>
     287
    291288    <!-- The berry/favourite (optional) -->
    292289    <td valign="top">
     
    297294        <xsl:call-template name="documentFavouriteForClassifierOrSearchPage" />
    298295      </xsl:if>
    299 
    300     </td>
     296    </td>
     297
     298    <xsl:apply-templates select=".">
     299      <xsl:with-param name="collName" select="$collName" />
     300      <xsl:with-param name="serviceName" select="$serviceName" />
     301    </xsl:apply-templates>
     302   
    301303    <xsl:call-template name="documentNodePost" />
    302304  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.