From: lpsolit%gmail.com <> Date: Tue, 3 Jan 2006 04:47:15 +0000 (+0000) Subject: Bug 320960: When viewing bugs in the "Format for printing" (aka Long format), the... X-Git-Tag: bugzilla-2.20.1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9824f6014281ec2bf9a089941f7593f0aa2500cd;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/template/en/default/bug/show-multiple.html.tmpl b/template/en/default/bug/show-multiple.html.tmpl index caacad766d..c1eb27c75b 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 %]