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 8a5823b8c426375a63d49424e7d800530c50ee0b (commit) via d47236e0de22f80a9bf6055715b2188d1ed931ba (commit) from 14e30babc3b5ee992ca440171b1c996955838fc8 (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 8a5823b8c426375a63d49424e7d800530c50ee0b Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Jun 18 22:49:16 2010 +0200
This fixes Bug #0000652 - IE8 needs forced blank, other browser are still fine
commit d47236e0de22f80a9bf6055715b2188d1ed931ba Author: Jan Paul Tuecking earl@ipfire.org Date: Fri Jun 18 22:40:23 2010 +0200
This fixes Bug #0000656 - IE8 showes outgoinggrp.cgi in the correct way.
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/outgoinggrp.cgi | 3 +-- html/html/themes/ipfire/include/functions.pl | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-)
Difference in files: diff --git a/html/cgi-bin/outgoinggrp.cgi b/html/cgi-bin/outgoinggrp.cgi index 69656d0..d8c6e04 100644 --- a/html/cgi-bin/outgoinggrp.cgi +++ b/html/cgi-bin/outgoinggrp.cgi @@ -107,7 +107,6 @@ $ipgroupcontent =~ s/\n/<br />/g; &Header::openbox('100%', 'center', $Lang::tr{'outgoing firewall ip groups'});
print <<END -<a name="outgoing showipgroup"</a> <br /> <form method='post' action='$ENV{'SCRIPT_NAME'}#outgoing showipgroup'> <table width='95%' cellspacing='0'> @@ -210,4 +209,4 @@ END &Header::closebigbox(); &Header::closepage(); exit 0; -} \ No newline at end of file +} diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 9af7380..c681f80 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -363,8 +363,8 @@ if ($settings{'SPEED'} ne 'off') { print <<END <br /> <b>$Lang::tr{'bandwidth usage'}:</b> - $Lang::tr{'incoming'}: <span id="rx_kbs"></span> - $Lang::tr{'outgoing'}: <span id="tx_kbs"></span> + $Lang::tr{'incoming'}: <span id="rx_kbs"></span> $Lang::tr{'outgoing'}: <span id="tx_kbs"></span> + END ; }
hooks/post-receive -- IPFire 2.x development tree