summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-03-27 23:43:26 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-03-27 23:43:26 +0000
commit7738faa8cc135881b5648474fee91f0ab7680550 (patch)
tree39cf62474279f9a958aa2e9a5d9c265ab20f97a0 /usr/local/www/firewall_rules.php
parent5721c8f6f8b337c0b9fd3f009572781f3a018919 (diff)
downloadpfsense-7738faa8cc135881b5648474fee91f0ab7680550.zip
pfsense-7738faa8cc135881b5648474fee91f0ab7680550.tar.gz
Include schedule column
Diffstat (limited to 'usr/local/www/firewall_rules.php')
-rwxr-xr-xusr/local/www/firewall_rules.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index aef9341..4510670 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -239,7 +239,8 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<td width="10%" class="listhdrr">Port</td>
<td width="15%" class="listhdrr">Destination</td>
<td width="10%" class="listhdrr">Port</td>
- <td width="10%" class="listhdrr">Gateway</td>
+ <td width="5%" class="listhdrr">Gateway</td>
+ <td width="5%" class="listhdrr">Schedule</td>
<td width="22%" class="listhdr">Description</td>
<td width="10%" class="list"></td>
</tr>
@@ -400,7 +401,9 @@ echo "<script type=\"text/javascript\" language=\"javascript\" src=\"/javascript
<td class="listr" onClick="fr_toggle(<?=$nrules;?>)" id="frd<?=$nrules;?>" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';">
<?=$textss;?><?php if (isset($config['interfaces'][$filterent['gateway']]['descr'])) echo htmlspecialchars($config['interfaces'][$filterent['gateway']]['descr']); else echo htmlspecialchars(pprint_port($filterent['gateway'])); ?><?=$textse;?>
</td>
-
+ <td class="listr" onClick="fr_toggle(<?=$nrules;?>)" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';" bcolor="#990000"><font color="black">
+ <?=$textss;?><?=htmlspecialchars($filterent['sched']);?>&nbsp;<?=$textse;?>
+ </td>
<td class="listbg" onClick="fr_toggle(<?=$nrules;?>)" ondblclick="document.location='firewall_rules_edit.php?id=<?=$i;?>';" bcolor="#990000"><font color="white">
<?=$textss;?><?=htmlspecialchars($filterent['descr']);?>&nbsp;<?=$textse;?>
</td>
OpenPOWER on IntegriCloud