]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 45349: Allow to change the OS when changing several bugs at once - Patch by Frédé...
authorlpsolit%gmail.com <>
Wed, 31 Aug 2005 07:56:11 +0000 (07:56 +0000)
committerlpsolit%gmail.com <>
Wed, 31 Aug 2005 07:56:11 +0000 (07:56 +0000)
buglist.cgi
template/en/default/list/edit-multiple.html.tmpl

index 44854b237fa9b9227a24a879db0bbea631144d69..b6d95c994886f1c31bf13f805a36667c1079b975 100755 (executable)
@@ -980,6 +980,7 @@ if ($dotweak) {
     my @enterable_products = GetEnterableProducts();
     $vars->{'products'} = \@enterable_products;
     $vars->{'platforms'} = \@::legal_platform;
+    $vars->{'op_sys'} = \@::legal_opsys;
     $vars->{'priorities'} = \@::legal_priority;
     $vars->{'severities'} = \@::legal_severity;
     $vars->{'resolutions'} = \@::settable_resolution;
index 096c0e695cff53cc479992f43d5f165b6c7a59a8..9ce3a3e300c43ed5d4c78677f66d2271c51ff771 100644 (file)
   </tr>
   <tr>
 
-    <th>
-      <label for="rep_platform">
-        <a href="page.cgi?id=fields.html#rep_platform">Platform</a>:
-      </label>
-    </th>
+    <th><label for="component">Component:</label></th>
     <td>
-      [% PROCESS selectmenu menuname = "rep_platform"
-                            menuitems = platforms %]
+      [% PROCESS selectmenu menuname = "component"
+                            menuitems = components %]
     </td>
 
     <th>
   </tr>
   <tr>
 
-    <th><label for="component">Component:</label></th>
+    <th>
+      <label for="rep_platform">
+        <a href="page.cgi?id=fields.html#rep_platform">Platform</a>:
+      </label>
+    </th>
     <td>
-      [% PROCESS selectmenu menuname = "component"
-                            menuitems = components %]
+      [% PROCESS selectmenu menuname = "rep_platform"
+                            menuitems = platforms %]
     </td>
 
     <th>
 
   </tr>
 
-  [% IF Param("usetargetmilestone") %]
-    <tr>
+  <tr>
+    <th>
+      <label for="op_sys">
+        <a href="page.cgi?id=fields.html#op_sys">OS</a>:
+      </label>
+    </th>
+    <td [% " colspan=\"3\"" IF !Param("usetargetmilestone") %]>
+      [% PROCESS selectmenu menuname = "op_sys"
+                            menuitems = op_sys %]
+    </td>
+
+    [% IF Param("usetargetmilestone") %]
       <th><label for="target_milestone">Target Milestone:</label></th>
-      <td colspan="3">
+      <td>
         [% PROCESS selectmenu menuname = "target_milestone"
                               menuitems = targetmilestones %]
       </td>
-    </tr>
-  [% END %]
+    [% END %]
+  </tr>
 
   [% IF UserInGroup(Param("timetrackinggroup")) %]
     <tr>