stephan 2003/04/28 01:38:32
Modified: src/webapp/stylesheets/system status2html.xslt Log: Add patch from Antonio Gallardo, see http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=105151157428414&w=2 Revision Changes Path 1.5 +1 -1 cocoon-2.1/src/webapp/stylesheets/system/status2html.xslt Index: status2html.xslt =================================================================== RCS file: /home/cvs/cocoon-2.1/src/webapp/stylesheets/system/status2html.xslt,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- status2html.xslt 30 Mar 2003 12:48:32 -0000 1.4 +++ status2html.xslt 28 Apr 2003 08:38:32 -0000 1.5 @@ -35,7 +35,7 @@ <li> <span class="description"><xsl:value-of select="@status:name"/><xsl:text>: </xsl:text></span> <xsl:choose> - <xsl:when test="contains(@status:name,'memory')"> + <xsl:when test="contains(@status:name,'free') or contains(@status:name,'total')"> <xsl:call-template name="suffix"> <xsl:with-param name="bytes" select="number(.)"/> </xsl:call-template>
