summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix WebConfigurator spelling.k-paulius2016-02-101-1/+1
|
* Internationalization of various system*.phpPhil Davis2016-02-031-3/+3
|
* Fix #5690:Renato Botelho2016-01-211-1/+1
| | | | | | - Remove parameters from set_language() - Add a global variable for default language - add env var for LANG, otherwise it won't work
* Fixed #5789Stephen Beaver2016-01-211-1/+1
|
* Think the term 'associated' may be better here than 'special'.NOYB2016-01-201-1/+1
|
* Use icons instead of text.NOYB2016-01-201-1/+1
| | | | Shorten titles to be more consistent with other title bar shortcuts and also match the option setting title.
* Apply recommended changes.NOYB2016-01-201-1/+1
|
* Special Panels - Show/HideNOYB2016-01-201-0/+40
| | | | | Add configuration option to show or hide special panels. When a panel is hidden a button is displayed on the page title bar to toggle the panel display.
* UI ConsistencyPhil Davis2016-01-141-3/+3
| | | | | | | | | 1) Put the heading "Actions" at the top of all the "Actions" columns - it was on some and not others. 2) Some more consistent capitalization of panel titles etc. 3) Most interfaces section edit pages had a section titled like "GIF Configuration", "GRE Configuration". Make them all consistent, e.g. "QinQ Configuration" rather than "Interface QinQ Edit"...
* System / General Setup - Word SpacingNOYB2016-01-111-4/+4
| | | | | Add space between words. Restore gateway placeholder; now being handled by form input class (PR #2295).
* Fix minor typos and correct code standardsNewEraCracker2016-01-061-1/+1
|
* Add "BETA" badge to ne UI featureStephen Beaver2015-12-211-1/+1
|
* WebGUI Left Column Labels HyperNOYB2015-12-191-0/+11
| | | | | | | | | | | | | | | Touch Screen Usability Annoyance https://forum.pfsense.org/index.php?topic=104135.0 Clicking the labels in the left column selects/activates the first item. This is the perfectly natural place for scrolling with thumb. No big problem really for input fields, but check boxes and buttons are inadvertently selected/toggled resulting in unintended configuration changes. Would be real nice if the labels in the left column were not "active". This commit provides an option in System - General Setup page to enable/disable this "feature". There is probably a better way, but this appears to be functional. For now at least it seems to work for me anyway. Just have to eliminate (null) the for attribute on the group labels so it doesn't have a target.
* HTML Compliance - System - General SetupNOYB2015-12-161-2/+5
| | | | | Remove placeholder from dns gateway selector. Close container div tag.
* 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 System AdvancedPhil Davis2015-12-151-13/+15
|
* 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