From 68dd41920a87ef3fff67689dc27e9833e5ed70c1 Mon Sep 17 00:00:00 2001 From: "endico%mozilla.org" <> Date: Wed, 20 Oct 1999 04:26:39 +0000 Subject: align "edit products" at the top so its not lost 3 screens down in the products list. --- editproducts.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editproducts.cgi') 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 "
\n"; - print "\n"; + print "
\n"; EmitFormElements($product, $description, $milestoneurl, $disallownew); - print "\n"; + print "\n"; print " \n"; print "
Edit components:"; SendSQL("SELECT value,description -- cgit v1.2.3-24-g4f1b