]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa <wicked...
authorlpsolit%gmail.com <>
Tue, 23 Aug 2005 04:17:25 +0000 (04:17 +0000)
committerlpsolit%gmail.com <>
Tue, 23 Aug 2005 04:17:25 +0000 (04:17 +0000)
template/en/default/request/queue.html.tmpl

index fbfa94d25028b8a8a7e4b15ce16337d96c4d4875..a6edcd8a3136edade409a734757d9f17be845a02 100644 (file)
   [% END %]
 [% END %]
 
-[% filter_form = BLOCK %]
+[% PROCESS global/header.html.tmpl
+  title="Request Queue"
+  style = "
+    table.requests th { text-align: left; }
+    table#filter th { text-align: right; }
+  "
+  onload="selectProduct(document.forms[0], 'product', 'component', 'Any');"
+  javascript_urls=["productmenu.js"]
+%]
+
 <form action="request.cgi" method="get">
   <input type="hidden" name="action" value="queue">
 
   </table>
 
 </form>
-[% END %]
 
 [% column_headers = {
       "type"       => "Flag" ,
            group_value     = ""
 %]
 
-
-[% PROCESS global/header.html.tmpl
-  title="Request Queue"
-  h2=filter_form
-  style = "
-    table.requests th { text-align: left; }
-    table#filter th { text-align: right; }
-  "
-  onload="selectProduct(document.forms[0], 'product', 'component', 'Any');"
-  javascript_urls=["productmenu.js"]
-%]
-
 [% IF debug %]
   <p>[% query FILTER html %]</p>
 [% END %]