[Openvas-commits] r6921 - in trunk/gsa: . src/html/src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Mar 8 11:55:57 CET 2010
Author: mattm
Date: 2010-03-08 11:55:55 +0100 (Mon, 08 Mar 2010)
New Revision: 6921
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/src/omp.xsl
Log:
* src/html/src/omp.xsl (report): Add ITG and CPE to download formats.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2010-03-06 08:57:46 UTC (rev 6920)
+++ trunk/gsa/ChangeLog 2010-03-08 10:55:55 UTC (rev 6921)
@@ -1,3 +1,7 @@
+2010-03-08 Matthew Mundell <matthew.mundell at intevation.de>
+
+ * src/html/src/omp.xsl (report): Add ITG and CPE to download formats.
+
2010-03-04 Matthew Mundell <matthew.mundell at intevation.de>
* src/gsad_omp.c (get_config_family_omp, get_config_family_omp)
Modified: trunk/gsa/src/html/src/omp.xsl
===================================================================
--- trunk/gsa/src/html/src/omp.xsl 2010-03-06 08:57:46 UTC (rev 6920)
+++ trunk/gsa/src/html/src/omp.xsl 2010-03-08 10:55:55 UTC (rev 6921)
@@ -1038,6 +1038,8 @@
<option value="pdf">PDF</option>
<option value="html">HTML</option>
<option value="xml">XML</option>
+ <option value="ITG">ITG</option>
+ <option value="CPE">CPE</option>
<option value="nbe">NBE</option>
</select>
<input type="submit" value="Download" title="Download"/>
More information about the Openvas-commits
mailing list