[Openvas-commits] r11939 - in trunk/gsa: . src/html
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 2 15:34:35 CET 2011
Author: mattm
Date: 2011-11-02 15:34:35 +0100 (Wed, 02 Nov 2011)
New Revision: 11939
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/oap.xsl
Log:
* src/html/oap.xsl: Remove "Back to" from all "Back to" links.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-11-02 12:43:45 UTC (rev 11938)
+++ trunk/gsa/ChangeLog 2011-11-02 14:34:35 UTC (rev 11939)
@@ -1,5 +1,9 @@
2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/html/oap.xsl: Remove "Back to" from all "Back to" links.
+
+2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/html/omp.xsl (nvt): Add version field.
2011-11-02 Matthew Mundell <matthew.mundell at greenbone.net>
Modified: trunk/gsa/src/html/oap.xsl
===================================================================
--- trunk/gsa/src/html/oap.xsl 2011-11-02 12:43:45 UTC (rev 11938)
+++ trunk/gsa/src/html/oap.xsl 2011-11-02 14:34:35 UTC (rev 11939)
@@ -255,7 +255,7 @@
</div>
<div class="gb_window_part_content">
<div class="float_right">
- <a href="?cmd=get_users&token={/envelope/token}">Back to Users</a>
+ <a href="?cmd=get_users&token={/envelope/token}">Users</a>
</div>
<table>
<tr>
@@ -341,7 +341,7 @@
</div>
<div class="gb_window_part_content">
<div class="float_right">
- <a href="?cmd=get_users&token={/envelope/token}">Back to Users</a>
+ <a href="?cmd=get_users&token={/envelope/token}">Users</a>
</div>
<form action="/oap" method="post" enctype="multipart/form-data">
<input type="hidden" name="token" value="{/envelope/token}"/>
More information about the Openvas-commits
mailing list