]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Added modification from vamplestat to index.cgi
authorManiacikarus <maniacikarus@ipfire.org>
Sat, 28 Jun 2008 09:04:02 +0000 (11:04 +0200)
committerManiacikarus <maniacikarus@ipfire.org>
Sat, 28 Jun 2008 09:04:02 +0000 (11:04 +0200)
config/rootfiles/updater/filelists/core15
html/cgi-bin/index.cgi

index ad4d84f4c81f16a1e2f9f38c421eeaebf0046737..f4ec6e1fc434019cede3584cdf5028da8977676e 100644 (file)
@@ -4,6 +4,7 @@ etc/ppp/ip-up
 etc/modprobe.d/blacklist
 usr/bin/bc
 usr/bin/dc
+srv/web/ipfire/cgi-bin/index.cgi
 srv/web/ipfire/cgi-bin/pakfire.cgi
 srv/web/ipfire/cgi-bin/qos.cgi
 srv/web/ipfire/cgi-bin/network.cgi
index 03272d2ebc86436cea38ffb87bd6325ead1a9ea7..cca4bdf4b90c75432c34f5b397aab0fb11d45b56 100644 (file)
@@ -300,9 +300,9 @@ END
                        if ($confighash{$key}[0] eq 'on') { $gif = 'on.gif'; } else { $gif = 'off.gif'; }
 
                        if ($id % 2) {
-          print "<tr><td align='center'>&nbsp;</td><td align='center' nowrap='nowrap' bgcolor='$color{'color20'}'>$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")</td>";
+          print "<tr><td align='left' nowrap='nowrap' bgcolor='$color{'color20'}'>$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")</td><td align='center'>$confighash{$key}[11]</td>";
                        } else {
-          print "<tr><td align='center'>&nbsp;</td><td align='center' nowrap='nowrap' bgcolor='$color{'color22'}'>$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")</td>";
+          print "<tr></td><td align='left' nowrap='nowrap' bgcolor='$color{'color22'}'>$confighash{$key}[1] / " . $Lang::tr{"$confighash{$key}[3]"} . " (" . $Lang::tr{"$confighash{$key}[4]"} . ")</td><td align='center'>$confighash{$key}[11]</td>";
                        }
                        
                        my $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourred}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsclosed'}</font></b></td></tr></table>";