Screw it, just make it look pretty. :)

This commit is contained in:
Jeff Teunissen 2000-03-07 02:17:45 +00:00
parent 419e3fee44
commit 6dd8343317
2 changed files with 2 additions and 8 deletions

View File

@ -36,7 +36,7 @@
function searchMenu() { function searchMenu() {
menuSectionHeader( "Search", 'white', '#737B9C'); menuSectionHeader( "Search", 'white', '#737B9C');
echo '<SPAN class="searchText">' . echo '<FONT size="-2">' .
'<FORM action="/search/" method="POST">' . '<FORM action="/search/" method="POST">' .
' <SELECT name="type_of_search">' . ' <SELECT name="type_of_search">' .
' <OPTION value="bugs">Bug Tracking</OPTION>' . ' <OPTION value="bugs">Bug Tracking</OPTION>' .
@ -53,7 +53,7 @@
' <INPUT TYPE="text" NAME="words" SIZE="15" VALUE="">' . ' <INPUT TYPE="text" NAME="words" SIZE="15" VALUE="">' .
' <BR>' . ' <BR>' .
' <INPUT TYPE="submit" NAME="Search" VALUE="Search">' . ' <INPUT TYPE="submit" NAME="Search" VALUE="Search">' .
'</FORM></SPAN>'; '</FORM></FONT>';
menuSectionFooter(); menuSectionFooter();
} }

View File

@ -45,9 +45,3 @@ SPAN.titleBar {
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
} }
SPAN.searchText {
color: white;
font-size: small;
text-align: center;
}