[Openvas-commits] r13179 - in trunk/gsa: . src/html
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Mon Apr 2 13:22:52 CEST 2012
Author: mattm
Date: 2012-04-02 13:22:51 +0200 (Mon, 02 Apr 2012)
New Revision: 13179
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/omp.xsl
Log:
* src/html/omp.xsl (html-targets-table): Add Rows field to filtering.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2012-04-02 10:51:40 UTC (rev 13178)
+++ trunk/gsa/ChangeLog 2012-04-02 11:22:51 UTC (rev 13179)
@@ -1,5 +1,9 @@
2012-04-02 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/html/omp.xsl (html-targets-table): Add Rows field to filtering.
+
+2012-04-02 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/gsad_omp.c (CHECK): New macro.
(save_config_omp): Respond with an error if name or comment is NULL,
instead of with an internal error.
Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl 2012-04-02 10:51:40 UTC (rev 13178)
+++ trunk/gsa/src/html/omp.xsl 2012-04-02 11:22:51 UTC (rev 13179)
@@ -5412,14 +5412,6 @@
<form action="" method="get">
<input type="hidden" name="token" value="{/envelope/token}"/>
<input type="hidden" name="cmd" value="get_targets"/>
-<!--
- <div style="padding: 2px;">
- Results per page:
- <input type="text" name="max_results" size="5"
- value="{report/results/@max}"
- maxlength="400"/>
- </div>
--->
<div style="float: right">
<input type="submit" value="Apply" title="Apply"/>
</div>
@@ -5428,6 +5420,10 @@
<input type="text" name="filter" size="50"
value="{filters/term}"
maxlength="1000"/>
+ Rows:
+ <input type="text" name="max" size="5"
+ value="{targets/@max}"
+ maxlength="400"/>
</div>
</form>
</div>
More information about the Openvas-commits
mailing list