From 1874993b3189dc1a1057c11433dfe16470cf8fae Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 3 Jan 2006 04:45:31 +0000 Subject: Bug 320960: When viewing bugs in the "Format for printing" (aka Long format), the bug status and resolution are not translated correctly - Patch by Frédéric Buclin r=wurblzap a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/show-multiple.html.tmpl | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index caacad766..c1eb27c75 100644 --- a/template/en/default/bug/show-multiple.html.tmpl +++ b/template/en/default/bug/show-multiple.html.tmpl @@ -20,7 +20,7 @@ # Gervase Markham #%] -[% PROCESS global/variables.none.tmpl %] +[% PROCESS "global/field-descs.none.tmpl" %] [% PROCESS global/header.html.tmpl title = "Full Text $terms.Bug Listing" @@ -78,8 +78,10 @@ [% PROCESS cell attr = { description => "OS/Version", name => "op_sys" } %] - [% PROCESS cell attr = { description => "Status", - name => "bug_status" } %] + + Status:  + [% status_descs.${bug.bug_status} FILTER html %] + [% PROCESS cell attr = { description => "Severity", name => "bug_severity" } %] [% PROCESS cell attr = { description => "Priority", @@ -87,8 +89,10 @@ - [% PROCESS cell attr = { description => "Resolution", - name => "resolution" } %] + + Resolution:  + [% resolution_descs.${bug.resolution} FILTER html %] + Assigned To:  [% bug.assigned_to.login FILTER html %] -- cgit v1.2.3-24-g4f1b