[Openvas-commits] r6803 - in trunk/gsa: . src/html/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 22 13:31:53 CET 2010
Author: mattm
Date: 2010-02-22 13:31:51 +0100 (Mon, 22 Feb 2010)
New Revision: 6803
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/src/omp.xsl
Log:
* src/html/src/omp.xsl (note): Decrease max to 35 so NVT name always fits
on a single line.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2010-02-22 12:13:37 UTC (rev 6802)
+++ trunk/gsa/ChangeLog 2010-02-22 12:31:51 UTC (rev 6803)
@@ -1,5 +1,10 @@
2010-02-22 Matthew Mundell <matthew.mundell at intevation.de>
+ * src/html/src/omp.xsl (note): Decrease max to 35 so NVT name always fits
+ on a single line.
+
+2010-02-22 Matthew Mundell <matthew.mundell at intevation.de>
+
* src/html/src/omp.xsl (note-detailed): Put the "Last modified" line
after the button float, so that Konqueror keeps the buttons inside the
box.
Modified: trunk/gsa/src/html/src/omp.xsl
===================================================================
--- trunk/gsa/src/html/src/omp.xsl 2010-02-22 12:13:37 UTC (rev 6802)
+++ trunk/gsa/src/html/src/omp.xsl 2010-02-22 12:31:51 UTC (rev 6803)
@@ -4081,7 +4081,7 @@
</xsl:variable>
<tr class="{$class}">
<td>
- <xsl:variable name="max" select="40"/>
+ <xsl:variable name="max" select="35"/>
<xsl:choose>
<xsl:when test="string-length(nvt/name) > $max">
<xsl:value-of select="substring(nvt/name, 0, $max)"/>...
More information about the Openvas-commits
mailing list