summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_nat.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-19 12:02:46 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-19 12:02:46 +0545
commit416f079781dffc6fb31a0d0c7274cbd80aa51752 (patch)
treec2cbb1fe7361c1589dc4913dda2789530527b2d0 /src/usr/local/www/firewall_nat.php
parentbf2103299d521659459f335d18954e451debecaf (diff)
downloadpfsense-416f079781dffc6fb31a0d0c7274cbd80aa51752.zip
pfsense-416f079781dffc6fb31a0d0c7274cbd80aa51752.tar.gz
Standardize NAT NPt
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.
Diffstat (limited to 'src/usr/local/www/firewall_nat.php')
-rw-r--r--src/usr/local/www/firewall_nat.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_nat.php b/src/usr/local/www/firewall_nat.php
index ec7a708..0d0d3a6 100644
--- a/src/usr/local/www/firewall_nat.php
+++ b/src/usr/local/www/firewall_nat.php
@@ -175,7 +175,7 @@ if ($savemsg) {
if (is_subsystem_dirty('natconf')) {
print_info_box_np(gettext('The NAT configuration has been changed.') . '<br />' .
- gettext('You must apply the changes in order for them to take effect.') . '<br />');
+ gettext('You must apply the changes in order for them to take effect.'));
}
$tab_array = array();
OpenPOWER on IntegriCloud