align "edit products" at the top so its not lost 3 screens down in the products list.
git-svn-id: svn://10.0.0.236/trunk@51181 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user