r695: Switching the order of fields on the listing
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 14 Jan 2006 18:57:15 +0000 (18:57 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 14 Jan 2006 18:57:15 +0000 (18:57 +0000)
templates/search_results.tpl
templates/trackerhome.tpl
templates/trackerhome_bits.tpl

index b471203ae47635c649f2d521f43c881ed7169b7c..eeaff2952ba10f12b2dac9befe8e2c631899ffbb 100644 (file)
@@ -19,9 +19,9 @@ $header
 <tr class="listinghead">
        <td>{@"ID"}</td>
        <td>{@"Summary/Reporter"}</td>
-       <td>{@"Priority/Severity"}</td>
-       <td>{@"Status/Resolution"}</td>
        <td>{@"Product/Version"}</td>
+       <td>{@"Status/Resolution"}</td>
+       <td>{@"Priority/Severity"}</td>
        <td>{@"Last Post"}</td>
 </tr>
 $bugs
index f11fd2a211975474d39274f4e01779895d8bb251..b1d637054af34cd257aacd390efe80343c1fdb24 100644 (file)
@@ -13,9 +13,9 @@ $header
 <tr class="listinghead">
        <td>{@"ID"}</td>
        <td>{@"Summary/Reporter"}</td>
-       <td>{@"Priority/Severity"}</td>
-       <td>{@"Status/Resolution"}</td>
        <td>{@"Product/Version"}</td>
+       <td>{@"Status/Resolution"}</td>
+       <td>{@"Priority/Severity"}</td>
        <td>{@"Last Post"}</td>
 </tr>
 $bugs
index 4b53cc1242e9cec4d3adbfc770e941bc4318ae39..78c0fb20423605da71baa2b3486779e4f5aab9d8 100644 (file)
@@ -7,16 +7,16 @@
                <if condition="$bug['firstreport']"><div>$bug[firstreport]</div></if>
        </td>
        <td>
-               <div>$bug[severity]</div>
-               <div>$bug[priority]</div>
+               <div>$bug[product]</div>
+               <div>$bug[version]</div>
        </td>
        <td>
                <div>$bug[status]</div>
                <div>$bug[resolution]</div>
        </td>
        <td>
-               <div>$bug[product]</div>
-               <div>$bug[version]</div>
+               <div>$bug[severity]</div>
+               <div>$bug[priority]</div>
        </td>
        <td>
                <div>$bug[lastposttime]</div>