diff options
author | gerv%gerv.net <> | 2004-03-08 07:27:30 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2004-03-08 07:27:30 +0000 |
commit | 317a88ea11f43acc511d386c65f57bbc57a93c05 (patch) | |
tree | 0441ef85123abfd47830f6cf539f0d1ca949a3cf /template/en/default/list | |
parent | ce3be56f8de35c8974921b4f145e6f312eb986df (diff) | |
download | bugs-317a88ea11f43acc511d386c65f57bbc57a93c05.tar bugs-317a88ea11f43acc511d386c65f57bbc57a93c05.tar.gz bugs-317a88ea11f43acc511d386c65f57bbc57a93c05.tar.bz2 bugs-317a88ea11f43acc511d386c65f57bbc57a93c05.tar.xz bugs-317a88ea11f43acc511d386c65f57bbc57a93c05.zip |
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/list')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index e35f66584..1ea9b6dd9 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -70,7 +70,7 @@ <th> <label for="rep_platform"> - <a href="bug_status.html#rep_platform">Platform</a>: + <a href="page.cgi?id=fields.html#rep_platform">Platform</a>: </label> </th> <td> @@ -80,7 +80,7 @@ <th> <label for="priority"> - <a href="bug_status.html#priority">Priority</a>: + <a href="page.cgi?id=fields.html#priority">Priority</a>: </label> </th> <td> @@ -99,7 +99,7 @@ <th> <label for="bug_severity"> - <a href="bug_status.html#severity">Severity</a>: + <a href="page.cgi?id=fields.html#severity">Severity</a>: </label> </th> <td> @@ -266,7 +266,7 @@ [% knum = knum + 1 %] <input id="knob-resolve" type="radio" name="knob" value="resolve"> <label for="knob-resolve"> - Resolve [% terms.bugs %], changing <a href="bug_status.html">resolution</a> to + Resolve [% terms.bugs %], changing <a href="page.cgi?id=fields.html#resolution">resolution</a> to </label> <select name="resolution" onchange="document.forms.changeform.knob[[% knum %]].checked=true"> [% FOREACH resolution = resolutions %] @@ -300,7 +300,7 @@ [% knum = knum + 1 %] <input id="knob-reassign" type="radio" name="knob" value="reassign"> -<label for="knob-reassign"><a href="bug_status.html#assigned_to"> +<label for="knob-reassign"><a href="page.cgi?id=fields.html#assigned_to"> Reassign</a> [% terms.bugs %] to </label> <input name="assigned_to" |