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

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 19 15:11:48 CEST 2012


Author: mattm
Date: 2012-04-19 15:11:48 +0200 (Thu, 19 Apr 2012)
New Revision: 13301

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/html/omp.xsl
Log:
	* src/html/omp.xsl (html-targets-table): Add count to export tooltip.

Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2012-04-19 13:09:42 UTC (rev 13300)
+++ trunk/gsa/ChangeLog	2012-04-19 13:11:48 UTC (rev 13301)
@@ -1,5 +1,9 @@
 2012-04-19  Matthew Mundell <matthew.mundell at greenbone.net>
 
+	* src/html/omp.xsl (html-targets-table): Add count to export tooltip.
+
+2012-04-19  Matthew Mundell <matthew.mundell at greenbone.net>
+
 	* src/html/omp.xsl (port_list): Make the trashcan icon depend on WRITABLE
 	instead of IN_USE.
 

Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl	2012-04-19 13:09:42 UTC (rev 13300)
+++ trunk/gsa/src/html/omp.xsl	2012-04-19 13:11:48 UTC (rev 13301)
@@ -5681,7 +5681,7 @@
         <img src="/img/new.png" border="0" style="margin-left:3px;"/>
       </a>
       <a href="/omp?cmd=export_targets&filter={filters/term}&first={targets/@start}&max={targets/@max}&token={/envelope/token}"
-         title="Export Targets XML"
+         title="Export {target_count/filtered} filtered Targets as XML"
          style="margin-left:3px;">
         <img src="/img/download.png" border="0" alt="Export XML"/>
       </a>



More information about the Openvas-commits mailing list