From 2e299019453e2f6bbefb7b0834ee83abc828ebb6 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" Date: Tue, 19 Oct 1999 21:26:39 +0000 Subject: [PATCH] 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 --- mozilla/webtools/bugzilla/editproducts.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/editproducts.cgi b/mozilla/webtools/bugzilla/editproducts.cgi index be492ce01ab..293c6967d06 100755 --- a/mozilla/webtools/bugzilla/editproducts.cgi +++ b/mozilla/webtools/bugzilla/editproducts.cgi @@ -487,11 +487,11 @@ if ($action eq 'edit') { my ($description, $milestoneurl, $disallownew) = FetchSQLData(); print "
\n"; - print "\n"; + print "
\n"; EmitFormElements($product, $description, $milestoneurl, $disallownew); - print "\n"; + print "\n"; print " \n"; print "
Edit components:"; SendSQL("SELECT value,description