summaryrefslogtreecommitdiffstats
path: root/editcomponents.cgi
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2003-11-16 18:30:06 +0100
committerjocuri%softhome.net <>2003-11-16 18:30:06 +0100
commit1a5abe6ac3ba87250d80610e8ad3831ae1f26062 (patch)
tree430f04ddf637c29e417f637a4c8018d06bf266f2 /editcomponents.cgi
parentde34a3449c722f5cab5f22bcd810f5760cb41f74 (diff)
downloadbugzilla-1a5abe6ac3ba87250d80610e8ad3831ae1f26062.tar.gz
bugzilla-1a5abe6ac3ba87250d80610e8ad3831ae1f26062.tar.xz
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-xeditcomponents.cgi6
1 files changed, 4 insertions, 2 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi
index adf41ea1f..67ccfcd8a 100755
--- a/editcomponents.cgi
+++ b/editcomponents.cgi
@@ -478,11 +478,13 @@ if ($action eq 'new') {
PutTrailer("<a href=\"editcomponents.cgi?product=" .
url_quote($product) . "\">edit</a> more components",
"<a href=\"editcomponents.cgi?product=". url_quote($product) .
- "&action=add\">add</a> another component");
+ "&action=add\">add</a> another component",
+ "<a href=\"editproducts.cgi?action=add\">add</a> a new product");
} else {
PutTrailer("<a href=\"editcomponents.cgi\">edit</a> more components",
"<a href=\"editcomponents.cgi?action=add\">add</a>" .
- "another component");
+ "another component",
+ "<a href=\"editproducts.cgi?action=add\">add</a> a new product");
}
exit;
}