]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
align "edit products" at the top so its not lost 3 screens down in the products list.
authorendico%mozilla.org <>
Wed, 20 Oct 1999 04:26:39 +0000 (04:26 +0000)
committerendico%mozilla.org <>
Wed, 20 Oct 1999 04:26:39 +0000 (04:26 +0000)
editproducts.cgi

index be492ce01ab61264481bc386ae3138f9d89e1d01..293c6967d06b08cecc2006dedecb177710d25ec8 100755 (executable)
@@ -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