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
bdb93447
Commit
bdb93447
authored
Feb 15, 2003
by
justdave%syndicomm.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 193286: Field validation errors had the wrong page title
r= gerv, a= justdave
parent
cbb2ab58
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
6 deletions
+11
-6
process_bug.cgi
process_bug.cgi
+3
-6
midair.html.tmpl
template/en/default/bug/process/midair.html.tmpl
+4
-0
results.html.tmpl
template/en/default/bug/process/results.html.tmpl
+4
-0
No files found.
process_bug.cgi
View file @
bdb93447
...
...
@@ -168,12 +168,6 @@ if ($::COOKIE{"BUGLIST"} && $::FORM{'id'}) {
}
}
# Start displaying the response page.
$template
->
process
(
"bug/process/header.html.tmpl"
,
$vars
)
||
ThrowTemplateError
(
$template
->
error
());
$vars
->
{
'header_done'
}
=
1
;
GetVersionTable
();
CheckFormFieldDefined
(
\%::
FORM
,
'product'
);
...
...
@@ -1670,6 +1664,7 @@ foreach my $id (@idlist) {
# receive email about the change.
$template
->
process
(
"bug/process/results.html.tmpl"
,
$vars
)
||
ThrowTemplateError
(
$template
->
error
());
$vars
->
{
'header_done'
}
=
1
;
if
(
$duplicate
)
{
# Check to see if Reporter of this bug is reporter of Dupe
...
...
@@ -1700,6 +1695,7 @@ foreach my $id (@idlist) {
# Let the user know a duplication notation was added to the original bug.
$template
->
process
(
"bug/process/results.html.tmpl"
,
$vars
)
||
ThrowTemplateError
(
$template
->
error
());
$vars
->
{
'header_done'
}
=
1
;
}
if
(
$check_dep_bugs
)
{
...
...
@@ -1713,6 +1709,7 @@ foreach my $id (@idlist) {
# bug and who did and didn't receive email about it.
$template
->
process
(
"bug/process/results.html.tmpl"
,
$vars
)
||
ThrowTemplateError
(
$template
->
error
());
$vars
->
{
'header_done'
}
=
1
;
}
}
}
...
...
template/en/default/bug/process/midair.html.tmpl
View file @
bdb93447
...
...
@@ -34,6 +34,10 @@
# bug_id: number; the ID of the bug being changed.
#%]
[% UNLESS header_done %]
[% PROCESS bug/process/header.html.tmpl %]
[% END %]
<h1>Mid-air collision detected!</h1>
<p>
...
...
template/en/default/bug/process/results.html.tmpl
View file @
bdb93447
...
...
@@ -29,6 +29,10 @@
# mailrecipients: hash; BugMail recipient params. Optional.
#%]
[% UNLESS header_done %]
[% PROCESS bug/process/header.html.tmpl %]
[% END %]
[% DEFAULT type="bug" %]
[%
...
...
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