Make the div hide, not the table. Add newlines.

This commit is contained in:
Steve Checkoway
2007-04-09 03:37:58 +00:00
parent 137c9dd104
commit 31174bded7
+4 -1
View File
@@ -143,6 +143,7 @@
<xsl:with-param name="path" select="$docs/sm:Classes/sm:Class[@name=$name]" />
</xsl:apply-templates>
</table>
<br />
</div>
</div>
</xsl:template>
@@ -198,7 +199,8 @@
<a class="trigger" onclick="Toggle('{@name}')">
<img src="closed.gif" id="img_{@name}" alt="" />
Enum <xsl:value-of select="@name" /></a>
<table style="display: none" id="list_{@name}">
<div style="display: none" id="list_{@name}">
<table>
<tr>
<th>Enum</th>
<th>Value</th>
@@ -212,6 +214,7 @@
</xsl:for-each>
</table>
<br />
</div>
</div>
</xsl:template>