summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/vpn_ipsec_keys.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-6/+6
|
* Merge pull request #3369 from phil-davis/breadcrumbs_detailRenato Botelho2017-01-111-0/+1
|\
| * Breadcrumb linksPhil Davis2017-01-101-0/+1
| |
* | Report problems applying changesPhil Davis2017-01-031-5/+5
|/ | | | | | | 1) Strictly keep track of the accumulating $retval from calls to various functions that apply changes. 2) Use new function print_apply_result_box() to print a suitable message in a suitable severity based on $retval
* 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
|
* webgui tables, doubleclick event to perform 'edit' action, part 2PiBa-NL2016-07-041-1/+1
|
* 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().
* Make VPN IPsec Keys messages proper infoblockPhil Davis2016-04-111-2/+2
| | | | | | Redmine #6107 Note: I made this text be open by default on the edit page (blockopen) because maybe users should see it by default.
* VPN / IPsec - Remove PersonalizationsNOYB2016-04-041-1/+1
| | | | Remove "you" personalizations.
* Use print_info_box() to generate alertsk-paulius2016-02-141-4/+3
|
* CleanupNewEraCracker2016-02-101-5/+0
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* 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().
* UI ConsistencyPhil Davis2016-01-141-1/+1
| | | | | | | | | 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"...
* Fixed #5566Stephen Beaver2016-01-131-64/+61
|
* Add some more Bootsrap panelsColin Fleming2016-01-051-0/+7
| | | | | | | | | | | | | | | | "firewall_aliases.php" - add gettext to the H2 tag - remove debug code "sevices_igmpproxy.php" "services_pppoe.php" "vpn_ipsec_keys.php" "status_gateways.php" "status_gateway_groups.php" "statis_services.php" "diag_arp.php" "diag_ndp.php" - add Bootstrap panels
* Code style v wPhil Davis2015-12-171-9/+13
|
* Standardize VPN IPsec breadcrumbsPhil Davis2015-12-071-2/+2
|
* Fixed #5521Stephen Beaver2015-11-231-1/+2
|
* Copyright updates Batch 2 of 3Stephen Beaver2015-11-061-0/+3
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-2/+2
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-1/+1
|
* Merge pull request #2017 from heper/patch-1Stephen Beaver2015-11-041-4/+4
|\
| * convert vpn_ipsec_keys to faheper2015-11-021-4/+4
| |
* | Buttons updatedStephen Beaver2015-11-041-4/+7
|/
* Completed #5359Stephen Beaver2015-10-301-27/+50
|
* Specify %any where identifier is "any", so the note on these pagesChris Buechler2015-10-011-1/+1
| | | | actually works.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-132/+79
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+230
OpenPOWER on IntegriCloud