summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2004-03-08 08:27:30 +0100
committergerv%gerv.net <>2004-03-08 08:27:30 +0100
commit317a88ea11f43acc511d386c65f57bbc57a93c05 (patch)
tree0441ef85123abfd47830f6cf539f0d1ca949a3cf /template/en/default/bug/knob.html.tmpl
parentce3be56f8de35c8974921b4f145e6f312eb986df (diff)
downloadbugzilla-317a88ea11f43acc511d386c65f57bbc57a93c05.tar.gz
bugzilla-317a88ea11f43acc511d386c65f57bbc57a93c05.tar.xz
Bug 170213 - make static HTML files into page.cgi pages. This does votehelp.html (-> id=voting.html), bug_status.html (-> id=fields.html) and bugwritinghelp.html (-> id=bug-writing.html). Patch by gerv; r=kiko, a=justdave.
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-rw-r--r--template/en/default/bug/knob.html.tmpl6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 1e922c112..f8f60c354 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -59,7 +59,8 @@
[% END %]
<input type="radio" name="knob" value="resolve">
- Resolve [% terms.bug %], changing <a href="bug_status.html">resolution</a> to
+ Resolve [% terms.bug %], changing
+ <a href="page.cgi?id=fields.html#resolution">resolution</a> to
<select name="resolution"
onchange="document.changeform.knob[[% knum %]].checked=true">
[% FOREACH r = bug.choices.resolution %]
@@ -78,7 +79,8 @@
[% knum = knum + 1 %]
<input type="radio" name="knob" value="reassign">
- <a href="bug_status.html#assigned_to">Reassign</a> [% terms.bug %] to
+ <a href="page.cgi?id=fields.html#assigned_to">Reassign</a>
+ [% terms.bug %] to
<input name="assigned_to" size="32"
onchange="if ((this.value != '[% bug.assigned_to.email FILTER js %]') &&
(this.value != '')) {