summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_advanced_sysctl.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2841 from ↵Stephen Beaver2016-04-051-1/+1
| | | | | | NOYB/System_-_Miscellaneous_-_Remove_Personalizations (cherry picked from commit 3061702cce23fcc5259f7d6d119a6fe05de84149)
* More icon and button inconsistencies. Should be the last batch. Ticket #5965jim-p2016-03-101-1/+1
|
* Indicate in the breadcrumb if we are editing list item.k-paulius2016-02-141-0/+4
|
* Perform HTML entity translation where & is usedk-paulius2016-02-141-1/+1
|
* Synchronize page title with tab titlek-paulius2016-02-121-1/+1
|
* Standardize print_apply_box usagePhil Davis2016-01-271-1/+1
| | | | | | | | | | 1) For the translators, it should be better to do it consistently. Then they only need to have 1 translation of "You must apply the changes in order for them to take effect" and can translate each of the other custom sentences individually. 2) The full-stop should always go at the end of the sentence, inside the gettext(). There are some languages where the full-stop is not the same as European. e.g. In Nepal we use the vertical bar for end of sentence.
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 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().
* 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 System AdvancedPhil Davis2015-12-151-10/+19
|
* Standardize System Advanced breadcrumbsPhil Davis2015-12-071-1/+1
|
* Say goodbye to fend.incStephen Beaver2015-12-021-1/+1
|
* 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.
* 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.
* Tunable value can be zero, use isset() to validate itRenato Botelho2015-11-231-1/+1
|
* Revised order of input fields in edit formStephen Beaver2015-11-191-6/+6
|
* Alternate solution to #5459Stephen Beaver2015-11-191-1/+1
|
* Fixed #5425Stephen Beaver2015-11-161-12/+21
|
* 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-2/+1
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-1/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-1/+1
|
* system_advanced_sysctl fix text of delete confirmationPhil Davis2015-10-311-1/+1
|
* convert system_advanced_sysctl to font-awesomeheper2015-10-301-3/+3
|
* Fixed 5082Stephen Beaver2015-09-021-0/+1
| | | | Name field available on input errors.
* Remove debugStephen Beaver2015-09-021-2/+0
|
* Fixed #5079Stephen Beaver2015-09-021-32/+59
| | | | Programmer mixed up Submit/submit/Save/save
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Fixed #5025Stephen Beaver2015-08-271-1/+1
| | | | | All system_advanced_* pages had made-up lement names instead of hte correct config system names. All (several hundred) have been corrected, and tested where possible.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-169/+102
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+305
OpenPOWER on IntegriCloud