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/edit.html.tmpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'template/en/default/bug/edit.html.tmpl') 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 %]    -- cgit v1.2.3-24-g4f1b