From 15af725ea401ba1436abd848080e62188e79e4be Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Thu, 10 Jun 2010 12:11:03 +0200 Subject: [PATCH] Fixed some naming and length problems in the outgoing gui. --- html/cgi-bin/outgoingfw.cgi | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/html/cgi-bin/outgoingfw.cgi b/html/cgi-bin/outgoingfw.cgi index be16beb6e6..a9e8d92d8d 100644 --- a/html/cgi-bin/outgoingfw.cgi +++ b/html/cgi-bin/outgoingfw.cgi @@ -465,14 +465,14 @@ END unless ($outfwsettings{'SIP'}) { $outfwsettings{'DISPLAY_SIP'} = 'ALL'; } else { $outfwsettings{'DISPLAY_SIP'} = $outfwsettings{'SIP'}; } unless ($outfwsettings{'SMAC'}) { $outfwsettings{'DISPLAY_SMAC'} = 'ALL'; } else { $outfwsettings{'DISPLAY_SMAC'} = $outfwsettings{'SMAC'}; } print <$Lang::tr{'source ip'}: + $Lang::tr{'source ip or net'}: $outfwsettings{'DISPLAY_SIP'} END ; } print <$Lang::tr{'time'} - + $Lang::tr{'time'} - END ; @@ -656,10 +656,10 @@ END - + - + @@ -686,8 +686,8 @@ END - $Lang::tr{'source ip'}: - + $Lang::tr{'source ip or net'} + $Lang::tr{'logging'}: @@ -700,10 +700,10 @@ END - $Lang::tr{'destination ip'}: - - $Lang::tr{'destination port'}: - + $Lang::tr{'destination ip or net'}: + + $Lang::tr{'destination port'}(s) + $Lang::tr{'time'}: -- 2.39.2