From c9de24a04e8edda4b29c650368bea1c6f5917e47 Mon Sep 17 00:00:00 2001 From: Jared Dillard Date: Wed, 25 Nov 2015 16:20:11 -0600 Subject: change reject icon to hand --- src/usr/local/www/firewall_rules.php | 4 ++-- src/usr/local/www/widgets/widgets/log.widget.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/usr/local/www') diff --git a/src/usr/local/www/firewall_rules.php b/src/usr/local/www/firewall_rules.php index ab2c0d1..6177333 100644 --- a/src/usr/local/www/firewall_rules.php +++ b/src/usr/local/www/firewall_rules.php @@ -366,7 +366,7 @@ for ($i = 0; isset($a_filter[$i]); $i++): $iconfn = "times"; $title_text = gettext("traffic is blocked"); } else if ($filterent['type'] == "reject") { - $iconfn = "fire"; + $iconfn = "hand-stop-o"; $title_text = gettext("traffic is rejected"); } else if ($filterent['type'] == "match") { $iconfn = "filter"; @@ -682,7 +682,7 @@ for ($i = 0; isset($a_filter[$i]); $i++):
-
+
diff --git a/src/usr/local/www/widgets/widgets/log.widget.php b/src/usr/local/www/widgets/widgets/log.widget.php index 35dd074..5c2f9f1 100644 --- a/src/usr/local/www/widgets/widgets/log.widget.php +++ b/src/usr/local/www/widgets/widgets/log.widget.php @@ -149,7 +149,7 @@ else if ($filterent['act'] == "block") $iconfn = "times"; else if ($filterent['act'] == "reject") - $iconfn = "fire"; + $iconfn = "hand-stop-o"; else if ($filterent['act'] == "match") $iconfn = "filter"; else -- cgit v1.1