summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Revisions to GET/POST conversion limiting POSTs to save, apply, and delete ↵Steve Beaver2017-02-131-2/+2
| | | | functions - VPN
* GET/POST conversion vpn_ipsec*Steve Beaver2017-02-101-5/+2
|
* Required fields for VPN pagesPhil Davis2017-01-311-3/+3
|
* Breadcrumb linksPhil Davis2017-01-101-0/+1
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-43/+42
|
* Always use require_oncePhil Davis2016-06-271-2/+2
| | | | | | | | | The usage of require() and require_once() throughout the system is inconsistent, and "bugs" come up now and then when the order of "requires" is a bit different and some require() happens after the include file is already included/required. It seems to me that there is no harm at all in always using require_once().
* VPN Menu - PunctuationNOYB2016-04-221-1/+1
| | | | Clean up some VPN menu punctuation.
* Make VPN IPsec Keys messages proper infoblockPhil Davis2016-04-111-2/+6
| | | | | | Redmine #6107 Note: I made this text be open by default on the edit page (blockopen) because maybe users should see it by default.
* Clean up vpn_ipsec_keys_edit.phpNewEraCracker2016-02-181-10/+3
| | | | This commit removes all unneeded tags.
* Use print_info_box() to generate alertsk-paulius2016-02-141-4/+3
|
* Synchronize page titles with tab titles; Rename few titles in order to be ↵k-paulius2016-02-131-1/+1
| | | | more consistent.
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* Internationalize vpn*.phpPhil Davis2016-02-081-3/+3
|
* add call 'gettext' function in the vpn menu filesbruno2016-01-221-1/+1
|
* Code style v wPhil Davis2015-12-171-2/+1
|
* Standardize VPN IPsec breadcrumbsPhil Davis2015-12-071-1/+1
|
* 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.
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-0/+4
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* Completed #5359Stephen Beaver2015-10-301-28/+50
|
* Specify %any where identifier is "any", so the note on these pagesChris Buechler2015-10-011-1/+1
| | | | actually works.
* bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-63/+51
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+199
OpenPOWER on IntegriCloud