Commit ae874876 authored by timeless%mac.com's avatar timeless%mac.com

Bugzilla Bug 103121 editusers.cgi needs an Add link on the query page.

patch by dkl. r=kiko
parent 5d5f0e06
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment