summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/firewall_rules.php16
-rw-r--r--usr/local/www/themes/_corporate/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/_corporate/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/code-red/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/code-red/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/metallic/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/metallic/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/nervecenter/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/nervecenter/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/pfsense-dropdown/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/pfsense-dropdown/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/pfsense/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/pfsense/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/the_wall/images/Thumbs.dbbin33280 -> 0 bytes
-rw-r--r--usr/local/www/themes/the_wall/images/icons/Thumbs.dbbin6656 -> 0 bytes
-rw-r--r--usr/local/www/themes/the_wall/images/icons/icon_match.gifbin0 -> 847 bytes
-rw-r--r--usr/local/www/themes/the_wall/images/icons/icon_match_d.gifbin0 -> 843 bytes
-rw-r--r--usr/local/www/themes/the_wall/images/misc/Thumbs.dbbin91648 -> 0 bytes
22 files changed, 12 insertions, 4 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 0c63a31..01be3f6 100644
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -511,6 +511,8 @@ if($_REQUEST['undodrag']) {
$iconfn = "block";
else if ($filterent['type'] == "reject")
$iconfn = "reject";
+ else if ($filterent['type'] == "match")
+ $iconfn = "match";
else
$iconfn = "pass";
if (isset($filterent['disabled'])) {
@@ -829,21 +831,27 @@ if($_REQUEST['undodrag']) {
<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0" summary="icons">
<tr>
<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_pass.gif" width="11" height="11" alt="pass" /></td>
- <td><?=gettext("pass");?></td>
+ <td width="100"><?=gettext("pass");?></td>
+ <td width="14"></td>
+ <td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_match.gif" width="11" height="11" alt="match" /></td>
+ <td width="100"><?=gettext("match");?></td>
<td width="14"></td>
<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_block.gif" width="11" height="11" alt="block" /></td>
- <td><?=gettext("block");?></td>
+ <td width="100"><?=gettext("block");?></td>
<td width="14"></td>
<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_reject.gif" width="11" height="11" alt="reject" /></td>
- <td><?=gettext("reject");?></td>
+ <td width="100"><?=gettext("reject");?></td>
<td width="14"></td>
<td width="16"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_log.gif" width="11" height="11" alt="log" /></td>
- <td><?=gettext("log");?></td>
+ <td width="100"><?=gettext("log");?></td>
</tr>
<tr>
<td><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_pass_d.gif" width="11" height="11" alt="pass disabled" /></td>
<td class="nowrap"><?=gettext("pass (disabled)");?></td>
<td>&nbsp;</td>
+ <td><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_match_d.gif" width="11" height="11" alt="match disabled" /></td>
+ <td class="nowrap"><?=gettext("match (disabled)");?></td>
+ <td>&nbsp;</td>
<td><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_block_d.gif" width="11" height="11" alt="block disabled" /></td>
<td class="nowrap"><?=gettext("block (disabled)");?></td>
<td>&nbsp;</td>
diff --git a/usr/local/www/themes/_corporate/images/icons/icon_match.gif b/usr/local/www/themes/_corporate/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/_corporate/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/_corporate/images/icons/icon_match_d.gif b/usr/local/www/themes/_corporate/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/_corporate/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/code-red/images/icons/icon_match.gif b/usr/local/www/themes/code-red/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/code-red/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/code-red/images/icons/icon_match_d.gif b/usr/local/www/themes/code-red/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/code-red/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/metallic/images/icons/icon_match.gif b/usr/local/www/themes/metallic/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/metallic/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/metallic/images/icons/icon_match_d.gif b/usr/local/www/themes/metallic/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/metallic/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/nervecenter/images/icons/icon_match.gif b/usr/local/www/themes/nervecenter/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/nervecenter/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/nervecenter/images/icons/icon_match_d.gif b/usr/local/www/themes/nervecenter/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/nervecenter/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense-dropdown/images/icons/icon_match.gif b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense-dropdown/images/icons/icon_match_d.gif b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/pfsense-dropdown/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense/images/icons/icon_match.gif b/usr/local/www/themes/pfsense/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/pfsense/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense/images/icons/icon_match_d.gif b/usr/local/www/themes/pfsense/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/pfsense/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng/images/icons/icon_match.gif b/usr/local/www/themes/pfsense_ng/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/pfsense_ng/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng/images/icons/icon_match_d.gif b/usr/local/www/themes/pfsense_ng/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/pfsense_ng/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match.gif b/usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match_d.gif b/usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/pfsense_ng_fs/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/the_wall/images/Thumbs.db b/usr/local/www/themes/the_wall/images/Thumbs.db
deleted file mode 100644
index 23c271a..0000000
--- a/usr/local/www/themes/the_wall/images/Thumbs.db
+++ /dev/null
Binary files differ
diff --git a/usr/local/www/themes/the_wall/images/icons/Thumbs.db b/usr/local/www/themes/the_wall/images/icons/Thumbs.db
deleted file mode 100644
index 875d9b1..0000000
--- a/usr/local/www/themes/the_wall/images/icons/Thumbs.db
+++ /dev/null
Binary files differ
diff --git a/usr/local/www/themes/the_wall/images/icons/icon_match.gif b/usr/local/www/themes/the_wall/images/icons/icon_match.gif
new file mode 100644
index 0000000..215571f
--- /dev/null
+++ b/usr/local/www/themes/the_wall/images/icons/icon_match.gif
Binary files differ
diff --git a/usr/local/www/themes/the_wall/images/icons/icon_match_d.gif b/usr/local/www/themes/the_wall/images/icons/icon_match_d.gif
new file mode 100644
index 0000000..6e4c364
--- /dev/null
+++ b/usr/local/www/themes/the_wall/images/icons/icon_match_d.gif
Binary files differ
diff --git a/usr/local/www/themes/the_wall/images/misc/Thumbs.db b/usr/local/www/themes/the_wall/images/misc/Thumbs.db
deleted file mode 100644
index e4e839a..0000000
--- a/usr/local/www/themes/the_wall/images/misc/Thumbs.db
+++ /dev/null
Binary files differ
OpenPOWER on IntegriCloud