summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-03-06 20:09:21 +0000
committerBill Marquette <billm@pfsense.org>2005-03-06 20:09:21 +0000
commita722f381fef298b1e3af6862323ddc550559b708 (patch)
tree64bc7280200a4e46f1ba6af86b10e175eabb436a /usr/local/www/firewall_shaper.php
parent0ceb8927c0123e0c1d464cdfce37313a9db43b4f (diff)
downloadpfsense-a722f381fef298b1e3af6862323ddc550559b708.zip
pfsense-a722f381fef298b1e3af6862323ddc550559b708.tar.gz
missed a cell
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index 36ff865..6b1b7e5 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -214,7 +214,7 @@ if ($_GET['act'] == "del") {
<tr valign="top" id="fr<?=$nrules;?>">
<td class="listt"><input type="checkbox" id="frc<?=$nrules;?>" name="rule[]" value="<?=$i;?>" onClick="fr_bgcolor('<?=$nrules;?>')" style="margin: 0; padding: 0; width: 15px; height: 15px;"></td>
<td class="listt" align="center"></td>
- <td class="listlr">
+ <td class="listlr" onClick="fr_toggle(<?=$nrules;?>)" id="frd<?=$nrules;?>">
<?php
$dis = "";
if (isset($shaperent['disabled'])) {
OpenPOWER on IntegriCloud