diff options
author | jocuri%softhome.net <> | 2003-11-16 18:30:06 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2003-11-16 18:30:06 +0100 |
commit | 1a5abe6ac3ba87250d80610e8ad3831ae1f26062 (patch) | |
tree | 430f04ddf637c29e417f637a4c8018d06bf266f2 /editproducts.cgi | |
parent | de34a3449c722f5cab5f22bcd810f5760cb41f74 (diff) | |
download | bugzilla-1a5abe6ac3ba87250d80610e8ad3831ae1f26062.tar.gz bugzilla-1a5abe6ac3ba87250d80610e8ad3831ae1f26062.tar.xz |
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index 5cc10ddc2..07dbcc9e3 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -436,6 +436,7 @@ if ($action eq 'new') { print "OK, done.<p>\n"; PutTrailer($localtrailer, + "<a href=\"editproducts.cgi?action=add\">add</a> a new product", "<a href=\"editcomponents.cgi?action=add&product=" . url_quote($product) . "\">add</a> components to this new product"); exit; |