summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/process/confirm-duplicate.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-11-15 03:30:53 +0100
committerlpsolit%gmail.com <>2006-11-15 03:30:53 +0100
commite3bdbb5415c1d979dc923b188f4697fbcaee89aa (patch)
treef0c549e9b987b4dea5694a577e6f295410e4cc8a /template/en/default/bug/process/confirm-duplicate.html.tmpl
parentb2df778fe5ea692b0175f67c9129f0283b6eeadc (diff)
downloadbugzilla-e3bdbb5415c1d979dc923b188f4697fbcaee89aa.tar.gz
bugzilla-e3bdbb5415c1d979dc923b188f4697fbcaee89aa.tar.xz
Bug 115650: No TITLE attribute on buglinks on process_bug.cgi - Patch by victory(_RSZ_) <bmo2007@rsz.jp> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/bug/process/confirm-duplicate.html.tmpl')
-rw-r--r--template/en/default/bug/process/confirm-duplicate.html.tmpl18
1 files changed, 9 insertions, 9 deletions
diff --git a/template/en/default/bug/process/confirm-duplicate.html.tmpl b/template/en/default/bug/process/confirm-duplicate.html.tmpl
index 4703af426..eb3b82b4f 100644
--- a/template/en/default/bug/process/confirm-duplicate.html.tmpl
+++ b/template/en/default/bug/process/confirm-duplicate.html.tmpl
@@ -29,19 +29,19 @@
#%]
[% PROCESS global/variables.none.tmpl %]
-
[% PROCESS global/header.html.tmpl title="Duplicate Warning" %]
+[% orig_bug = "$terms.bug $original_bug_id"
+ FILTER bug_link(original_bug_id) %]
<p>
When marking [% terms.abug %] as a duplicate, the reporter of the duplicate
is normally added to the CC list of the original. The permissions
- on [% terms.bug %] [%+ original_bug_id %] (the original) are currently set
+ on [% orig_bug FILTER none %] (the original) are currently set
such that the reporter would not normally be able to see it.
</p>
<p>
- <b>Adding the reporter to the CC list of [% terms.bug %]
- [%+ original_bug_id %]
+ <b>Adding the reporter to the CC list of [% orig_bug FILTER none %]
[% IF cclist_accessible %]
will immediately
[% ELSE %]
@@ -57,16 +57,16 @@
<p>
<input type="radio" name="confirm_add_duplicate" value="1">
- Yes, add the reporter to CC list on [% terms.bug %] [%+ original_bug_id %]
+ Yes, add the reporter to CC list on [% orig_bug FILTER none %]
</p>
<p>
<input type="radio" name="confirm_add_duplicate" value="0" checked="checked">
- No, do not add the reporter to CC list on [% terms.bug %]
- [%+ original_bug_id %]
+ No, do not add the reporter to CC list on [% orig_bug FILTER none %]
</p>
<p>
- <a href="show_bug.cgi?id=[% duplicate_bug_id %]">Throw away my changes,
- and revisit [% terms.bug %] [%+ duplicate_bug_id %]</a>
+ [% "Throw away my changes, and revisit $terms.bug $duplicate_bug_id"
+ FILTER bug_link(duplicate_bug_id) FILTER none %]
+</p>
<p>
<input type="submit" id="process" value="Submit">
</p>