summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Fix RADIUS spelling. It is written in all caps.k-paulius2016-02-101-1/+1
|
* Tidy print_info_box commentsPhil Davis2016-01-261-4/+5
|
* Added some some comments to hte print_info_box area so package developers ↵Stephen Beaver2016-01-251-0/+5
| | | | will know what happeded
* Remove print_info_box_npPhil Davis2016-01-231-33/+11
| | | | | | | | | | | | Put the real code into print_info_box, adding just a $btntext parameter to the existing 3 params of print_info_box. Change the remaining print_info_box_np() calls to use print_info_box() Note: The previous code also had a "bug" - the "apply" button said "apply" literally on the UI, when it should have said "Apply changes". That is fixed so that now the "Apply changes" or other specified button text is actually displayed to the user. (In the old code it was literally displaying $name when it should have been $value)
* Restore code from bad mergeStephen Beaver2016-01-221-0/+6
|
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-59/+24
| | | | | | | | | | | | | | | | | | | | | | | | 1) Get rid of the stristr() checks to "guess" if an apply button should be used. 2) Change print_info_box() so it can take a button name of "close" , "apply" or none to decide which button to show. 3) Delete function print_info_box_np_undo() - nothing calls it. 4) Add new function print_apply_box() to provide an easy wrapper for print_info_box() with the parameters to be 'warning' level and 'apply' button. 5) Change print_info_box_np() calls to just print_info_box() or print_apply_box() as appropriate. There is 1 direct call to print_info_box_np() from vpn_ipsec_mobile.php remaining. That tries to make a "create" button. It was not working before this change. It needs to be sorted out and fixed separately. After this change there is no dependency on a string containing text like "apply" to make the apply button appear. Then we can work on re-engineering the internal code of print_info_box_np() print_info_box() and print_apply_box() to fit together however we like. It should be easy to preserving the current API to print_info_box() and print_apply_box().
* Replaced jQuery to $ in same filesFrancisco Cavalcante2016-01-221-1/+1
|
* Move set_language() call back to guiconfig.inc since it's causing trouble on ↵Renato Botelho2016-01-221-0/+5
| | | | console
* Be more flexible on detecting the need for the Apply buttonPhil Davis2016-01-221-1/+4
| | | This is the quick fix part (1) for https://redmine.pfsense.org/issues/5794
* Internationalization graph guiconfig head indexPhil Davis2016-01-211-21/+24
|
* Minor corrections to guiconfig.incNewEraCracker2016-01-181-7/+9
| | | | Set logarr as array() per default, default invert to empty string, improve variable representation within strings
* Status / System Logs - Raw Mode Search InversionNOYB2016-01-171-2/+10
| | | | Add search inversion to dump_clog and dump_clog_no_table functions for raw mode logs filter.
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-5/+4
|
* Remove unused var in get_std_save_messagePhil Davis2016-01-071-1/+0
| | | $d_sysrebootreqd_path seems to be a leftover from some ancient group of global $d_* vars that are no longer used.
* Fixup AJAX stuff so dynamic updating works.NOYB2016-01-041-0/+18
| | | | Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
* Use Bootstraps text alignment classesColin Fleming2015-12-191-2/+2
| | | | | As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-68/+9
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-3/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Code style g-iPhil Davis2015-12-151-30/+45
|
* Set language early on a common place included everywhere. This fix some tar ↵Renato Botelho2015-12-141-9/+0
| | | | warnings 'Failed to set locale'
* Don't allow log specific setting to override grepreverse option.NOYB2015-12-111-2/+2
|
* Status - System Logs - Manage LogNOYB2015-12-111-0/+10
| | | | | | | Build up th manage log section with options to override the "General Logging Options" settings on an individual log basis. Remove over exuberant gettext's. Set/adjust filter form field widths to be better fitting for the field types. Open/Close filter form based on filtering state.
* Merge branch 'Status-System_Logs-Firewall-Filter' of ↵Stephen Beaver2015-12-041-0/+3
|\ | | | | | | | | | | | | | | | | | | | | https://github.com/NOYB/pfsense * 'Status-System_Logs-Firewall-Filter' of https://github.com/NOYB/pfsense: Revert "gettext it up" gettext it up Src & Dst port fields as number breaks regex. Fix filter button. Status-System Logs-Firewall-Filter
| * Status-System Logs-Firewall-FilterNOYB2015-12-021-0/+3
| | | | | | | | | | | | | | Spruce it up. Use the cool filter button. Use the cool clear button. Add no logs to display notice.
* | fix #5591heper2015-12-031-3/+2
|/
* Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-2/+2
| | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* Added use of class autoloading (GUI stuff only)Doug Wollison2015-11-231-6/+2
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Remove layer7 components. Ticket #5508Chris Buechler2015-11-201-3/+0
|
* remove old function callJared Dillard2015-11-201-13/+0
|
* added support flash messagesbruno2015-11-191-0/+15
|
* System update settings UI implementedStephen Beaver2015-11-181-1/+1
|
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-1/+1
|
* proposed fix Bug #5433heper2015-11-131-1/+1
|
* Fixed #5433Stephen Beaver2015-11-121-1/+1
|
* Fixed #5395Stephen Beaver2015-11-091-4/+5
|
* Try to use default timezone from globals.inc when possible. Stop setting ↵Renato Botelho2015-11-091-2/+7
| | | | timezone on pkg_mgr_installed.php
* Fixed #5385Stephen Beaver2015-11-071-8/+17
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-1/+3
|
* Completed #5356Stephen Beaver2015-10-291-2/+1
| | | | Refactor row toggle javascript
* Fixed #5333Stephen Beaver2015-10-231-1/+2
|
* Rework the way GUI reads packages tabs, it fixes #5311Renato Botelho2015-10-221-15/+15
|
* Remove more references to theme, ticket #5333Renato Botelho2015-10-221-15/+0
|
* Fixed #5286Stephen Beaver2015-10-081-1/+22
| | | | COnverted pop-up format to table and added description
* Fixed #5282Stephen Beaver2015-10-071-3/+3
|
* Fixed #5282Stephen Beaver2015-10-071-2/+2
|
* Fixed #5233Stephen Beaver2015-10-021-2/+0
|
* Improved styling of page title prevents spurious underlineStephen Beaver2015-10-011-2/+2
|
* Page title now hyperlink to pageStephen Beaver2015-10-011-2/+2
|
* Fixed 5225Stephen Beaver2015-10-011-42/+48
|
OpenPOWER on IntegriCloud