From b973fa3aa78197c0df5dfa519502d4f144f61edf Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 19 Aug 2009 14:46:55 +0000 Subject: =?UTF-8?q?Bug=20505015:=20Selections=20are=20not=20persistent=20a?= =?UTF-8?q?cross=20submissions=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?UTF-8?q?=C2=A9ric=20Buclin=20=20r=3Dghendricks=20a?= =?UTF-8?q?=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/reports/create-chart.html.tmpl | 30 ++++++---------------- 1 file changed, 8 insertions(+), 22 deletions(-) (limited to 'template/en/default/reports/create-chart.html.tmpl') diff --git a/template/en/default/reports/create-chart.html.tmpl b/template/en/default/reports/create-chart.html.tmpl index 4762c62c0..0466b11c1 100644 --- a/template/en/default/reports/create-chart.html.tmpl +++ b/template/en/default/reports/create-chart.html.tmpl @@ -50,6 +50,7 @@ function subcatSelected() { i++; } + namewidget.disabled = false; namewidget.options[0].selected = true; checkNewState(); @@ -98,23 +99,16 @@ function subcatSelected() { - - - + [% PROCESS series_select sel = { name => 'name', + size => 5, + multiple => 1, + # We want to use the series ID as value, + # not its name. + value_in_hash => 1 } %] - -

List Of Data Sets To Plot

[% IF chart.lines.size > 0 %] -- cgit v1.2.1