diff options
Diffstat (limited to 'httemplate/graph/report_cust_pkg.html')
-rw-r--r-- | httemplate/graph/report_cust_pkg.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/httemplate/graph/report_cust_pkg.html b/httemplate/graph/report_cust_pkg.html index 1425ff089..0da5016a7 100644 --- a/httemplate/graph/report_cust_pkg.html +++ b/httemplate/graph/report_cust_pkg.html @@ -1,6 +1,6 @@ <% include('/elements/header.html', 'Package Churn Summary' ) %> -<FORM ACTION="cust_pkg.cgi" METHOD="GET"> +<FORM ACTION="cust_pkg.html" METHOD="GET"> <TABLE BGCOLOR="#cccccc" CELLSPACING=0> @@ -54,6 +54,12 @@ }, &> +<& /elements/tr-checkbox.html, + 'field' => 'normalize', + 'value' => 1, + 'label' => 'Show percentages' +&> + </TABLE> <BR><INPUT TYPE="submit" VALUE="Display"> |