[Openvas-commits] r13353 - in branches/gsa-3.0: . src/html

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 25 09:27:04 CEST 2012


Author: mattm
Date: 2012-04-25 09:27:04 +0200 (Wed, 25 Apr 2012)
New Revision: 13353

Modified:
   branches/gsa-3.0/ChangeLog
   branches/gsa-3.0/src/html/omp.xsl
Log:
	* src/html/omp.xsl (html-report-details): Update UUID of PDF report
	format.  Backport from trunk; initially committed in r13322.

Modified: branches/gsa-3.0/ChangeLog
===================================================================
--- branches/gsa-3.0/ChangeLog	2012-04-25 07:26:21 UTC (rev 13352)
+++ branches/gsa-3.0/ChangeLog	2012-04-25 07:27:04 UTC (rev 13353)
@@ -1,5 +1,10 @@
 2012-04-25  Matthew Mundell <matthew.mundell at greenbone.net>
 
+	* src/html/omp.xsl (html-report-details): Update UUID of PDF report
+	format.  Backport from trunk; initially committed in r13322.
+
+2012-04-25  Matthew Mundell <matthew.mundell at greenbone.net>
+
 	* src/html/omp.xsl (html-edit-lsc-credential-form)
 	(html-create-port_list-form): Move text and password inputs out of labels
 	because Firefox 3.5 jumps to the associated radio when the input area is

Modified: branches/gsa-3.0/src/html/omp.xsl
===================================================================
--- branches/gsa-3.0/src/html/omp.xsl	2012-04-25 07:26:21 UTC (rev 13352)
+++ branches/gsa-3.0/src/html/omp.xsl	2012-04-25 07:27:04 UTC (rev 13353)
@@ -1251,11 +1251,10 @@
                     <input type="hidden" name="overrides" value="1"/>
                     <input type="hidden" name="result_hosts_only" value="1"/>
                     <input type="hidden" name="levels" value="hmlgf"/>
-                    <select name="report_format_id"
-                            title="Download Format">
+                    <select name="report_format_id" title="Download Format">
                       <xsl:for-each select="../../get_report_formats_response/report_format[active=1 and (trust/text()='yes' or predefined='1')]">
                         <xsl:choose>
-                          <xsl:when test="@id='1a60a67e-97d0-4cbf-bc77-f71b08e7043d'">
+                          <xsl:when test="@id='a0b5bfb2-1f62-11e1-85db-406186ea4fc5'">
                             <option value="{@id}" selected="1"><xsl:value-of select="name"/></option>
                           </xsl:when>
                           <xsl:otherwise>
@@ -1436,7 +1435,7 @@
                     <select name="report_format_id" title="Download Format">
                       <xsl:for-each select="../../get_report_formats_response/report_format[active=1 and (trust/text()='yes' or predefined='1')]">
                         <xsl:choose>
-                          <xsl:when test="@id='1a60a67e-97d0-4cbf-bc77-f71b08e7043d'">
+                          <xsl:when test="@id='a0b5bfb2-1f62-11e1-85db-406186ea4fc5'">
                             <option value="{@id}" selected="1"><xsl:value-of select="name"/></option>
                           </xsl:when>
                           <xsl:otherwise>
@@ -1636,7 +1635,7 @@
                     <select name="report_format_id" title="Download Format">
                       <xsl:for-each select="../../get_report_formats_response/report_format[active=1 and (trust/text()='yes' or predefined='1')]">
                         <xsl:choose>
-                          <xsl:when test="@id='1a60a67e-97d0-4cbf-bc77-f71b08e7043d'">
+                          <xsl:when test="@id='a0b5bfb2-1f62-11e1-85db-406186ea4fc5'">
                             <option value="{@id}" selected="1"><xsl:value-of select="name"/></option>
                           </xsl:when>
                           <xsl:otherwise>



More information about the Openvas-commits mailing list