diff options
| author | Mark Wells <mark@freeside.biz> | 2016-10-26 13:44:27 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2016-10-26 13:45:06 -0700 |
| commit | 27c3f67c2cc601bfc97110749b347c0fb0252f35 (patch) | |
| tree | 14883ca008f5de264f5b9feeedc05c01da8105a4 /httemplate/search/report_sqlradius_usage.html | |
| parent | f083eaba222c062310512f3aacae1ec90299ee93 (diff) | |
improve RADIUS data usage report: multiple export selection, optionally group by package, #73093 and #73049
Diffstat (limited to 'httemplate/search/report_sqlradius_usage.html')
| -rw-r--r-- | httemplate/search/report_sqlradius_usage.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/httemplate/search/report_sqlradius_usage.html b/httemplate/search/report_sqlradius_usage.html index 38d52e531..3f94f29c2 100644 --- a/httemplate/search/report_sqlradius_usage.html +++ b/httemplate/search/report_sqlradius_usage.html @@ -23,12 +23,21 @@ 'extra_sql' => ' WHERE exporttype IN ( '. join(',', map "'$_'", @exporttypes). ')', - 'disable_empty' => 1, + 'multiple' => 1, 'order_by' => 'ORDER BY exportnum', &> <& /elements/tr-input-beginning_ending.html &> +<& /elements/tr-radio.html, + 'field' => 'combine_svcs', + 'options' => [ 0, 1 ], + 'labels' => { 0 => 'Per service', + 1 => 'Per package', + }, + 'curr_value' => 0, +&> + </TABLE> <BR> |
