[bugzilla] Add descriptions for additional resolutions (try 2)

André Hentschel nerv at dawncrow.de
Sun Jun 16 11:40:34 CDT 2013


Changed according to Henri's notes. Thx Henri for the informations.
---
 template/en/default/pages/fields.html.tmpl | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index 5e00e17..3f21a2d 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -186,6 +186,26 @@
           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 or broken
+          packages in distributions.
+          Note: Most other bug trackers call this "NOTOURBUG".
+        </dd>
       </dl>
     </td>
   </tr>
-- 
1.8.1.2



More information about the wine-patches mailing list