From d14421ac2a351bb1d934b1e3b16f3f806a239331 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Nov 2004 02:31:17 +0000 Subject: [PATCH] UI fix on search directions, fix bug preventing show_called_station, hide_ip and hide_data form working --- httemplate/search/sqlradius.cgi | 12 ++++++------ httemplate/search/sqlradius.html | 3 +++ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/httemplate/search/sqlradius.cgi b/httemplate/search/sqlradius.cgi index 9e4a55e62..af6a4c640 100644 --- a/httemplate/search/sqlradius.cgi +++ b/httemplate/search/sqlradius.cgi @@ -259,10 +259,10 @@ <%= $part_export->exporttype %> to <%= $part_export->machine %>
<%= include( '/elements/table.html' ) %> - <% foreach my $field ( keys %fields ) { %> + <% foreach my $field ( keys %efields ) { %> - <%= $fields{$field}->{name} %>
- <%= $fields{$field}->{attrib} %> + <%= $efields{$field}->{name} %>
+ <%= $efields{$field}->{attrib} %> <% } %> @@ -272,9 +272,9 @@ ) { %> - <% foreach my $field ( keys %fields ) { %> - - <%= &{ $fields{$field}->{fmt} }( $session->{$field}, + <% foreach my $field ( keys %efields ) { %> + + <%= &{ $efields{$field}->{fmt} }( $session->{$field}, $session, $part_export, ) diff --git a/httemplate/search/sqlradius.html b/httemplate/search/sqlradius.html index f33313f81..20e8fb817 100644 --- a/httemplate/search/sqlradius.html +++ b/httemplate/search/sqlradius.html @@ -40,6 +40,9 @@ (country code or country code and prefix) + + + (leave blank to show all destinations) <% } %> -- 2.11.0