From eb061f5119325e666f0dff40d4089e5c1df58e17 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Sun, 16 Mar 2008 19:58:34 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TRIXBOX_2_6'. --- httemplate/search/sqlradius.html | 59 ---------------------------------------- 1 file changed, 59 deletions(-) delete mode 100644 httemplate/search/sqlradius.html (limited to 'httemplate/search/sqlradius.html') diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html deleted file mode 100644 index 660a54f3c..000000000 --- a/httemplate/search/sqlradius.html +++ /dev/null @@ -1,59 +0,0 @@ -<% include( '/elements/header.html', 'Search RADIUS sessions' ) %> - -
-% #include( '/elements/table.html' ) - -<% ntable('#cccccc') %> - - Username: - - - - - (leave blank to show all users) - -% my @part_export = qsearch( 'part_export', { 'exporttype' => 'sqlradius' } ); -% push @part_export, -% qsearch( 'part_export', { 'exporttype' => 'sqlradius_withdomain' } ); -% -% if ( grep { ! $_->option('hide_ip') } @part_export ) { - - - IP address: - - - - - (leave blank to show all IPs) - -% } -% if ( grep { $_->option('show_called_station') } @part_export ) { - - - Destination prefix: - - - - - (country code or country code and prefix) - - - - (leave blank to show all destinations) - -% } - - -<% include( '/elements/tr-input-beginning_ending.html', 'input_time'=>1 ) %> - - -
-
- -<% include('/elements/footer.html') %> -<%init> - -die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('List rating data'); - - -- cgit v1.2.1