summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat_out.php
Commit message (Collapse)AuthorAgeFilesLines
* Convert section titles to title casek-paulius2016-02-101-1/+1
|
* CleanupNewEraCracker2016-02-101-2/+1
| | | | Remove closing tag followed by opening tag. Change short_open_tag to full tag and put small instructions on same line.
* Fixed #5828Stephen Beaver2016-01-291-1/+5
|
* 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().
* Allow enable/disable rule for Firewall NAT OutPhil Davis2016-01-191-1/+1
| | | | The code for it was all there, but the icon was hidden when the rule was enabled, so there was no wayto click to disable. It all works for me with just this small change.
* Standardize NAT NPtPhil Davis2016-01-191-2/+3
| | | | | | | | | | | | | | | | | | | 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.
* Consistent panel-heading h2Phil Davis2016-01-141-2/+2
| | | | | | 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
* Allow thee use of multiple infoblock on a pageStephen Beaver2016-01-111-1/+1
|
* Change the automatic information block to look for <div class="infoblock" ↵Stephen Beaver2016-01-071-1/+1
| | | | | | instrad of <div id="infoblock" Just makes more sense to use a class for this
* 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-34/+51
|
* Tidy up "firewall_nat_out.php"Colin Fleming2015-12-011-1/+1
| | | | Move closing TR tag within the PHP foreach statement
* 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-7/+5
|
* 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-2/+0
| | | | | Any GUI script that loads the guiconfig.inc file will have access to the autoloader.
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-7/+7
|
* 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
|
* Delete confirmation vi fa-trash automated via pfSense.jsStephen Beaver2015-11-051-2/+1
|
* Moved action-buttons in-line styling to pfSense.cssStephen Beaver2015-11-051-1/+1
|
* replace and find for icon-embed-btnheper2015-11-051-3/+3
|
* Firewall rules pages updated with new button styleStephen Beaver2015-11-041-7/+16
|
* Completed #5356Stephen Beaver2015-10-291-31/+9
| | | | Refactor row toggle javascript
* Fixed #5342Stephen Beaver2015-10-261-9/+12
|
* Fix multi-lingual save of NAT mode Redmine #5342 for masterPhil Davis2015-10-251-2/+2
|
* Double-click to edit, click to select, multi-delete and drag to re-order now ↵Stephen Beaver2015-09-151-118/+43
| | | | | | | | | supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php
* Corrected edit targetStephen Beaver2015-09-151-1/+1
|
* Partial fix #5014 Double-click to edit, single click to select, multiple ↵Stephen Beaver2015-09-151-49/+81
| | | | delete functionality provided
* Merge pull request #1858 from phil-davis/bootstrap-fjim-p2015-09-021-30/+30
|\
| * bootstrap usr\local\www\f minor changesPhil Davis2015-09-011-30/+30
| |
* | bootstrap, use require_once for classes/Form.class.phpPiBa-NL2015-08-311-1/+1
|/
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-421/+462
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+695
OpenPOWER on IntegriCloud