Change the automatic information block to look for <div class="infoblock" instrad of <div id="infoblock" Just makes more sense to use a class for this
diag_tables give different message when last updated is unknown
and put the message in an infoblock_open so the user can close/open it as they wish.
Unset $entries array after clearing table
Without this, when the table is cleared then the "now old and gone" entries are being redisplayed the first time after the clear table happens.
Fixed #5742
diag_tables change deleteall to clearall
This is part 1(a) only of https://redmine.pfsense.org/issues/5742When the name is 'deleteall' then a popup comes saying "You may not delete the last row".
Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used
Code style usr local www a-e
Merge pull request #2134 from ExolonDX/branch_04
Type up SCRIPT tags
Tidy up some files
"status_rrd_graphcs.php" Remove opening curly bracket
"diag_tables.php" Table header only has one column, however the table body has two, so addmissing column in table header
"diag_sockets.php" Add missing start TR tag
Fix more privilege text/name/page inconsistencies
Added use of class autoloading (GUI stuff only)
Any GUI script that loads the guiconfig.inc file will have access tothe autoloader.
Merge with master
Copyright and license cleanup
- Remove personal copyright from people who assigned it to employer (ESF)- Remove $Id$- Remove extra spaces
Remove $Id stuff from comment headers
Completes cleanup of header stuff for these files
Diag review
Merge with bootstrap
bootstrap usr/local/www a to e minor edits
bootstrap, use require_once for classes/Form.class.php
Merge branch 'master' into bootstrap
Move main pfSense content to src/