Ignore:
Timestamp:
2004-08-18T14:29:19+12:00 (20 years ago)
Author:
kjdon
Message:

made the classifier table width 100% so that its not centered

File:
1 edited

Legend:

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

    r7761 r7986  
    5959    <xsl:param name="collName"/>
    6060    <xsl:param name="serviceName"/>
    61     <table>
     61    <table width='100%'>
    6262      <xsl:for-each select='classifierNode|documentNode'>
    6363    <tr valign='top'><xsl:apply-templates select='.'><xsl:with-param name='collName' select='$collName'/><xsl:with-param name='serviceName' select='$serviceName'/></xsl:apply-templates></tr>
Note: See TracChangeset for help on using the changeset viewer.