summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-01-12 08:56:58 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-01-12 08:58:03 -0500
commitc95dabdd19faa6c1221638861306cd387fb1958f (patch)
treeaf491d6ea1dec03ee4bec548ac925b525e33a8d3 /src/usr/local/www/diag_tables.php
parenta0b96d300eb29e50e5a92666650b21fd150c0d1e (diff)
downloadpfsense-c95dabdd19faa6c1221638861306cd387fb1958f.zip
pfsense-c95dabdd19faa6c1221638861306cd387fb1958f.tar.gz
Improved infoblock system no longer needs sufficies if more than one per page
Removed long commented out script
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 1eaa306..a90442a 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -159,7 +159,7 @@ print $form;
if ($bogons || !empty($entries)) {
?>
<div>
- <div class="infoblock_open">
+ <div class="infoblock blockopen">
<?php
$last_updated = exec('/usr/bin/grep -i -m 1 -E "^# last updated" /etc/' . escapeshellarg($tablename) . '|cut -d"(" -f2|tr -d ")" ');
if ($last_updated != "") {
OpenPOWER on IntegriCloud