Ignore:
Timestamp:
2008-08-18T11:18:20+12:00 (16 years ago)
Author:
kjdon
Message:

added a div, class-simplehelp, around the help stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/interfaces/classic/transform/help-common.xsl

    r14585 r16860  
    1414    <xsl:variable name="has_phrase"><xsl:choose><xsl:when test="serviceList/service[@name='PhindApplet']">1</xsl:when><xsl:otherwise>0</xsl:otherwise></xsl:choose></xsl:variable>
    1515    <xsl:variable name="numoptions" select="count(serviceList/service[@name='ClassifierBrowse']/classifierList[position() mod 2 = 1]/classifier)"/>
     16    <div class="simplehelp">
    1617    <h3><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help.simplehelpheading', $longCollName)"/></h3>
    1718    <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help.numbrowseoptions', $numoptions+$has_search+$has_phrase)"/>
     
    3839      <xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'help.Phraselong')" disable-output-escaping='yes'/>
    3940    </xsl:if>
    40    
     41    </div>
    4142  </xsl:template>
    4243 
Note: See TracChangeset for help on using the changeset viewer.