]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bugzilla Bug 103121 editusers.cgi needs an Add link on the query page.
authortimeless%mac.com <>
Wed, 10 Oct 2001 11:57:30 +0000 (11:57 +0000)
committertimeless%mac.com <>
Wed, 10 Oct 2001 11:57:30 +0000 (11:57 +0000)
patch by dkl. r=kiko

editusers.cgi

index b1c1d01d624b338655f7c5de90fb7fbef7de511f..12b077b665d63cc3bc48e5baa6593b14edea56a3 100755 (executable)
@@ -202,7 +202,8 @@ sub EmitFormElements ($$$$$)
 
 sub PutTrailer (@)
 {
-    my (@links) = ("Back to the <A HREF=\"./\">index</A>", @_);
+    my (@links) = ("Back to the <A HREF=\"index.html\">index</A>",
+        "<A HREF=\"editusers.cgi?action=add\">Add a new user</A>", @_);
 
     my $count = $#links;
     my $num = 0;