Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
1a5abe6a
Commit
1a5abe6a
authored
Nov 16, 2003
by
jocuri%softhome.net
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave.
parent
de34a344
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
editcomponents.cgi
editcomponents.cgi
+4
-2
editproducts.cgi
editproducts.cgi
+1
-0
No files found.
editcomponents.cgi
View file @
1a5abe6a
...
...
@@ -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
;
}
...
...
editproducts.cgi
View file @
1a5abe6a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment