assets/index.xsl in fief-0.0.1 vs assets/index.xsl in fief-0.0.2
- old
+ new
@@ -96,11 +96,11 @@
<xsl:value-of select="position() + 2"/>
</xsl:for-each>
<xsl:text>,1]]</xsl:text>
</xsl:attribute>
<colgroup>
- <col style="width: 2.5em;"/>
+ <col/>
<xsl:for-each select="fief/titles/title">
<xsl:sort select="."/>
<col/>
</xsl:for-each>
<col/>
@@ -187,9 +187,14 @@
<xsl:template match="m">
<td class="num">
<xsl:attribute name="data-sort-value">
<xsl:copy-of select="."/>
</xsl:attribute>
+ <xsl:if test="@alert">
+ <xsl:attribute name="class">
+ <xsl:text>firebrick</xsl:text>
+ </xsl:attribute>
+ </xsl:if>
<xsl:copy-of select="."/>
</td>
</xsl:template>
<xsl:template match="node()|@*">
<xsl:copy>