X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsqlradius.html;h=547a9bb44ba961733fa0492b2319148c55c14f7f;hp=1fd50da8d774ce26f2fbca82c5a0ac55545ec50e;hb=ff27c3f36240aee48ed50153dd5d8fe3ac3f2443;hpb=b9dea1e88a8a13a0d206e23ee5c864a0be813030 diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 1fd50da8d..547a9bb44 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -8,6 +8,12 @@ Username: +<% include( '/elements/tr-checkbox.html', + 'field' => 'summarize', + 'label' => 'Summarize', + 'value' => 'Y', + ) +%> (leave blank to show all users) @@ -43,11 +49,72 @@ % } + + Show: + + All sessions
+ Completed sessions
+ Open sessions + + + + + Session start + + + <% include( '/elements/tr-input-beginning_ending.html', + 'prefix' => 'starttime', + 'input_time' => 1, + ) + %> + + + + + Session end + + + <% include( '/elements/tr-input-beginning_ending.html', + 'prefix' => 'stoptime', + 'input_time' => 1, + ) + %>
<% include('/elements/footer.html') %> +<%init> + +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('List rating data'); + +