diff options
author | endico%mozilla.org <> | 1999-10-20 06:26:39 +0200 |
---|---|---|
committer | endico%mozilla.org <> | 1999-10-20 06:26:39 +0200 |
commit | 68dd41920a87ef3fff67689dc27e9833e5ed70c1 (patch) | |
tree | 09c36f7c0fdc0581f8290fbb2361c046b31a6030 /editproducts.cgi | |
parent | 242477102c3b518510643ac52705e1bcfc5dcd8f (diff) | |
download | bugzilla-68dd41920a87ef3fff67689dc27e9833e5ed70c1.tar.gz bugzilla-68dd41920a87ef3fff67689dc27e9833e5ed70c1.tar.xz |
align "edit products" at the top so its not lost 3 screens down in the products list.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index be492ce01..293c6967d 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -487,11 +487,11 @@ if ($action eq 'edit') { my ($description, $milestoneurl, $disallownew) = FetchSQLData(); print "<FORM METHOD=POST ACTION=editproducts.cgi>\n"; - print "<TABLE BORDER=0 CELLPADDING=4 CELLSPACING=0><TR>\n"; + print "<TABLE BORDER=0 CELLPADDING=4 CELLSPACING=0><TR>\n"; EmitFormElements($product, $description, $milestoneurl, $disallownew); - print "</TR><TR>\n"; + print "</TR><TR VALIGN=top>\n"; print " <TH ALIGN=\"right\"><A HREF=\"editcomponents.cgi?product=", url_quote($product), "\">Edit components:</A></TH>\n"; print " <TD>"; SendSQL("SELECT value,description |