Ignore:
Timestamp:
2012-08-16T16:28:59+12:00 (12 years ago)
Author:
sjm84
Message:

Fixed horizontal classifiers going off the edge of the page when there are many of them

File:
1 edited

Legend:

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

    r25929 r26118  
    124124            </xsl:when>
    125125            <xsl:when test="@childType = 'HList'">
    126                 <table><tr>
     126                <ul class="horizontalContainer">
    127127                    <xsl:for-each select='classifierNode'>
    128                         <td class="horizontalClassifierNode">
     128                        <li class="horizontalClassifierNode">
    129129                            <xsl:apply-templates select='.'>
    130130                                <xsl:with-param name='collName' select='$collName'/>
    131131                                <xsl:with-param name='serviceName' select='$serviceName'/>
    132132                            </xsl:apply-templates>
    133                         </td>
     133                        </li>
    134134                    </xsl:for-each>
    135                 </tr></table>
     135                </ul>
    136136                <xsl:for-each select='classifierNode'>
    137137                    <xsl:call-template name="processNodeChildren">
Note: See TracChangeset for help on using the changeset viewer.