]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
break Find and Report links to a seperate line so that it looks cleaner
authorcyeh%bluemartini.com <>
Fri, 23 Feb 2001 05:59:25 +0000 (05:59 +0000)
committercyeh%bluemartini.com <>
Fri, 23 Feb 2001 05:59:25 +0000 (05:59 +0000)
on browser windows with shorter widths. also, the second line
matches nicely with the other table cell.

CGI.pl

diff --git a/CGI.pl b/CGI.pl
index a6c159440c3d9738174adbc9c62783659ef4a0c7..0a61e520747e0aec6b27a192e7981c721cdc7428 100644 (file)
--- a/CGI.pl
+++ b/CGI.pl
@@ -1070,7 +1070,7 @@ Actions:
     }
     
     $html .=
-        qq{ | <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
+        qq{ <BR> <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
 
     $html .= " | <a href='reports.cgi'>Reports</a></TD>\n";
     if ($loggedin) {