[bugzilla] Add descriptions for additional resolutions

André Hentschel nerv at dawncrow.de
Sat Jun 15 18:26:26 CDT 2013


http://bugs.winehq.org/show_bug.cgi?id=32223

---
 template/en/default/pages/fields.html.tmpl | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 5e00e17..a3bdfe1 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -186,6 +186,24 @@
           behavior would occur. If more information appears later,
           the [% terms.bug %] can be reopened.
         </dd>
+
+        <dt>
+          [% display_value("resolution", "ABANDONED") FILTER html %]
+        </dt>
+        <dd>
+          No one took care of the [% terms.bug %] for a long time and
+          the reporter didn't reply to information requests.
+          If more information appears later, the [% terms.bug %]
+          can be reopened.
+        </dd>
+
+        <dt>
+          [% display_value("resolution", "UPSTREAM") FILTER html %]
+        </dt>
+        <dd>
+          The problem is not a [% terms.bug %] in Wine,
+          but in some upstream software Wine depends on.
+        </dd>
       </dl>
     </td>
   </tr>
-- 
1.8.1.2



More information about the wine-patches mailing list