summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
Commit message (Collapse)AuthorAgeFilesLines
* be more conciseJared Dillard2015-12-121-1/+1
|
* clean up webGUI feature help textJared Dillard2015-12-121-2/+2
|
* Fix css pathStephen Beaver2015-12-071-1/+1
|
* Remove deprecated Bootstap decoration from badgesStephen Beaver2015-12-041-4/+5
| | | | | Fix quotes Make column selector numeric and add limits
* add option to choose number of dashboard columnsJared Dillard2015-12-011-2/+21
|
* make fixed nav a beta optionJared Dillard2015-11-301-7/+7
|
* Simplify logicRenato Botelho2015-11-261-4/+2
|
* 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.
* comment out fixed navbar option for nowJared Dillard2015-11-241-5/+5
|
* Adjust body top padding to match header height when top menu is pinned.Stephen Beaver2015-11-231-2/+2
|
* Fixed menu scroll in pconfigStephen Beaver2015-11-231-2/+2
|
* Add support for scrolling menu bar (fixed vs static)Stephen Beaver2015-11-231-3/+17
| | | | Now required body padding to prevent page top from being hidden
* List CSS file in alpha orderStephen Beaver2015-11-231-0/+2
|
* 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 pull request #2097 from phil-davis/timeupdateintervalStephen Beaver2015-11-201-9/+0
|\
| * Remove unused time-update-intervalPhil Davis2015-11-201-9/+0
| | | | | | | | | | | | | | | | | | There is no longer any code for a UI field in 2.3 master. In RELENG_2_2 system.php the code for the field display is commented out. The commented out code has been removed in the bootstrap conversion. This removes the various bits of leftover processing and validation code and the setting from the default config.
* | Better test for webguicss being not setPhil Davis2015-11-201-1/+1
|/ | | As discussed in https://github.com/pfsense/pfsense/pull/2094
* If webguicss is not yet specified then default to pfSensePhil Davis2015-11-201-0/+4
| | | | | | | On systems where webguicss (the theme) was not yet set in the config, the selection here was defaulting to other than pfSense. Now that pfSense-dark has come along, it happened to be first in the list. When I changed something else in General Setup today, my them went to pfSense-dark because I did not notice the (accidentally) selected value that was in the field. I also added a check for if the current webguicss is not a valid one - e.g. if a theme is selected in the config that is no longer on the system. That should help future-proof it so it will default back to pfSense.css in that case also.
* Moved theme back to system.phpStephen Beaver2015-11-171-0/+27
|
* Try to use default timezone from globals.inc when possible. Stop setting ↵Renato Botelho2015-11-091-1/+6
| | | | timezone on pkg_mgr_installed.php
* Copyright and license cleanupRenato Botelho2015-11-091-2/+2
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* EOL whitespace and header consistency for wwwPhil Davis2015-11-091-1/+0
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-3/+3
|
* Completed #5333Stephen Beaver2015-10-221-6/+0
|
* Remove /usr/share/zoneinfo.tgz and use FreeBSD stock zoneinfo. It fixes #4726Renato Botelho2015-09-301-4/+3
|
* Corrected DNS element namesStephen Beaver2015-09-151-4/+4
|
* Fixed #5140Stephen Beaver2015-09-151-35/+70
| | | | | | Removed conditional causing only configured servers to be displayed Updated formatting Modified help display for better layout
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-259/+118
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+565
OpenPOWER on IntegriCloud