From: jocuri%softhome.net <> Date: Sun, 16 Nov 2003 17:30:06 +0000 (+0000) Subject: Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave. X-Git-Tag: bugzilla-2.17.7~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5abe6ac3ba87250d80610e8ad3831ae1f26062;p=thirdparty%2Fbugzilla.git Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave. --- diff --git a/editcomponents.cgi b/editcomponents.cgi index adf41ea1fc..67ccfcd8ad 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -478,11 +478,13 @@ if ($action eq 'new') { PutTrailer("edit more components", "add another component"); + "&action=add\">add another component", + "add a new product"); } else { PutTrailer("edit more components", "add" . - "another component"); + "another component", + "add a new product"); } exit; } diff --git a/editproducts.cgi b/editproducts.cgi index 5cc10ddc28..07dbcc9e39 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -436,6 +436,7 @@ if ($action eq 'new') { print "OK, done.

\n"; PutTrailer($localtrailer, + "add a new product", "add components to this new product"); exit;