]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 320960: When viewing bugs in the "Format for printing" (aka Long format), the...
authorlpsolit%gmail.com <>
Tue, 3 Jan 2006 04:47:15 +0000 (04:47 +0000)
committerlpsolit%gmail.com <>
Tue, 3 Jan 2006 04:47:15 +0000 (04:47 +0000)
template/en/default/bug/show-multiple.html.tmpl

index caacad766de68409b4ca661f08445687af992d63..c1eb27c75b84cc305597e2bc11fdfdc09f0153a0 100644 (file)
@@ -20,7 +20,7 @@
   #                 Gervase Markham <gerv@gerv.net>
   #%]
 
-[% PROCESS global/variables.none.tmpl %]
+[% PROCESS "global/field-descs.none.tmpl" %]
 
 [% PROCESS global/header.html.tmpl
   title = "Full Text $terms.Bug Listing"
     <tr>
       [% PROCESS cell attr = { description => "OS/Version",
                                name => "op_sys" } %]
-      [% PROCESS cell attr = { description => "Status",
-                               name => "bug_status" } %]
+      <td>
+        <b>Status:</b>&nbsp;
+        [% status_descs.${bug.bug_status} FILTER html %]
+      </td>
       [% PROCESS cell attr = { description => "Severity",
                                name => "bug_severity" } %]
       [% PROCESS cell attr = { description => "Priority",
     </tr>
 
     <tr>
-      [% PROCESS cell attr = { description => "Resolution",
-                               name => "resolution" } %]
+      <td>
+        <b>Resolution:</b>&nbsp;
+        [% resolution_descs.${bug.resolution} FILTER html %]
+      </td>
       <td>
         <b>Assigned To:</b>&nbsp;
         [% bug.assigned_to.login FILTER html %]