diff options
author | lpsolit%gmail.com <> | 2006-06-15 06:20:52 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-06-15 06:20:52 +0200 |
commit | 48b0cf3844779964de405a3139f8c0b3f0d7dc56 (patch) | |
tree | 7cb6dafbf489f37f14de53a194eb7dcfeb03254b /template/en/default/request | |
parent | a59456eb3675e8d716f9516a4f9f0c140da29c9f (diff) | |
download | bugzilla-48b0cf3844779964de405a3139f8c0b3f0d7dc56.tar.gz bugzilla-48b0cf3844779964de405a3139f8c0b3f0d7dc56.tar.xz |
Bug 319067: editflagtypes.cgi should allow to filter flag types based on their product/component - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
Diffstat (limited to 'template/en/default/request')
-rw-r--r-- | template/en/default/request/queue.html.tmpl | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/template/en/default/request/queue.html.tmpl b/template/en/default/request/queue.html.tmpl index 73bbd8195..573e95bfa 100644 --- a/template/en/default/request/queue.html.tmpl +++ b/template/en/default/request/queue.html.tmpl @@ -24,17 +24,7 @@ [% USE Bugzilla %] [% cgi = Bugzilla.cgi %] -[%# The javascript block gets used in header.html.tmpl. %] -[% javascript = BLOCK %] - var usetms = 0; // do we have target milestone? - var first_load = 1; // is this the first time we load the page? - var last_sel = []; // caches last selection - var cpts = new Array(); - [% FOREACH prod = products %] - cpts['[% prod.name FILTER js %]'] = [ - [%- FOREACH comp = prod.components %]'[% comp.name FILTER js %]'[% ", " UNLESS loop.last %] [%- END -%] ]; - [% END %] -[% END %] +[% PROCESS "global/js-products.html.tmpl" %] [% PROCESS global/header.html.tmpl title="Request Queue" |