]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
In the buttons toolbar Edit User should not be clickable.
authorkkalev <kkalev>
Tue, 17 Sep 2002 12:33:17 +0000 (12:33 +0000)
committerkkalev <kkalev>
Tue, 17 Sep 2002 12:33:17 +0000 (12:33 +0000)
Changelog
html/buttons/default/buttons.html.php3

index 073dc13e07a517fa8206189be52dbf369a164c87..18259a9adc3ca110bf3ffcaea0121f9c3307b788 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,6 @@
 Ver 1.60:
 * Use require_once when including lib/functions.php3 in lib/sql
+* In the buttons toolbar Edit User should not be clickable.
 Ver 1.59:
 * Small html fixes in user_edit.php3 and password.php3
 * Show number of failed logins in the last 7 days in the user admin page
index 9f2f525ebf66cddfb54df57b2e60b5211e0bebb1..8c438c00a81ee69e27d817da815654d85302bce0 100644 (file)
@@ -55,7 +55,7 @@ if ($HTTP_SERVER_VARS["PHP_AUTH_USER"])
        <a id="a14" href="find.php3" target="content" title="Find User">Find User</a>
        </td></tr>
        <tr align=left><td id="menu4" onmouseover='myin("4");' onmouseout='myout("4");'>
-       <a id="a4" href="user_admin.php3" target="content" title="User Account Administration">Edit User</a>
+       <a id="a4">Edit User</a>
        <img align=top src="images/black.gif" vspace=7 hspace=0 width=1 height=1><br>
        <input type="text" size=11 name="login" target="content">
        </td></tr>