Jan Zerebecki : bug/edit: Move AppDB below Summary.

Jeremy Newman jnewman at winehq.org
Fri Oct 19 10:00:26 CDT 2007


Module: bugzilla
Branch: master
Commit: 65373001fb449db9e820aa991371cfbac876db1f
URL:    http://source.winehq.org/git/bugzilla.git/?a=commit;h=65373001fb449db9e820aa991371cfbac876db1f

Author: Jan Zerebecki <jan.wine at zerebecki.de>
Date:   Mon Oct  8 18:57:42 2007 +0200

bug/edit: Move AppDB below Summary.

---

 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-cvs mailing list