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 @@ ...@@ -36,7 +36,16 @@
[% END %] [% END %]
[% 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"> <form action="request.cgi" method="get">
<input type="hidden" name="action" value="queue"> <input type="hidden" name="action" value="queue">
...@@ -104,7 +113,6 @@ ...@@ -104,7 +113,6 @@
</table> </table>
</form> </form>
[% END %]
[% column_headers = { [% column_headers = {
"type" => "Flag" , "type" => "Flag" ,
...@@ -121,18 +129,6 @@ ...@@ -121,18 +129,6 @@
group_value = "" 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 %] [% IF debug %]
<p>[% query FILTER html %]</p> <p>[% query FILTER html %]</p>
[% END %] [% 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