From 6cb366de714bd8a81d7d54fcaf5cf1ef5bf455d2 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Tue, 15 Sep 2015 08:46:41 -0400 Subject: Double-click to edit, click to select, multi-delete and drag to re-order now supported on: firewall-nat.php firewall-nat-out.php firewall_nat-1to1.php firewall_rules.php --- src/usr/local/www/firewall_aliases.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/usr/local/www/firewall_aliases.php') diff --git a/src/usr/local/www/firewall_aliases.php b/src/usr/local/www/firewall_aliases.php index 83d1c3c..89fe0e7 100644 --- a/src/usr/local/www/firewall_aliases.php +++ b/src/usr/local/www/firewall_aliases.php @@ -189,7 +189,8 @@ $shortcut_section = "aliases"; include("head.inc"); if ($savemsg) - print_info_box($savemsg); + print_info_box($savemsg, 'success'); + if (is_subsystem_dirty('aliases')) print_info_box_np(gettext("The alias list has been changed.") . "
" . gettext("You must apply the changes in order for them to take effect.")); -- cgit v1.1