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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
bc9e63ef
Commit
bc9e63ef
authored
Jul 27, 2004
by
kiko%async.com.br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug 252943: broken title in interdiff. Adds reasonable title while
doing an interdiff, and fixes some broken and confusing double-linking in the text. r=joel, a=justdave.
parent
fba06c0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
diff-header.html.tmpl
template/en/default/attachment/diff-header.html.tmpl
+8
-3
No files found.
template/en/default/attachment/diff-header.html.tmpl
View file @
bc9e63ef
...
...
@@ -24,7 +24,11 @@
[% PROCESS global/variables.none.tmpl %]
[% title = BLOCK %]
Attachment #[% attachid %] for [% terms.Bug %] #[% bugid %]
[% IF attachid %]
Attachment #[% attachid %] for [% terms.Bug %] #[% bugid %]
[% ELSE %]
Interdiff of #[% oldid %] and #[% newid %] for #[% terms.Bug %] #[% bugid %]
[% END %]
[% END %]
[% style = BLOCK %]
...
...
@@ -187,14 +191,15 @@ tbody.file pre:empty {
[% IF attachid %]
[% description FILTER html %] (#[% attachid %])
[% ELSE %]
[% USE url %]
[% old_url = url('attachment.cgi', action = 'diff', id = oldid) %]
[% new_url = url('attachment.cgi', action = 'diff', id = newid) %]
Diff Between
<a
href=
"[% old_url %]"
>
[% old_desc FILTER html %]
</a>
(
<a
href=
"[% old_url %]"
>
#[% oldid %]
</a>
)
(
#[% oldid %]
)
and
<a
href=
"[% new_url %]"
>
[% new_desc FILTER html %]
</a>
(
<a
href=
"[% new_url %]"
>
#[% newid %]
</a>
)
(
#[% newid %]
)
[% END %]
for
<a
href=
"show_bug.cgi?id=[% bugid %]"
>
[% terms.Bug %] #[% bugid %]
</a>
[% END %]
...
...
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