[Bugzilla] link bugs patch 1 of 1

Tony Lambregts tony.lambregts at gmail.com
Sun Jul 10 19:44:40 CDT 2005


This is the Bugzilla portion of the series of patches that gives better 
integration of bugzilla with the AppDB. It should be applied after the AppDB 
patches 1-6.

It is a bit of a hack because it hard codes the http address but we do not have 
a variable already and my poor brain just isn't up to adding one. *8^|

Change Log: Provide a link to view apps affected by a bug.

Files Changed: template/en/default/bug/edit.html.tmpl


-------------- next part --------------
Index: template/en/default/bug/edit.html.tmpl
===================================================================
RCS file: /home/wine/bugzilla/template/en/default/bug/edit.html.tmpl,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 edit.html.tmpl
--- template/en/default/bug/edit.html.tmpl	1 Dec 2004 23:15:24 -0000	1.1.1.1
+++ template/en/default/bug/edit.html.tmpl	11 Jul 2005 00:30:24 -0000
@@ -236,7 +236,17 @@
         [% END %]
     </td>
   </tr>
-  
+  <tr>
+    <td align="right">
+      <b>
+        <a href="http://appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">
+        <u>A</u>ppDB</a>:
+      </b>
+    </td>
+    <td colspan="5">
+      Show Apps affected by this bug
+    </td>  
+  </tr>
   <tr>
     <td align="right">
       <b><u>S</u>ummary:</b>


More information about the wine-patches mailing list