[Openvas-commits] r11933 - in trunk/gsa: . src/html
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 2 08:15:02 CET 2011
Author: mattm
Date: 2011-11-02 08:14:57 +0100 (Wed, 02 Nov 2011)
New Revision: 11933
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/omp.xsl
Log:
* src/html/omp.xsl (cpe-details): Add width to Name column, otherwise it's
all crammed up when there's only one row. Separate note from table by
adding P.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-11-02 07:11:04 UTC (rev 11932)
+++ trunk/gsa/ChangeLog 2011-11-02 07:14:57 UTC (rev 11933)
@@ -1,5 +1,11 @@
2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/html/omp.xsl (cpe-details): Add width to Name column, otherwise it's
+ all crammed up when there's only one row. Separate note from table by
+ adding P.
+
+2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/html/omp.xsl: Remove "Back to" from all "Back to" links.
2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl 2011-11-02 07:11:04 UTC (rev 11932)
+++ trunk/gsa/src/html/omp.xsl 2011-11-02 07:14:57 UTC (rev 11933)
@@ -8579,7 +8579,7 @@
</div>
<table>
<tr>
- <td><b>Name</b></td>
+ <td width="100"><b>Name</b></td>
<td>
<b>
<xsl:value-of select="cpe/cpe:cpe-item/@name"/>
@@ -8610,8 +8610,10 @@
</xsl:if>
</table>
<xsl:if test="count(cpe/cpe:cpe-item/cpe:title) = 0">
- This CPE doesn't appear in the CPE dictionary but is referenced by one
- or more CVE.
+ <p>
+ This CPE doesn't appear in the CPE dictionary but is referenced by one
+ or more CVE.
+ </p>
</xsl:if>
<xsl:choose>
<xsl:when test="count(cpe/cves/cve) = 0">
More information about the Openvas-commits
mailing list