Changeset 8638


Ignore:
Timestamp:
2004-11-23T16:45:48+13:00 (19 years ago)
Author:
nzdl
Message:

changed the description output slightly

File:
1 edited

Legend:

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

    r8532 r8638  
    4141      <xsl:with-param name="collName" select="$collName"/></xsl:apply-templates>
    4242    <xsl:call-template name="dividerBar"/>
     43    <xsl:if test="displayItem[@name='description']">
    4344    <h3><xsl:value-of select="util:getInterfaceText($interface_name, /page/@lang, 'about.aboutcoll')"/></h3>
    44     <table><tr><td><xsl:value-of select="displayItem[@name='description']" disable-output-escaping='yes'/></td></tr></table>
    45     <p />
     45    <p><xsl:value-of select="displayItem[@name='description']" disable-output-escaping='yes'/></p>
     46    </xsl:if>
    4647    <xsl:apply-templates select="." mode="simplehelp"/>
    4748  </xsl:template>
Note: See TracChangeset for help on using the changeset viewer.