[Openvas-commits] r6799 - in trunk/gsa: . src/html/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Feb 22 12:45:17 CET 2010
Author: mattm
Date: 2010-02-22 12:45:12 +0100 (Mon, 22 Feb 2010)
New Revision: 6799
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/src/omp.xsl
Log:
* src/html/src/omp.xsl (html-create-note-form): Replace "All" with "Any".
(note) [details]: Capitalise "any".
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2010-02-19 22:38:21 UTC (rev 6798)
+++ trunk/gsa/ChangeLog 2010-02-22 11:45:12 UTC (rev 6799)
@@ -1,3 +1,8 @@
+2010-02-22 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * src/html/src/omp.xsl (html-create-note-form): Replace "All" with "Any".
+ (note) [details]: Capitalise "any".
+
2010-02-19 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
* src/html/src/omp.xsl (html-report-details): Prevent unnecessary
Modified: trunk/gsa/src/html/src/omp.xsl
===================================================================
--- trunk/gsa/src/html/src/omp.xsl 2010-02-19 22:38:21 UTC (rev 6798)
+++ trunk/gsa/src/html/src/omp.xsl 2010-02-22 11:45:12 UTC (rev 6799)
@@ -3991,7 +3991,7 @@
</td>
<td>
<input type="radio" name="hosts" value="" checked="1"/>
- All
+ Any
<input type="radio" name="hosts" value="{hosts}"/>
<xsl:value-of select="hosts"/>
</td>
@@ -4002,7 +4002,7 @@
</td>
<td>
<input type="radio" name="port" value="" checked="1"/>
- All
+ Any
<input type="radio" name="port" value="{port}"/>
<xsl:value-of select="port"/>
</td>
@@ -4013,7 +4013,7 @@
</td>
<td>
<input type="radio" name="threat" value="" checked="1"/>
- All
+ Any
<input type="radio" name="threat" value="{threat}"/>
<xsl:value-of select="threat"/>
</td>
@@ -4024,7 +4024,7 @@
</td>
<td>
<input type="radio" name="task_id" value="" checked="1"/>
- All
+ Any
<input type="radio" name="task_id" value="{task/@id}"/>
<xsl:value-of select="task/name"/>
</td>
@@ -4035,7 +4035,7 @@
</td>
<td>
<input type="radio" name="result_id" value="" checked="1"/>
- All
+ Any
<input type="radio" name="result_id" value="{result/@id}"/>
<xsl:value-of select="result/@id"/>
</td>
@@ -4200,7 +4200,7 @@
<xsl:value-of select="hosts"/>
</xsl:when>
<xsl:otherwise>
- any
+ Any
</xsl:otherwise>
</xsl:choose>
</td>
@@ -4213,7 +4213,7 @@
<xsl:value-of select="port"/>
</xsl:when>
<xsl:otherwise>
- any
+ Any
</xsl:otherwise>
</xsl:choose>
</td>
@@ -4226,7 +4226,7 @@
<xsl:value-of select="threat"/>
</xsl:when>
<xsl:otherwise>
- any
+ Any
</xsl:otherwise>
</xsl:choose>
</td>
@@ -4241,7 +4241,7 @@
</a>
</xsl:when>
<xsl:otherwise>
- any
+ Any
</xsl:otherwise>
</xsl:choose>
</td>
@@ -4254,7 +4254,7 @@
<xsl:value-of select="result/@id"/>
</xsl:when>
<xsl:otherwise>
- any
+ Any
</xsl:otherwise>
</xsl:choose>
</td>
More information about the Openvas-commits
mailing list