[bugzilla] bug/edit: Move AppDB below Summary.

Jan Zerebecki jan.wine at zerebecki.de
Mon Oct 8 11:57:42 CDT 2007


---
If this patch is rejected from inclusion, please tell me why, as
I would have to ask anyway.

 template/en/default/bug/edit.html.tmpl |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 521733a..212a1bb 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -144,16 +144,6 @@
         <fieldset>
           <legend>Details</legend>
           <table>
-            <tr>
-              <td align="right">
-                <b><a href="http://appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">AppDB</a>:</b>
-              </td>
-              <td colspan="2">
-                <a href="http://appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">Show
-                Apps affected by this bug</a>
-              </td>  
-            </tr>
-
             [%# *** Summary *** %]
             <tr>
               <td align="right">
@@ -163,6 +153,16 @@
                                maxlength => 255 %]
             </tr>
 
+	    <tr>
+              <td align="right">
+                <b>AppDB:</b>
+              </td>
+              <td colspan="2">
+                <a href="http://appdb.winehq.org/viewbugs.php?bug_id=[% bug.bug_id FILTER html %]">Show
+                Apps affected by this bug</a>
+              </td>  
+            </tr>
+
             <tr>
               <td colspan="3">
                 <table>



More information about the wine-patches mailing list