[Openvas-commits] r11931 - in trunk/gsa: . src/html
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 2 08:03:04 CET 2011
Author: mattm
Date: 2011-11-02 08:02:54 +0100 (Wed, 02 Nov 2011)
New Revision: 11931
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/omp.xsl
Log:
* src/html/omp.xsl (host): Add Prognostic Report icon in title.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-11-02 05:52:19 UTC (rev 11930)
+++ trunk/gsa/ChangeLog 2011-11-02 07:02:54 UTC (rev 11931)
@@ -1,5 +1,9 @@
2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/html/omp.xsl (host): Add Prognostic Report icon in title.
+
+2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/html/omp.xsl (host, report [assets]): Change "Asset" to "Host" in
tooltip and title.
Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl 2011-11-02 05:52:19 UTC (rev 11930)
+++ trunk/gsa/src/html/omp.xsl 2011-11-02 07:02:54 UTC (rev 11931)
@@ -10895,6 +10895,10 @@
title="Help: Hosts (Host Details)">
<img src="/img/help.png"/>
</a>
+ <a href="/omp?cmd=get_report&type=prognostic&host={ip}&pos=1&host_search_phrase={../../../../search_phrase}&host_levels={../../../../levels}&host_first_result={../../../../hosts/@start}&host_max_results={../../../../hosts/@max}&result_hosts_only=1&token={/envelope/token}"
+ title="Prognostic Report" style="margin-left:3px;">
+ <img src="/img/list.png" border="0" alt="Prognostic Report"/>
+ </a>
</div>
<div class="gb_window_part_content">
<xsl:variable name="report_count" select="detail[name = 'report_count' and source/name = 'openvasmd']/value"/>
More information about the Openvas-commits
mailing list