X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fsearch%2Fsqlradius.html;h=8c405982f27ce3cc09395ab6f68c83a176ba9c9e;hb=e92fa2f0535551a4e4cd92d10ccbcf930a5e5e62;hp=c0791f1ed5a4b9c53019d3146ef83fd2bc09763a;hpb=3ce7691203a7737406bf2d4442f7fd84b81f847e;p=freeside.git diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index c0791f1ed..8c405982f 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -43,11 +43,81 @@ % } + + Show: + + 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'); + +