Ignore:
Timestamp:
2012-09-12T11:08:25+12:00 (12 years ago)
Author:
sjm84
Message:

Changed sectionHeader to sectionHeading

Location:
main/trunk/greenstone3/web/interfaces/default/transform
Files:
2 edited

Legend:

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

    r25972 r26175  
    182182                            <xsl:text> </xsl:text>
    183183                        </xsl:if>
    184                         <xsl:call-template name="sectionHeader"/>
     184                        <xsl:call-template name="sectionHeading"/>
    185185                    </a>
    186186                </td>
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl

    r26140 r26175  
    7878    </xsl:template>
    7979   
    80     <xsl:template name="sectionHeader">
     80    <xsl:template name="sectionHeading">
    8181        <xsl:call-template name="sectionTitle"/>
    8282    </xsl:template>
     
    151151                    </xsl:if>
    152152                    <!-- Display the title for the section regardless of whether automatic section numbering is turned on -->
    153                     <span><xsl:call-template name="sectionHeader"/></span>
     153                    <span><xsl:call-template name="sectionHeading"/></span>
    154154                </p>
    155155            </td>
Note: See TracChangeset for help on using the changeset viewer.