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
564e96b0
Commit
564e96b0
authored
Jul 09, 1999
by
bryce-mozilla%nextbus.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More tiny battles in the HTML syntax error war
parent
a8701108
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
6 deletions
+5
-6
bug_form.pl
bug_form.pl
+1
-1
buglist.cgi
buglist.cgi
+1
-2
process_bug.cgi
process_bug.cgi
+1
-1
query.cgi
query.cgi
+2
-2
No files found.
bug_form.pl
View file @
564e96b0
...
...
@@ -421,7 +421,7 @@ if ($status eq "NEW" || $status eq "ASSIGNED" || $status eq "REOPENED") {
Resolve bug, mark it as duplicate of bug #
<INPUT NAME=dup_id SIZE=6 ONCHANGE=\"document.changeform.knob\[$knum\].checked=true\"><br>\n"
;
$knum
++
;
my
$assign_element
=
"<INPUT NAME=
assigned_to SIZE=32 ONCHANGE=\"document.changeform.knob\[$knum\].checked=true\" VALUE=$bug{'assigned_to'}
>"
;
my
$assign_element
=
"<INPUT NAME=
\"assigned_to\" SIZE=32 ONCHANGE=\"document.changeform.knob\[$knum\].checked=true\" VALUE=\"$bug{'assigned_to'}\"
>"
;
print
"<INPUT TYPE=radio NAME=knob VALUE=reassign>
<A HREF=\"bug_status.html#assigned_to\">Reassign</A> bug to
...
...
buglist.cgi
View file @
564e96b0
...
...
@@ -613,8 +613,7 @@ if ($toolong) {
print
"Next/Prev/First/Last buttons won't appear.</h2>\n"
;
}
print
"<HR><I><A HREF=newquip.html>$quip\n"
;
print
"</I></A></CENTER>\n"
;
print
"<HR><A HREF=newquip.html><I>$quip</I></A></CENTER>\n"
;
print
"<HR SIZE=10>$tablestart\n"
;
print
$::bugl
;
print
"</TABLE>\n"
;
...
...
process_bug.cgi
View file @
564e96b0
...
...
@@ -68,7 +68,7 @@ if ($::FORM{'product'} ne $::dontchange) {
print
"<input type=submit value=Commit>\n"
;
print
"</form>\n"
;
print
"</hr>\n"
;
print
"<a href=query.cgi>Cancel all this and go
back
to the query page.</a>\n"
;
print
"<a href=query.cgi>Cancel all this and go to the query page.</a>\n"
;
exit
;
}
}
...
...
query.cgi
View file @
564e96b0
...
...
@@ -197,7 +197,7 @@ my $emailinput2 = GenerateEmailInput(2);
# javascript
my
$jscript
=
<<
'ENDSCRIPT'
;
<
script
language
=
"Javascript1.2"
>
<
script
language
=
"Javascript1.2"
type
=
"text/javascript"
>
<!--
var
cpts
=
new
Array
();
var
vers
=
new
Array
();
...
...
@@ -359,7 +359,7 @@ print $jscript;
my
@logfields
=
(
"[Bug creation]"
,
@::log_columns
);
print
"
<FORM
NAME=queryForm
METHOD=GET ACTION=\"buglist.cgi\">
<FORM METHOD=GET ACTION=\"buglist.cgi\">
<table>
<tr>
...
...
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