Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
99c542cd
Commit
99c542cd
authored
Mar 10, 2001
by
cyeh%bluemartini.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for "My Votes" floating in space like a disconnected astronaut
parent
6ba10a1b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
4 deletions
+7
-4
CGI.pl
CGI.pl
+7
-4
No files found.
CGI.pl
View file @
99c542cd
...
...
@@ -1073,7 +1073,13 @@ Actions:
$html
.=
qq{ <BR> <INPUT TYPE=SUBMIT VALUE="Find"> bug \# <INPUT NAME=id SIZE=6>}
;
$html
.=
" | <a href='reports.cgi'>Reports</a></TD>\n"
;
$html
.=
" | <a href='reports.cgi'>Reports</a>"
;
if
(
$loggedin
)
{
if
(
$::anyvotesallowed
)
{
$html
.=
" | <A HREF=\"showvotes.cgi\">My votes</A>"
;
}
}
$html
.=
"</TD>\n"
;
if
(
$loggedin
)
{
#a little mandatory SQL, used later on
SendSQL
(
"SELECT mybugslink, userid, blessgroupset FROM profiles "
.
...
...
@@ -1108,9 +1114,6 @@ Actions:
if
(
!
defined
$::anyvotesallowed
)
{
GetVersionTable
();
}
if
(
$::anyvotesallowed
)
{
$html
.=
qq{ <BR> <A HREF="showvotes.cgi"><NOBR>My votes</NOBR></A>}
;
}
$html
.=
"</TR><TR>"
;
$html
.=
"<TD>Preset Queries: </TD>"
;
$html
.=
"<TD colspan=2>\n"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment