From: timeless%mac.com <>
Date: Wed, 10 Oct 2001 11:57:30 +0000 (+0000)
Subject: Bugzilla Bug 103121 editusers.cgi needs an Add link on the query page.
X-Git-Tag: bugzilla-2.14.1~96
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae874876253cba5f29ec1ca7f0afc9c7c8071c22;p=thirdparty%2Fbugzilla.git
Bugzilla Bug 103121 editusers.cgi needs an Add link on the query page.
patch by dkl. r=kiko
---
diff --git a/editusers.cgi b/editusers.cgi
index b1c1d01d62..12b077b665 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -202,7 +202,8 @@ sub EmitFormElements ($$$$$)
sub PutTrailer (@)
{
- my (@links) = ("Back to the index", @_);
+ my (@links) = ("Back to the index",
+ "Add a new user", @_);
my $count = $#links;
my $num = 0;