Bug 65840

git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@809 6955db30-a419-402b-8a0d-67ecbb4d7f56
master
vfilippov 2010-06-25 13:19:21 +00:00
parent 8692aedd4a
commit b84af4f462
2 changed files with 1 additions and 2 deletions

View File

@ -354,7 +354,6 @@ sub view {
# Pass the state object to the display UI.
$vars->{'chart'} = $chart;
$vars->{'selected'} = { map { $_ => 1 } getSelectedLines() };
$vars->{'category'} = Bugzilla::Chart::getVisibleSeries();
$cgi->send_header();

View File

@ -151,7 +151,7 @@ function subcatSelected() {
<tr>
[% IF loop.first %]
<td align="center" rowspan="[% line.size %]">
<input type="checkbox" value="1" name="select[% newidx %]" [% " checked" IF selected.$newidx %]>
<input type="checkbox" value="1" name="select[% newidx %]">
</td>
<td rowspan="[% line.size %]">
<input type="text" size="20" name="label[% newidx %]"