print <<END;
<!-- Table of networks -->
-<table class='tbl' style='width:80%;'>
+<table class='tbl'>
<tr>
<th>$Lang::tr{'network'}</th>
<th>$Lang::tr{'ip address'}</th>
if ( ( $pppsettings{'VALID'} eq 'yes' ) || ( $netsettings{'CONFIG_TYPE'} =~ /^(1|2|3|4)$/ && $netsettings{'RED_TYPE'} =~ /^(DHCP|STATIC)$/ ) ) {
print <<END;
<br/>
- <table style='width:80%;'>
+ <table>
<tr><td>
<form method='post' action='$ENV{'SCRIPT_NAME'}'>$Lang::tr{'profile'}:
<select name='PROFILE'>
print <<END;
<br/>
-<table class='tbl' style='width:80%;'>
+<table class='tbl'>
<tr>
<th>$Lang::tr{'network'}</th>
<th>$Lang::tr{'ip address'}</th>
my $col="";
my $count=0;
print <<END;
- <table class='tbl' style='width:80%;'>
+ <table class='tbl'>
<tr>
<th style='width:40%;'>$Lang::tr{'ipsec network'}</th>
<th style='width:30%;'>$Lang::tr{'ip address'}</th>
if ( $showovpn ){
print <<END;
<br/>
- <table class='tbl' style='width:80%;'>
+ <table class='tbl'>
<tr>
<th style='width:40%;'>$Lang::tr{'openvpn network'}</th>
<th style='width:30%;'>$Lang::tr{'ip address'}</th>
if ($warnmessage) {
&Header::openbox('100%','center', );
- print "<table class='tbl' style='width:80%;'>";
+ print "<table class='tbl'>";
print "<tr><th>$Lang::tr{'fwhost hint'}</th></tr>";
print "<tr><td style='color:white; background-color:$Header::colourred;'>$warnmessage</td></tr>";
print "</table>";