[Openvas-commits] r13184 - in trunk/gsa: . src/html

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Apr 2 20:12:56 CEST 2012


Author: mattm
Date: 2012-04-02 20:12:56 +0200 (Mon, 02 Apr 2012)
New Revision: 13184

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/html/omp.xsl
Log:
	* src/html/omp.xsl (html-targets-table): Add First field to filtering.

Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2012-04-02 15:34:57 UTC (rev 13183)
+++ trunk/gsa/ChangeLog	2012-04-02 18:12:56 UTC (rev 13184)
@@ -1,5 +1,9 @@
 2012-04-02  Matthew Mundell <matthew.mundell at greenbone.net>
 
+	* src/html/omp.xsl (html-targets-table): Add First field to filtering.
+
+2012-04-02  Matthew Mundell <matthew.mundell at greenbone.net>
+
 	Add new, list and export icons on Target Details page.
 
 	* src/gsad.c (init_validator, exec_omp_get): Add export_target.

Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl	2012-04-02 15:34:57 UTC (rev 13183)
+++ trunk/gsa/src/html/omp.xsl	2012-04-02 18:12:56 UTC (rev 13184)
@@ -5421,6 +5421,10 @@
             <input type="text" name="filter" size="50"
                    value="{filters/term}"
                    maxlength="1000"/>
+            First:
+            <input type="text" name="first" size="5"
+                   value="{targets/@start}"
+                   maxlength="400"/>
             Rows:
             <input type="text" name="max" size="5"
                    value="{targets/@max}"



More information about the Openvas-commits mailing list