diff options
author | terry%netscape.com <> | 1999-04-29 05:23:04 +0000 |
---|---|---|
committer | terry%netscape.com <> | 1999-04-29 05:23:04 +0000 |
commit | 4ea985c2094c8fa36f216f1cbc2b16632248a34b (patch) | |
tree | 85ea1cb3d409897aba2624b9877e1713a1304609 /editcomponents.cgi | |
parent | bd5f6dc96becf60d0aa407581bdbc58fe0b49261 (diff) | |
download | bugs-4ea985c2094c8fa36f216f1cbc2b16632248a34b.tar bugs-4ea985c2094c8fa36f216f1cbc2b16632248a34b.tar.gz bugs-4ea985c2094c8fa36f216f1cbc2b16632248a34b.tar.bz2 bugs-4ea985c2094c8fa36f216f1cbc2b16632248a34b.tar.xz bugs-4ea985c2094c8fa36f216f1cbc2b16632248a34b.zip |
Patch by mhamby@logicon.com -- provide a UI for adding new components.
Diffstat (limited to 'editcomponents.cgi')
-rwxr-xr-x | editcomponents.cgi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editcomponents.cgi b/editcomponents.cgi index f1989458c..1de259924 100755 --- a/editcomponents.cgi +++ b/editcomponents.cgi @@ -45,6 +45,9 @@ if (!UserInGroup("editcomponents")) { PutHeader("Edit Components"); print "This lets you edit the program components of bugzilla.\n"; +print "<hr>"; +print "<a href=addcomponent.cgi>Add new component.</a><br>\n"; +print "<hr>"; print "<form method=post action=doeditcomponents.cgi>\n"; |