From 1a5abe6ac3ba87250d80610e8ad3831ae1f26062 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 16 Nov 2003 17:30:06 +0000 Subject: [PATCH] Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave. --- editcomponents.cgi | 6 ++++-- editproducts.cgi | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) 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; -- 2.47.2