X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsqlradius.html;h=547a9bb44ba961733fa0492b2319148c55c14f7f;hp=c0791f1ed5a4b9c53019d3146ef83fd2bc09763a;hb=ae2ce7f3fc2a0fe00f05145ce64e8b6b8c034631;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index c0791f1ed..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'); + +