summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_defaults.php
Commit message (Collapse)AuthorAgeFilesLines
* Internationalization of diag_defaultsPhil Davis2016-01-151-3/+3
| | | | | | | | | | A couple of typical fixes here: 1) Actually wrap the "Are you sure...?" question in gettext() 2) Use a single gettext() call combined with sprintf() and %s etc to construct a sentence in a single go. 3) Use %s rather than just appending a variable at the end of a sentence of text. That way there is no assumption that the variable text must go at the end in every language. Once I have got the feel of the variations I come across, I will make myself a branch and change a whole bunch of files. But for now I have submitted a few things individually so it is easy for people to comment and give any helpful advice on how to do it better, before I go editing lots of files. IMHO it will be good to cleanup and optimize the internationalized code, then life should be easier for future translators.
* 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
* Tidy up "diag_defaults.php"Colin Fleming2015-12-041-17/+26
| | | | Add Bootstrap look-n-feel to diag_defaults.php
* Calling all of these "Page" in the privilege name is redundant since they ↵jim-p2015-11-251-1/+1
| | | | are all pages and the "WebCfg" prefix implies they are pages.
* Remove $Id stuff from comment headersPhil Davis2015-11-091-1/+0
| | | | Completes cleanup of header stuff for these files
* Diag reviewPhil Davis2015-11-091-7/+7
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-49/+66
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+90
OpenPOWER on IntegriCloud