Commit 513b4b16 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa…

Bug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=justdave
parent 04b1c1f9
......@@ -36,7 +36,16 @@
[% 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">
......@@ -104,7 +113,6 @@
</table>
</form>
[% END %]
[% column_headers = {
"type" => "Flag" ,
......@@ -121,18 +129,6 @@
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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment