From 317a88ea11f43acc511d386c65f57bbc57a93c05 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Mon, 8 Mar 2004 07:27:30 +0000 Subject: 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. --- template/en/default/bug/create/create.html.tmpl | 5 +++-- template/en/default/bug/create/user-message.html.tmpl | 3 ++- template/en/default/bug/edit.html.tmpl | 12 ++++++------ template/en/default/bug/knob.html.tmpl | 6 ++++-- template/en/default/bug/votes/list-for-user.html.tmpl | 2 +- 5 files changed, 16 insertions(+), 12 deletions(-) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 700994130..7156d052a 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -176,7 +176,7 @@ function set_assign_to() { - Assign To: + Assign To: @@ -333,7 +333,8 @@ function set_assign_to() { [% IF sel.description %] - [% sel.description %]: + + [% sel.description %]: [% END %] diff --git a/template/en/default/bug/create/user-message.html.tmpl b/template/en/default/bug/create/user-message.html.tmpl index 7a3678853..dbbd114e4 100644 --- a/template/en/default/bug/create/user-message.html.tmpl +++ b/template/en/default/bug/create/user-message.html.tmpl @@ -30,7 +30,8 @@ [% PROCESS global/variables.none.tmpl %] -Before reporting [% terms.abug %], please read the +Before reporting [% terms.abug %], please read the + [% terms.bug %] writing guidelines, please look at the list of most frequently reported [% terms.bugs %], and please search for the [% terms.bug %]. diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index f24dce62f..ef6b551fa 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -205,14 +205,14 @@ - Status: + Status: [% bug.bug_status FILTER html %]   - Priority: + Priority: [% PROCESS select selname => "priority" accesskey => "i" %] @@ -220,7 +220,7 @@ - Resolution: + Resolution: @@ -232,7 +232,7 @@   - Severity: + Severity: [% PROCESS select selname = "bug_severity" accesskey => "e" %] @@ -241,7 +241,7 @@ - Assigned To: + Assigned To: [% bug.assigned_to.identity FILTER html %] @@ -428,7 +428,7 @@
- Votes: + Votes: [% bug.votes %]    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 %] - Resolve [% terms.bug %], changing resolution to + Resolve [% terms.bug %], changing + resolution to - Reassign [% terms.bug %] to + Reassign + [% terms.bug %] to Help with voting. + Help with voting.

[% PROCESS global/footer.html.tmpl %] -- cgit v1.2.3-24-g4f1b