Changeset 3876 for trunk/gsdl3


Ignore:
Timestamp:
2003-03-13T14:57:23+13:00 (21 years ago)
Author:
mdewsnip
Message:

Added check so no empty services table is generated if there are no services (this causes Netscape 4 problems).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/interfaces/default/transform/about.xsl

    r3788 r3876  
    6262<xsl:variable name="library" select="ancestor::page/config/library_name"/>
    6363<h2><xsl:call-template name="text"><xsl:with-param name="key">about.services</xsl:with-param></xsl:call-template></h2>
     64<xsl:if test="count(service) > 0">
    6465<table>
    6566<xsl:for-each select="service">
     
    7677</xsl:for-each>
    7778</table>
     79</xsl:if>
    7880<xsl:call-template name="greenBar"/>
    7981</xsl:template>
Note: See TracChangeset for help on using the changeset viewer.