summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-04-27 15:35:08 +0000
committerErmal <eri@pfsense.org>2010-04-27 15:35:08 +0000
commiteb01fcec8f4ebf4ab7af75b67757fec195e5d30c (patch)
tree21a392c4ac849cf39cbc1bfc70257b54588419e3 /usr/local/www/firewall_rules.php
parent0172c431c1ac33892c6c6237ed0dd798c5a9790c (diff)
downloadpfsense-eb01fcec8f4ebf4ab7af75b67757fec195e5d30c.zip
pfsense-eb01fcec8f4ebf4ab7af75b67757fec195e5d30c.tar.gz
Ticket #525. Correct message shown for a schedule now that the behviour has changed.
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 75557bc..0edba70 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -557,15 +557,10 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
else if ($filterent['sched'])
{
if ($iconfn == "block" || $iconfn == "reject")
- {
$image = "icon_block_d";
- $alttext = "Traffic matching this rule is currently being allowed";
- }
else
- {
$image = "icon_block";
- $alttext = "Traffic matching this rule is currently being denied";
- }
+ $alttext = "This rule is not currently active because its period has expired";
$printicon = true;
}
}
OpenPOWER on IntegriCloud