This commit is contained in:
terry%mozilla.org 2000-01-24 05:50:46 +00:00
Родитель 6c7cc5e6bf
Коммит d803bf24ab
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -839,7 +839,8 @@ sub GetCommandMenu {
$html .= "[<a href='query2.cgi'>beta</a>]"; $html .= "[<a href='query2.cgi'>beta</a>]";
} }
$html .= qq{| <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>}; $html .=
qq{ | <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>};
$html .= " | <a href='reports.cgi'>Reports</a>"; $html .= " | <a href='reports.cgi'>Reports</a>";
if ($loggedin) { if ($loggedin) {
@ -850,10 +851,10 @@ sub GetCommandMenu {
GetVersionTable(); GetVersionTable();
} }
if ($::anyvotesallowed) { if ($::anyvotesallowed) {
$html .= qq{ | <A HREF="showvotes.cgi">My votes</A>}; $html .= qq{ | <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>};
} }
my $mybugsurl = PerformSubsts($mybugstemplate, \%substs); my $mybugsurl = PerformSubsts($mybugstemplate, \%substs);
$html = $html . " | <a href='$mybugsurl'>My bugs</a>"; $html = $html . " | <A HREF='$mybugsurl'><NOBR>My bugs</NOBR></A>";
} }
$html = $html . " | <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n"; $html = $html . " | <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n";