From: ivan Date: Mon, 22 Nov 2004 02:31:17 +0000 (+0000) Subject: UI fix on search directions, fix bug preventing show_called_station, hide_ip and... X-Git-Tag: BEFORE_FINAL_MASONIZE~850 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=d14421ac2a351bb1d934b1e3b16f3f806a239331;hp=48ba2845d0119c56971d5b724661aa37e73b49dd UI fix on search directions, fix bug preventing show_called_station, hide_ip and hide_data form working --- 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) <% } %>