cleanup footer when not logged in and if using voting.
git-svn-id: svn://10.0.0.236/trunk@87689 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
85b8d8a4b8
commit
70e7510837
@ -1108,7 +1108,7 @@ Actions:
|
||||
GetVersionTable();
|
||||
}
|
||||
if ($::anyvotesallowed) {
|
||||
$html .= qq{ | <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>};
|
||||
$html .= qq{ <BR> <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>};
|
||||
}
|
||||
$html .= "</TR><TR>";
|
||||
$html .= "<TD>Preset Queries: </TD>";
|
||||
@ -1127,7 +1127,7 @@ Actions:
|
||||
$html .= "</TR>\n<TR>";
|
||||
} else {
|
||||
$html .=
|
||||
" | <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n";
|
||||
" <BR> <a href=\"createaccount.cgi\"><NOBR>New account</NOBR></a>\n";
|
||||
$html .=
|
||||
" | <NOBR><a href=query.cgi?GoAheadAndLogIn=1>Log in</a></NOBR>";
|
||||
$html .= "</TD></TR>";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user