X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsqlradius.html;h=547a9bb44ba961733fa0492b2319148c55c14f7f;hp=660a54f3cd8035ba57501a8be66b50fa5693ee88;hb=ae2ce7f3fc2a0fe00f05145ce64e8b6b8c034631;hpb=590603ecaea3184f64530755a76626be8205da49 diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 660a54f3c..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,8 +49,63 @@ % } + + 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', 'input_time'=>1 ) %> + <% include( '/elements/tr-input-beginning_ending.html', + 'prefix' => 'stoptime', + 'input_time' => 1, + ) + %>