[Openvas-commits] r11748 - in trunk/gsa: . src/html
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri Oct 7 08:10:18 CEST 2011
Author: jan
Date: 2011-10-07 08:10:17 +0200 (Fri, 07 Oct 2011)
New Revision: 11748
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/omp.xsl
Log:
* src/html/omp.xsl (get_my_settings): Add dummy Password
entry to make clear to user she could change it if pressing
the edit icon.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-10-06 11:32:57 UTC (rev 11747)
+++ trunk/gsa/ChangeLog 2011-10-07 06:10:17 UTC (rev 11748)
@@ -1,3 +1,9 @@
+2011-10-07 Jan-Oliver Wagner <jan-oliver.wagner at greenbone.net>
+
+ * src/html/omp.xsl (get_my_settings): Add dummy Password
+ entry to make clear to user she could change it if pressing
+ the edit icon.
+
2011-10-05 Matthew Mundell <matthew.mundell at greenbone.net>
* src/gsad_omp.c (save_my_settings_omp): Add Password case.
Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl 2011-10-06 11:32:57 UTC (rev 11747)
+++ trunk/gsa/src/html/omp.xsl 2011-10-07 06:10:17 UTC (rev 11748)
@@ -12859,6 +12859,10 @@
<td><xsl:value-of select="/envelope/timezone"/></td>
<td></td>
</tr>
+ <tr class="odd">
+ <td>Password</td>
+ <td>********</td>
+ </tr>
</table>
</div>
</div>
More information about the Openvas-commits
mailing list