mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
services.cgi: Remove excessive styling that has no effect
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
@@ -135,8 +135,7 @@ $querry[1] = 'hour' unless defined $querry[1];
|
|||||||
}
|
}
|
||||||
|
|
||||||
print <<END
|
print <<END
|
||||||
<div align='center'>
|
<table class='tbl'>
|
||||||
<table width='80%' cellspacing='1' class='tbl'>
|
|
||||||
<tr>
|
<tr>
|
||||||
<th align='left'><b>$Lang::tr{addon} $Lang::tr{service}</b></th>
|
<th align='left'><b>$Lang::tr{addon} $Lang::tr{service}</b></th>
|
||||||
<th align='center'><b>Boot</b></th>
|
<th align='center'><b>Boot</b></th>
|
||||||
@@ -193,7 +192,8 @@ END
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
print "</table></div>\n";
|
print "</table>\n";
|
||||||
|
|
||||||
&Header::closebox();
|
&Header::closebox();
|
||||||
|
|
||||||
&Header::closebigbox();
|
&Header::closebigbox();
|
||||||
|
|||||||
Reference in New Issue
Block a user