summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-29 15:06:55 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-29 15:07:05 -0500
commit7ff41586e84b7fdf07289ac849394b2626c0ab51 (patch)
tree020c1174d048149a62d88726c38146b87e6ddc44 /usr
parent5b2f628e5041c3ca8f4956a9c7899afcbd39b697 (diff)
downloadpfsense-7ff41586e84b7fdf07289ac849394b2626c0ab51.zip
pfsense-7ff41586e84b7fdf07289ac849394b2626c0ab51.tar.gz
Disable firewall rule drag and drop. Will bring this feature back in 2.1
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/firewall_rules.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php
index 609aef3..329fef9 100755
--- a/usr/local/www/firewall_rules.php
+++ b/usr/local/www/firewall_rules.php
@@ -841,6 +841,7 @@ if($_REQUEST['undodrag']) {
<script type="text/javascript">
var number_of_rules = <?=$nrules?>;
<?php $nrules = 0; for ($i = 0; isset($a_filter[$i]); $i++): ?>
+/*
Sortable.create("dragtable", {
tag:"tr",
format:"fr([0-9999999])",
@@ -853,6 +854,7 @@ if($_REQUEST['undodrag']) {
updateOrder(Sortable.serialize('dragtable', 'tr'));
}
});
+*/
<?php endfor; ?>
function updateOrder(order) {
if(document.getElementById("redboxtable"))
OpenPOWER on IntegriCloud