Changeset 8587 for trunk/gsdl3/web


Ignore:
Timestamp:
2004-11-17T13:21:24+13:00 (19 years ago)
Author:
nzdl
Message:

made the horizontal a-z list left aligned instead of centered

File:
1 edited

Legend:

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

    r8005 r8587  
    3333    <xsl:choose>
    3434      <xsl:when test="classifierNode">
     35      <div align='left'>
    3536    <xsl:for-each select='classifierNode'>
    3637      <xsl:apply-templates select='.' mode="horizontal"><xsl:with-param name='collName' select='$collName'/><xsl:with-param name='serviceName' select='$serviceName'/></xsl:apply-templates>
    3738    </xsl:for-each>
     39    </div>
    3840    <table width='100%'>
    3941      <tr valign='top'>
Note: See TracChangeset for help on using the changeset viewer.