]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
kleine optische Anpassung der VPN Stati
authormaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 13 May 2007 10:09:49 +0000 (10:09 +0000)
committermaniacikarus <maniacikarus@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sun, 13 May 2007 10:09:49 +0000 (10:09 +0000)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@557 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

html/cgi-bin/index.cgi
html/cgi-bin/vpnmain.cgi
langs/de/cgi-bin/de.pl
langs/en/cgi-bin/en.pl

index 6491c039226183b5a23ee764dcb1f91334c6f172..f9cf5c3b084d2a27bf88c9afcec101b0c1e3fc41 100644 (file)
@@ -225,7 +225,7 @@ END
                        } else {
                            foreach my $line (@status) {
                                if ($line =~ /\"$confighash{$key}[1]\".*IPsec SA established/) {
-                                   $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourgreen}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsopen'}</font></b></td></tr></table>";
+                                   $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourgreen}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsinactive'}</font></b></td></tr></table>";
                                }
                           }
                        }
index e76404138c121998bd3d670a26738722ea945fee..390a2c6b9ff1421f7329994d4bb92441bdffb5b4 100644 (file)
@@ -2529,7 +2529,7 @@ END
        }
        # move to blueif really down
        if ($confighash{$key}[0] eq 'off' && $active =~ /${Header::colourred}/ ) {
-           $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourblue}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsclosed'}</font></b></td></tr></table>";
+           $active = "<table cellpadding='2' cellspacing='0' bgcolor='${Header::colourblue}' width='100%'><tr><td align='center'><b><font color='#FFFFFF'>$Lang::tr{'capsinactive'}</font></b></td></tr></table>";
        }
        print <<END
        <td align='center'>$active</td>
index ebd18effbbfd7e99aaf3789ba9b798766e070b07..29975adf4df0f01ea175b18ce81beeede063effb 100644 (file)
 'cant enable xtaccess' => 'Die zugehörige Port-Weiterleitungsregel ist deaktiviert, daher können Sie den externen Zugang für diese Regel nicht aktivieren.',
 'cant start openssl' => 'Kann OpenSSL nicht starten',
 'caps all' => 'ALLE',
-'capsclosed' => 'BEENDET',
-'capsopen' => 'OFFEN',
+'capsclosed' => 'GETRENNT',
+'capsinactive' => 'INAKTIV',
+'capsopen' => 'VERBUNDEN',
 'capswarning' => 'WARNUNG',
 'caption' => 'Legende',
 'cert' => 'Zertifikat',
index a4a77269ac33a9bad5de7e222877acf2cc049040..62b9fcb6cd8d4e65abb8fc05033c568934c6d7eb 100644 (file)
 'cant enable xtaccess' => 'The associated port forwarding rule is disabled, therefore you cannot enable external access for this rule.',
 'cant start openssl' => 'Can\'t start OpenSSL',
 'caps all' => 'ALL',
-'capsclosed' => 'CLOSED',
-'capsopen' => 'OPEN',
+'capsclosed' => 'DISCONNECTED',
+'capsinactive' => 'INACTIVE',
+'capsopen' => 'CONNECTED',
 'capswarning' => 'WARNING',
 'caption' => 'Caption',
 'cert' => 'Certificate',