From: Michael Tremer Date: Tue, 6 Aug 2024 15:17:21 +0000 (+0200) Subject: index.cgi: Remove hard-coded 80% table width X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4a04ad26b4c7c8389b444f5875941f11a351325d;p=people%2Fmfischer%2Fipfire-2.x.git index.cgi: Remove hard-coded 80% table width Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi index 0357e225c..35632ea46 100644 --- a/html/cgi-bin/index.cgi +++ b/html/cgi-bin/index.cgi @@ -163,7 +163,7 @@ if ( ( $pppsettings{'VALID'} eq 'yes' && $modemsettings{'VALID'} eq 'yes' ) || ( print < - +
@@ -239,7 +239,7 @@ if ( $netsettings{'RED_TYPE'} ne "STATIC" && $netsettings{'RED_TYPE'} ne "DHCP" if ( ( $pppsettings{'VALID'} eq 'yes' ) || ( $netsettings{'CONFIG_TYPE'} =~ /^(1|2|3|4)$/ && $netsettings{'RED_TYPE'} =~ /^(DHCP|STATIC)$/ ) ) { print < -
$Lang::tr{'network'} $Lang::tr{'ip address'}
+
$Lang::tr{'profile'}: +
@@ -406,7 +406,7 @@ if ($showbox){ my $col=""; my $count=0; print < +
$Lang::tr{'network'} $Lang::tr{'ip address'}
@@ -470,7 +470,7 @@ END if ( $showovpn ){ print < -
$Lang::tr{'ipsec network'} $Lang::tr{'ip address'}
+
@@ -590,7 +590,7 @@ foreach my $file (@files) { if ($warnmessage) { &Header::openbox('100%','center', ); - print "
$Lang::tr{'openvpn network'} $Lang::tr{'ip address'}
"; + print "
"; print ""; print ""; print "
$Lang::tr{'fwhost hint'}
$warnmessage
";