X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fsearch%2Fsqlradius.html;h=8f4878dbce09fc8e3e3023d2f5f063f9caba1c38;hb=f2ccd32479007116f0008ffe67e933300b763b33;hp=48a3d8680169e634d37f79c987bee803b6e49fe8;hpb=5fc8c5edf574ab024d4646914b6432d458e2ffbd;p=freeside.git diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index 48a3d8680..8f4878dbc 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -4,7 +4,7 @@ ') %> -
+ <% #include( '/elements/table.html' ) %> <%= ntable('#cccccc') %> @@ -15,14 +15,38 @@ (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: