From 513b4b1683e9b95dcddf98c2dc597fd4adc4ac8e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 23 Aug 2005 04:12:38 +0000 Subject: Bug 226583: Request queue header is way too wide - Patch by Teemu Mannermaa r=LpSolit a=justdave --- template/en/default/request/queue.html.tmpl | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) (limited to 'template/en/default/request') diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index fbfa94d25..a6edcd8a3 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -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"] +%] +
@@ -104,7 +113,6 @@
-[% 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 %]

[% query FILTER html %]

[% END %] -- cgit v1.2.3-24-g4f1b