Commit 76051298 authored by cyeh%bluemartini.com's avatar cyeh%bluemartini.com

break Find and Report links to a seperate line so that it looks cleaner

on browser windows with shorter widths. also, the second line matches nicely with the other table cell.
parent 047e1583
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment