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
de6d572b
Commit
de6d572b
authored
Sep 29, 2001
by
myk%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 73959: Make buglist.cgi display the "Show Votes" link at the bottom of the screen.
Patch by Jake <jake@acutex.net>. r=myk@mozilla.org, no second review needed.
parent
c364f865
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CGI.pl
CGI.pl
+3
-3
No files found.
CGI.pl
View file @
de6d572b
...
...
@@ -1296,6 +1296,9 @@ sub DumpBugActivity {
sub
GetCommandMenu
{
my
$loggedin
=
quietly_check_login
();
if
(
!
defined
$::anyvotesallowed
)
{
GetVersionTable
();
}
my
$html
=
""
;
$html
.=
<<
"--endquote--"
;
<
FORM
METHOD
=
GET
ACTION
=
"show_bug.cgi"
>
...
...
@@ -1354,9 +1357,6 @@ Actions:
my
$mybugstemplate
=
Param
(
"mybugstemplate"
);
my
%
substs
;
$substs
{
'userid'
}
=
url_quote
(
$::COOKIE
{
"Bugzilla_login"
});
if
(
!
defined
$::anyvotesallowed
)
{
GetVersionTable
();
}
$html
.=
"</TR><TR>"
;
$html
.=
"<TD>Preset Queries: </TD>"
;
$html
.=
"<TD colspan=3>\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