summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert section titles to title casek-paulius2016-02-101-2/+2
|
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalize remaining diag* codePhil Davis2016-01-171-2/+2
|
* More gettext~ingStephen Beaver2016-01-131-2/+2
|
* Added gettext() around alert stringStephen Beaver2016-01-131-1/+1
|
* Fixed #5566Stephen Beaver2016-01-131-21/+33
|
* Improved infoblock system no longer needs sufficies if more than one per pageStephen Beaver2016-01-121-1/+1
| | | | Removed long commented out script
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-2/+2
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* diag_tables give different message when last updated is unknownPhil Davis2016-01-071-1/+14
| | | and put the message in an infoblock_open so the user can close/open it as they wish.
* Unset $entries array after clearing tablePhil Davis2016-01-071-0/+1
| | | 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 #5742Stephen Beaver2016-01-071-32/+29
|
* diag_tables change deleteall to clearallPhil Davis2016-01-071-2/+2
| | | | This is part 1(a) only of https://redmine.pfsense.org/issues/5742 When 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 ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style usr local www a-ePhil Davis2015-12-141-7/+11
|
* Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-291-1/+3
|\
| * Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
| |
* | Tidy up some filesColin Fleming2015-11-291-0/+1
|/ | | | | | | | | | | | "status_rrd_graphcs.php" Remove opening curly bracket "diag_tables.php" Table header only has one column, however the table body has two, so add missing column in table header "diag_sockets.php" Add missing start TR tag
* Fix more privilege text/name/page inconsistenciesjim-p2015-11-251-1/+1
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-1/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Merge with masterPhil Davis2015-11-091-2/+0
|\
| * Copyright and license cleanupRenato Botelho2015-11-091-2/+0
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+1
| | | | | | | | Completes cleanup of header stuff for these files
* | Diag reviewPhil Davis2015-11-091-7/+7
|/
* Merge with bootstrapPhil Davis2015-09-031-1/+1
|\
| * bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
| |
* | bootstrap usr/local/www a to e minor editsPhil Davis2015-08-311-7/+7
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-127/+163
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+191
OpenPOWER on IntegriCloud