]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 224420 - add a warning that only public bugs are counted by the new charting...
authorgerv%gerv.net <>
Sat, 17 Jan 2004 17:16:39 +0000 (17:16 +0000)
committergerv%gerv.net <>
Sat, 17 Jan 2004 17:16:39 +0000 (17:16 +0000)
template/en/default/search/search-create-series.html.tmpl

index 1a63ec5bf85fd19cb8bf5e2a65bc40552b5a4db7..c15dbe236187d3ed810cebb93b3153b029c0fc4a 100644 (file)
   onload = "selectProduct(document.forms['chartform']);"
 %]
 
+<p style="color: red">
+  Note: there is currently a restriction that data sets will only count public
+  bugs (those not in any group).
+</p>
+
 <form method="get" action="chart.cgi" name="chartform">
   
 [% PROCESS search/form.html.tmpl %]