This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 15af725ea401ba1436abd848080e62188e79e4be (commit) from 5f3b20eac388e41aaa3f0f8e215aa70326d23b5c (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 15af725ea401ba1436abd848080e62188e79e4be Author: Christian Schmidt christian.schmidt@ipfire.org Date: Thu Jun 10 12:11:03 2010 +0200
Fixed some naming and length problems in the outgoing gui.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/outgoingfw.cgi | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-)
Difference in files: diff --git a/html/cgi-bin/outgoingfw.cgi b/html/cgi-bin/outgoingfw.cgi index be16beb..a9e8d92 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 <<END - <tr><td width='14%' align='right'>$Lang::tr{'source ip'}: + <tr><td width='14%' align='right'>$Lang::tr{'source ip or net'}: <td width='14%' align='left'>$outfwsettings{'DISPLAY_SIP'} <td width='44%' colspan='2' align='center'> END ; } print <<END - <tr><td width='14%' align='right'>$Lang::tr{'time'} - </td> + <tr><td width='14%' align='right'>$Lang::tr{'time'} - </td> <td width='14%' align='left'> END ; @@ -656,10 +656,10 @@ END <optgroup label='---'> <option value='all' $selected{'SNET'}{'ALL'}>$Lang::tr{'all'}</option> <optgroup label='$Lang::tr{'ip address'}'> - <option value='ip' $selected{'SNET'}{'ip'}>$Lang::tr{'source ip'}</option> + <option value='ip' $selected{'SNET'}{'ip'}>$Lang::tr{'source ip or net'}</option> <option value='red' $selected{'SNET'}{'red'}>$Lang::tr{'red'} IP</option> </optgroup> - <optgroup label='$Lang::tr{'alt vpns'}'> + <optgroup label='$Lang::tr{'alt vpn'}'> <option value='ipsec' $selected{'SNET'}{'ipsec'}>IPSEC $Lang::tr{'interface'}</option> <option value='ovpn' $selected{'SNET'}{'ovpn'}>OpenVPN $Lang::tr{'interface'}</option> </optgroup> @@ -686,8 +686,8 @@ END </optgroup> </select> </td> - <td width='20%' align='right' colspan='2'>$Lang::tr{'source ip'}: <img src='/blob.gif' /></td> - <td width='30%' align='left' colspan='2'><input type='text' name='SIP' maxlength='15' value='$outfwsettings{'SIP'}' /></td> + <td width='20%' align='right' colspan='2'>$Lang::tr{'source ip or net'}<img src='/blob.gif' /></td> + <td width='30%' align='left' colspan='2'><input type='text' name='SIP' value='$outfwsettings{'SIP'}' /></td> </tr> <tr> <td width='20%' align='right'>$Lang::tr{'logging'}:</td> @@ -700,10 +700,10 @@ END <td width='20%' align='right' colspan='2' /> <td width='30%' align='left' colspan='2' /> <tr> - <td width='20%' align='right'>$Lang::tr{'destination ip'}: <img src='/blob.gif' /></td> - <td width='30%' align='left'><input type='text' name='DIP' maxlength='15' value='$outfwsettings{'DIP'}' /></td> - <td width='20%' align='right' colspan='2'>$Lang::tr{'destination port'}: <img src='/blob.gif' /></td> - <td width='30%' align='left' colspan='2'><input type='text' name='DPORT' maxlength='11' value='$outfwsettings{'DPORT'}' /></td> + <td width='20%' align='right'>$Lang::tr{'destination ip or net'}: <img src='/blob.gif' /></td> + <td width='30%' align='left'><input type='text' name='DIP' value='$outfwsettings{'DIP'}' /></td> + <td width='20%' align='right' colspan='2'>$Lang::tr{'destination port'}(s) <img src='/blob.gif' /></td> + <td width='30%' align='left' colspan='2'><input type='text' name='DPORT' value='$outfwsettings{'DPORT'}' /></td> </tr> <tr> <td width='20%' align='right'>$Lang::tr{'time'}:</td>
hooks/post-receive -- IPFire 2.x development tree