From 1a5abe6ac3ba87250d80610e8ad3831ae1f26062 Mon Sep 17 00:00:00 2001
From: "jocuri%softhome.net" <>
Date: Sun, 16 Nov 2003 17:30:06 +0000
Subject: Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi;
r=jouni; a=justdave.
---
editcomponents.cgi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'editcomponents.cgi')
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("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;
}
--
cgit v1.2.3-24-g4f1b