X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fsearch%2Fsqlradius.html;h=f33313f8182f087a9e39763836954e9b4a6636b1;hp=48a3d8680169e634d37f79c987bee803b6e49fe8;hb=48ba2845d0119c56971d5b724661aa37e73b49dd;hpb=521e7787b230669dc10e6fbd909e70ddb8121990 diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 48a3d8680..f33313f81 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -15,14 +15,35 @@ (leave blank to show all users) - - IP address: - - - - - (leave blank to show all IPs) - + +<% 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) + +<% } %> + From: