summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
Commit message (Collapse)AuthorAgeFilesLines
* Minor cleanupNewEraCracker2016-01-291-1/+1
| | | | 1) Undo typos in sasl.inc. 2) Remove unused code from CSS. 3) Correct typos in some comments. 4) Convert short_open_tag to full tags. 5) Make 'else' block look like the others.
* Separator bar stuff moved to pfSenseHelpers.js so that it can be more easily ↵Stephen Beaver2016-01-281-2/+74
| | | | | | applied to other pages Separators added to firewall_nat.php
* Add leaving page message to NAT pagesPhil Davis2016-01-251-0/+17
| | | | | These pages use the draggable/sortable rows stuff, so could use the same warning message if the user tries to change page before saving
* Fix #5794 remove print_info_box_np chackes for gettext("apply")Phil Davis2016-01-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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().
* Firewall NAT Port Forward rule enable/disable togglePhil Davis2016-01-191-1/+28
| | | | Provide the rule enable/disable toggle like in NAT 1:1 and NAT NPt
* Standardize NAT NPtPhil Davis2016-01-191-1/+1
| | | | | | | | | | | | | | | | | | | Give NAT NPt GUI the same sort of interface as NAT 1:1 1) Checkbox to select multiple mappings and then delete selected mappings 2) Tick/cross to enable/disable a mapping 3) Ability to "Add a new mapping based on this one" 4) Double-click to edit an entry 5) Ability to reorder mappings and save the new order - probably nobody cares about that but it is easy to provide it the same as on other forms, and so users can order the entries as they like. Note: It used to try to automagically sort the entries based on ipcmp() of the value of 'external' - that does not work in 2.2.* because 'external' is not a key at all for NPt. So I took that out - seemed more consistent to provide the user drag-drop entry ordering feature. Other bits of text in firewall NAT, 1:1 and Out standardized to make all of them match.
* Internationalize firewall aliases and NATPhil Davis2016-01-191-5/+5
|
* Consistent panel-heading h2Phil Davis2016-01-141-1/+1
| | | | | | Make all the panel-heading uses also have consistent <h2 class="panel-title"> so they all display the same size. Forum https://forum.pfsense.org/index.php?topic=105275.0
* Maybe abbreviations could be kept to a certain acceptable minimumNewEraCracker2016-01-141-4/+4
|
* Replace another abbreviation (If to Interface)NewEraCracker2016-01-141-1/+1
|
* Replace abbreviations with complete wordNewEraCracker2016-01-141-1/+1
|
* Remove $closehead variableColin Fleming2015-12-191-1/+0
| | | | Remove unused variable $closehead
* 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
* Coe style firewall *Phil Davis2015-12-141-8/+14
|
* Fixed #5601Stephen Beaver2015-12-071-1/+1
| | | | COnfirmation is automatically added to fa-trash icon, so explicit on-click is no longer required
* Merge pull request #2134 from ExolonDX/branch_04Stephen Beaver2015-11-291-1/+3
|\
| * Type up SCRIPT tagsColin Fleming2015-11-291-1/+3
| |
* | Tidy up Boolean operators for HTML5Colin Fleming2015-11-291-1/+1
|/ | | | | Remove the XHTML standard Boolean operators (makes reading HTML much simpler).
* clean up firewall rules tablesJared Dillard2015-11-251-3/+0
|
* 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.
* Fixed #5486Stephen Beaver2015-11-191-1/+1
|
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-8/+8
|
* Fixed #5467Stephen Beaver2015-11-171-1/+1
|
* Completed #5422Stephen Beaver2015-11-111-4/+8
|
* 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
|
* Correction per Phil DavisStephen Beaver2015-11-061-1/+1
|
* First batch of copyright updatesStephen Beaver2015-11-051-3/+3
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-2/+2
|
* replace and find for icon-embed-btnheper2015-11-051-3/+3
|
* Firewall rules pages updated with new button styleStephen Beaver2015-11-041-2/+2
|
* AUtomatically add "info" icon where requiredStephen Beaver2015-11-041-3/+12
|
* Completed #5356Stephen Beaver2015-10-291-28/+7
| | | | Refactor row toggle javascript
* Double-click to edit, click to select, multi-delete and drag to re-order now ↵Stephen Beaver2015-09-151-63/+22
| | | | | | | | | supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php
* Partial fix #5014Stephen Beaver2015-09-151-41/+71
| | | | Double-click to edit, single click to select, multiple delete functionality provided
* bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-3/+3
|
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-239/+285
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+399
OpenPOWER on IntegriCloud