From 9704bcdf20dfc01b491d4a7c76f469c9a6190685 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Wed, 30 Jan 2002 21:43:11 +0000 Subject: Bug 122154 - change arrays to numeric, and clean up query.atml js patch by kiko@async.com.br, r=caillon,bbaetz --- template/default/query/query.atml | 215 +++++++++++++++++++++++--------------- 1 file changed, 130 insertions(+), 85 deletions(-) (limited to 'template/default') diff --git a/template/default/query/query.atml b/template/default/query/query.atml index c98d7bdc6..d4f8dbd17 100644 --- a/template/default/query/query.atml +++ b/template/default/query/query.atml @@ -27,80 +27,106 @@ [%# Note: use Template comments and not JS ones here, to avoid bloating what we actually send to the browser %] + +[% IF Param('usetargetmilestone') %] +[% tms = 1 %] +[% ELSE %] +[% tms = 0 %] +[% END %]