From: Arne Fitzenreiter Date: Tue, 13 Sep 2011 17:05:04 +0000 (+0200) Subject: ovpnmain.cgi: change connected/disconnected to enabled/disabled at n2n connections. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1f39aea071c0660f87cbd04b385bb77cb70cf00;p=people%2Fteissler%2Fipfire-2.x.git ovpnmain.cgi: change connected/disconnected to enabled/disabled at n2n connections. --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index b66299bf6..ea52f858c 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -3727,7 +3727,7 @@ END my $active = "
$Lang::tr{'capsclosed'}
"; if ($confighash{$key}[0] eq 'off') { - $active = "
$Lang::tr{'capsclosed'}
"; + $active = "
$Lang::tr{'disabled'}
"; } else { ### @@ -3750,7 +3750,7 @@ END # $p->close(); if (-e "/var/run/$confighash{$key}[1]n2n.pid") { - $active = "
$Lang::tr{'capsopen'}
"; + $active = "
$Lang::tr{'enabledtitle'}
"; } }