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

patch by dkl. r=kiko
This commit is contained in:
timeless%mac.com 2001-10-10 04:57:30 +00:00
Родитель 3e18f7d361
Коммит 06b9d8a67f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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;