diff options
Diffstat (limited to 'template/en/default/request/queue.html.tmpl')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 24 |
1 files changed, 10 insertions, 14 deletions
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"] +%] + <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 %] |