diff options
author | gerv%gerv.net <> | 2004-08-30 06:29:34 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2004-08-30 06:29:34 +0200 |
commit | f9214d522c9dabc0096573e553b946c492a65230 (patch) | |
tree | 161441bcdcc65abb52852673fda5079ab62555bb /template/en/default/search | |
parent | e78dc329d8f354a3fe37def1ec3fb8d75492d8ca (diff) | |
download | bugzilla-f9214d522c9dabc0096573e553b946c492a65230.tar.gz bugzilla-f9214d522c9dabc0096573e553b946c492a65230.tar.xz |
Bug 225687 - add group controls to charts, along with various other cleanups. Patch by gerv; r=joel, a=justdave.
Diffstat (limited to 'template/en/default/search')
-rw-r--r-- | template/en/default/search/search-create-series.html.tmpl | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/template/en/default/search/search-create-series.html.tmpl b/template/en/default/search/search-create-series.html.tmpl index b0a5b4315..6caf6da09 100644 --- a/template/en/default/search/search-create-series.html.tmpl +++ b/template/en/default/search/search-create-series.html.tmpl @@ -32,11 +32,6 @@ onload = "selectProduct(document.forms['chartform']);" %] -<p style="color: red"> - Note: there is currently a restriction that data sets will only count public - [%+ terms.bugs %] (those not in any group). -</p> - <form method="get" action="chart.cgi" name="chartform"> [% PROCESS search/form.html.tmpl %] |