]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 313744: Deadline Field not available when changing several bugs at once - Patch...
authorlpsolit%gmail.com <>
Fri, 4 Jan 2008 06:20:42 +0000 (06:20 +0000)
committerlpsolit%gmail.com <>
Fri, 4 Jan 2008 06:20:42 +0000 (06:20 +0000)
template/en/default/list/edit-multiple.html.tmpl

index f19410ab8c1038d22ab4f11e613726a303fdfdc0..9aa110359e8c653df4a966781b2d919ff8bddff1 100644 (file)
                value="[% dontchange FILTER html %]"
                size="6">
       </td>
+      <th><label for="deadline">Deadline (YYYY-MM-DD):</label></th>
+      <td>
+        <input id="deadline"
+               name="deadline"
+               value="[% dontchange FILTER html %]"
+               size="10">
+      </td>
+    </tr>
+    <tr>
       <th><label for="remaining_time">Remaining Hours:</label></th>
       <td>
         <input id="remaining_time"
                value="[% dontchange FILTER html %]"
                size="6">
       </td>
+      <th>&nbsp;</th>
+      <td>&nbsp;</td>
     </tr>
   [% END %]