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 d3bea04349d7456bc1db37087081dd55e688f936 (commit) from b6a542c4df07f0aea694a8c624da9fcddf0b33a9 (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 d3bea04349d7456bc1db37087081dd55e688f936 Author: Christian Schmidt christian.schmidt@ipfire.org Date: Mon Jul 12 18:01:51 2010 +0200
Sometimes my winscp acts strange ...
-----------------------------------------------------------------------
Summary of changes: html/cgi-bin/samba.cgi | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/html/cgi-bin/samba.cgi b/html/cgi-bin/samba.cgi index bd0c22a..2e8ea8a 100644 --- a/html/cgi-bin/samba.cgi +++ b/html/cgi-bin/samba.cgi @@ -620,7 +620,7 @@ if ($sambasettings{'SECURITY'} eq 'user') &Header::openbox('100%', 'center', $Lang::tr{'accounting user pdc'}); } print <<END - <a name="$Lang::tr{'accounting'}"</a> + <a name="$Lang::tr{'accounting'}"></a> <br /> <table width='95%' cellspacing='0'> <tr><td colspan='6' align='left'></td></tr> @@ -866,7 +866,7 @@ my %shares = config("${General::swroot}/samba/shares");
print <<END -<a name="$Lang::tr{'manage shares'}"</a> +<a name="$Lang::tr{'manage shares'}"></a> <br /> <table width='95%' cellspacing='0'> <tr><td bgcolor='$color{'color20'}' colspan='3' align='left'><b>$Lang::tr{'manage shares'}</b> @@ -1014,7 +1014,7 @@ if ( -e "/var/ipfire/cups/enable")
my @Printers = keys(%printer); print <<END -<a name="$Lang::tr{'manage printers'}"</a> +<a name="$Lang::tr{'manage printers'}"></a> <br /> <table width='95%' cellspacing='0'> <tr><td bgcolor='$color{'color20'}' colspan='3' align='left'><b>$Lang::tr{'manage printers'}</b> @@ -1154,7 +1154,7 @@ $Log=~s/\n/<br />/g; &Header::openbox('100%', 'center', $Lang::tr{'log'});
print <<END -<a name="$Lang::tr{'log view'}"</a> +<a name="$Lang::tr{'log view'}"></a> <br /> <form method='post' action='$ENV{'SCRIPT_NAME'}#$Lang::tr{'log view'}'> <table width='95%' cellspacing='0'>
hooks/post-receive -- IPFire 2.x development tree