summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_nanobsd.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* add call gettext function for translatebruno2016-01-211-2/+2
|
* Internationalization batch 1Phil Davis2016-01-161-3/+3
|
* diag_nanobsd whitespacePhil Davis2016-01-071-6/+6
| | | Just a bit of consistency while I am here.
* diag_nanobsd clean up handling of RO<->RW switchingPhil Davis2016-01-071-12/+18
| | | | | | 1) When the Save button has been used to save the Permanent Read/Write setting then display a success message so the user knows it worked. 2) Move the "This setting is only temporary..." setHelp to be with the Read/Write status area, where it is in 2.2.6. That text was under the Permanent Read/Write checkbox, where it was not true. 3) Always set the $btnlbl text used for the $robtn - there were ways to have the system in permanent read-write and then the button would not have a custom label, and so it would just say "Submit" 4) Only display the $robtn when it is relevant - if permanent RW is set and the running system is actually in RW then press a "Switch to Read-only" button actually does nothing anyhow, so there is no point displaying button.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-6/+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-9/+13
|
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* diag_nanobsd options textPhil Davis2015-11-171-1/+1
| | | There are multiple options in this section. Use the plural to be consistent with other text on this page and the section titles of other diag "options" pages.
* Merge with masterPhil Davis2015-11-091-1/+0
|\
| * Copyright and license cleanupRenato Botelho2015-11-091-1/+0
| | | | | | | | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* | Diag reviewPhil Davis2015-11-091-9/+9
|/
* diag_nanobsd do not show reference count 0Phil Davis2015-11-061-1/+3
| | | | | When the user has selected "Keep media mounted read/write at all times." then the value of $refcount will be zero even though is_writable() is true. That is a normal condition. We only want to display the (Reference count n) text when the reference count is abnormal. This is a "bug" in 2.2.* also, not a regression in 2.3-ALPHA. But it might as well just be changed in master 2.3. Not much point back-porting little crud like this to RELENG_2_2 nowadays.
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* DEBUG set to false for testingStephen Beaver2015-10-131-1/+1
|
* 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-223/+190
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+289
OpenPOWER on IntegriCloud