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 6814863fd1e473bfcf18d403f64f6cbdfc17cfaf (commit) via 735fce60d63398c90bbc022962098da6efea4489 (commit) via 8599471a58287a3f97034442263487931e53f877 (commit) from 00d59063dbd08c073b1fa500ba2fcff17483439c (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 6814863fd1e473bfcf18d403f64f6cbdfc17cfaf Author: Jan Paul Tuecking earl@ipfire.org Date: Thu Jun 10 23:02:31 2010 +0200
Added go-down image to core38
commit 735fce60d63398c90bbc022962098da6efea4489 Author: Jan Paul Tuecking earl@ipfire.org Date: Thu Jun 10 22:47:20 2010 +0200
wlanap.cgi now with graphical button
commit 8599471a58287a3f97034442263487931e53f877 Author: Jan Paul Tuecking earl@ipfire.org Date: Thu Jun 10 22:43:15 2010 +0200
A very very very nice button for stopping services.
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/38/filelists/files | 1 + html/cgi-bin/wlanap.cgi | 12 ++++++------ html/html/images/go-down.png | Bin 683 -> 652 bytes 3 files changed, 7 insertions(+), 6 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/38/filelists/files b/config/rootfiles/core/38/filelists/files index 1156910..ab3698a 100644 --- a/config/rootfiles/core/38/filelists/files +++ b/config/rootfiles/core/38/filelists/files @@ -152,3 +152,4 @@ var/ipfire/updatexlrator/updxlrator-lib.pl var/log/cache var/log/updatexlrator usr/local/bin/vpn-watch +srv/web/ipfire/html/images/go-down.png diff --git a/html/cgi-bin/wlanap.cgi b/html/cgi-bin/wlanap.cgi index 5bbb0d1..2e12a65 100644 --- a/html/cgi-bin/wlanap.cgi +++ b/html/cgi-bin/wlanap.cgi @@ -307,13 +307,12 @@ if ( $wlan_card_status ne '' ){ print "<br />"; print "<table width='95%' cellspacing='0' border='0'>"; print "<tr align='center'>"; -print "<td colspan='4'><hr size='1'></td>"; print "</tr>"; print "<tr align='center'>"; print "<td width='40%'> </td>"; -print "<td width='20%'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='submit' name='ACTION' value='$Lang::tr{'start'}' /></form></td>"; -print "<td width='20%'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='submit' name='ACTION' value='$Lang::tr{'stop'}' /></form></td>"; -print "<td width='20%'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='submit' name='ACTION' value='$Lang::tr{'restart'}' /></form></td>"; +print "<td width='20%'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='hidden' name='ACTION' value='$Lang::tr{'start'}' /><input type='image' alt='$Lang::tr{'start'}' title='$Lang::tr{'start'}' src='/images/go-up.png' /></form></td>"; +print "<td width='20%'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='hidden' name='ACTION' value='$Lang::tr{'stop'}' /><input type='image' alt='$Lang::tr{'stop'}' title='$Lang::tr{'stop'}' src='/images/go-down.png' /></form></td>"; +print "<td width='20%'><form method='post' action='$ENV{'SCRIPT_NAME'}'><input type='hidden' name='ACTION' value='$Lang::tr{'restart'}' /><input type='image' alt='$Lang::tr{'restart'}' title='$Lang::tr{'restart'}' src='/images/view-refresh.png' /></form></td>"; print "</tr>"; print "</table>"; }else{ @@ -424,9 +423,10 @@ END print <<END <br /> <table width='95%' cellspacing='0'> -<tr><td align='center'><hr size='1'> +<tr><td align='center'> <form method='post' action='$ENV{'SCRIPT_NAME'}'> - <input type='submit' name='ACTION' value='$Lang::tr{'save'}' /></form></td> + <input type='hidden' name='ACTION' value=$Lang::tr{'save'} /> + <input type='image' alt='$Lang::tr{'save'}' title='$Lang::tr{'save'}' src='/images/media-floppy.png' /></form></td> </tr> </table> END diff --git a/html/html/images/go-down.png b/html/html/images/go-down.png index 3dd7fcc..7234c29 100644 Binary files a/html/html/images/go-down.png and b/html/html/images/go-down.png differ
hooks/post-receive -- IPFire 2.x development tree