[Openvas-commits] r6180 - in trunk/gsa: . src/html/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 17 17:59:17 CET 2009
Author: mattm
Date: 2009-12-17 17:59:15 +0100 (Thu, 17 Dec 2009)
New Revision: 6180
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/src/omp.xsl
Log:
* src/html/src/omp.xsl (html-config-table): Bold name.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2009-12-17 16:55:11 UTC (rev 6179)
+++ trunk/gsa/ChangeLog 2009-12-17 16:59:15 UTC (rev 6180)
@@ -1,5 +1,9 @@
2009-12-17 Matthew Mundell <matthew.mundell at intevation.de>
+ * src/html/src/omp.xsl (html-config-table): Bold name.
+
+2009-12-17 Matthew Mundell <matthew.mundell at intevation.de>
+
Improve cross referencing.
* src/html/src/omp.xsl (html-report-table): Add config and target to
Modified: trunk/gsa/src/html/src/omp.xsl
===================================================================
--- trunk/gsa/src/html/src/omp.xsl 2009-12-17 16:55:11 UTC (rev 6179)
+++ trunk/gsa/src/html/src/omp.xsl 2009-12-17 16:59:15 UTC (rev 6180)
@@ -2648,7 +2648,8 @@
<table>
<tr>
- <td>Name:</td><td><xsl:value-of select="$config/name"/></td>
+ <td><b>Name:</b></td>
+ <td><b><xsl:value-of select="$config/name"/></b></td>
</tr>
<tr>
<td>Comment:</td><td><xsl:value-of select="$config/comment"/></td>
More information about the Openvas-commits
mailing list