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

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Thu Apr 19 15:09:42 CEST 2012


Author: mattm
Date: 2012-04-19 15:09:42 +0200 (Thu, 19 Apr 2012)
New Revision: 13300

Modified:
   trunk/gsa/ChangeLog
   trunk/gsa/src/html/omp.xsl
Log:
	* src/html/omp.xsl (port_list): Make the trashcan icon depend on WRITABLE
	instead of IN_USE.

Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog	2012-04-19 13:03:50 UTC (rev 13299)
+++ trunk/gsa/ChangeLog	2012-04-19 13:09:42 UTC (rev 13300)
@@ -1,3 +1,8 @@
+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.
+
 2012-04-18  Matthew Mundell <matthew.mundell at greenbone.net>
 
 	* src/html/omp.xsl (target): Make the trashcan icon depend on WRITABLE

Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl	2012-04-19 13:03:50 UTC (rev 13299)
+++ trunk/gsa/src/html/omp.xsl	2012-04-19 13:09:42 UTC (rev 13300)
@@ -11665,7 +11665,7 @@
     </td>
     <td>
       <xsl:choose>
-        <xsl:when test="in_use='0'">
+        <xsl:when test="writable='0'">
           <xsl:call-template name="trashcan-icon">
             <xsl:with-param name="type" select="'port_list'"/>
             <xsl:with-param name="id" select="@id"/>



More information about the Openvas-commits mailing list