aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2001-10-10 13:36:45 +0000
committerjustdave%syndicomm.com <>2001-10-10 13:36:45 +0000
commit0322bad0c6a29d82260f89427094f64cd99f1064 (patch)
tree81ad9d29157e737d1ff9ea9d71163d22271a5831 /editusers.cgi
parentBugzilla Bug 103121 editusers.cgi needs an Add link on the query page. (diff)
downloadbugzilla-0322bad0c6a29d82260f89427094f64cd99f1064.tar.gz
bugzilla-0322bad0c6a29d82260f89427094f64cd99f1064.tar.bz2
bugzilla-0322bad0c6a29d82260f89427094f64cd99f1064.zip
partial backout of the checkin from bug 103121, because it collided with the patch from bug 51519. This should satifactorily
meet the goals of both patches. patch by kiko, r= justdave
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-xeditusers.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi
index 12b077b66..e03402ad3 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -202,7 +202,7 @@ sub EmitFormElements ($$$$$)
sub PutTrailer (@)
{
- my (@links) = ("Back to the <A HREF=\"index.html\">index</A>",
+ my (@links) = ("Back to the <A HREF=\"./\">index</A>",
"<A HREF=\"editusers.cgi?action=add\">Add a new user</A>", @_);
my $count = $#links;